@qijenchen/governance 0.1.0-beta.134 → 0.1.0-beta.135

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -4,8 +4,8 @@
4
4
  "kind": "provider-lifecycle-ledger",
5
5
  "immutableHead": {
6
6
  "providerInventorySha256": "86e9d0668cb54ad1bf05c36e78b4aa80417d5f468c929dd3ddcf69c1afbf32e4",
7
- "releaseVersion": "0.1.0-beta.133",
8
- "snapshotSha256": "a1705fece9423f8a78302334d599428db3e364c6c8f6d7634ed639dfa2ffa7ab"
7
+ "releaseVersion": "0.1.0-beta.134",
8
+ "snapshotSha256": "684bf42d3c7a9e075f60cebce0c68d442239cda935624c4dbe8d07acbcae8fcd"
9
9
  },
10
10
  "snapshots": [
11
11
  {
@@ -3087,6 +3087,83 @@
3087
3087
  }
3088
3088
  ],
3089
3089
  "retiredProviders": []
3090
+ },
3091
+ {
3092
+ "releaseVersion": "0.1.0-beta.135",
3093
+ "previousSnapshotSha256": "684bf42d3c7a9e075f60cebce0c68d442239cda935624c4dbe8d07acbcae8fcd",
3094
+ "providers": [
3095
+ {
3096
+ "id": "claude",
3097
+ "discovery": {
3098
+ "providerRootNames": [
3099
+ ".claude"
3100
+ ],
3101
+ "instructionNames": [
3102
+ "CLAUDE.md"
3103
+ ],
3104
+ "instructionOverrideNames": [
3105
+ "CLAUDE.local.md",
3106
+ "CLAUDE.override.md"
3107
+ ],
3108
+ "configPaths": [
3109
+ ".claude/settings.json",
3110
+ ".claude/settings.local.json",
3111
+ ".mcp.json"
3112
+ ],
3113
+ "pluginRootNames": [
3114
+ ".claude-plugin"
3115
+ ]
3116
+ },
3117
+ "surfaces": [
3118
+ {
3119
+ "path": ".claude/settings.json",
3120
+ "kind": "file"
3121
+ },
3122
+ {
3123
+ "path": ".claude/skills",
3124
+ "kind": "tree"
3125
+ },
3126
+ {
3127
+ "path": "CLAUDE.md",
3128
+ "kind": "file"
3129
+ }
3130
+ ]
3131
+ },
3132
+ {
3133
+ "id": "codex",
3134
+ "discovery": {
3135
+ "providerRootNames": [
3136
+ ".agents",
3137
+ ".codex"
3138
+ ],
3139
+ "instructionNames": [
3140
+ "AGENTS.md"
3141
+ ],
3142
+ "instructionOverrideNames": [
3143
+ "AGENTS.local.md",
3144
+ "AGENTS.override.md"
3145
+ ],
3146
+ "configPaths": [
3147
+ ".codex/config.toml",
3148
+ ".codex/hooks.json"
3149
+ ],
3150
+ "pluginRootNames": [
3151
+ ".codex-plugin"
3152
+ ]
3153
+ },
3154
+ "surfaces": [
3155
+ {
3156
+ "path": ".agents/skills",
3157
+ "kind": "tree"
3158
+ },
3159
+ {
3160
+ "path": ".codex/hooks.json",
3161
+ "kind": "file"
3162
+ }
3163
+ ]
3164
+ }
3165
+ ],
3166
+ "retiredProviders": []
3090
3167
  }
3091
3168
  ]
3092
3169
  }
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "type": "git",
5
5
  "url": "git+https://github.com/ajenchen/design-system.git"
6
6
  },
7
- "version": "0.1.0-beta.134",
7
+ "version": "0.1.0-beta.135",
8
8
  "description": "Provider-neutral DS-author control plane for deterministic snapshots, adapters, checks, and evidence manifests.",
9
9
  "type": "module",
10
10
  "license": "UNLICENSED",