@qijenchen/governance 0.1.0-beta.94 → 0.1.0-beta.96

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.
@@ -15,34 +15,152 @@
15
15
  {
16
16
  "id": "claude",
17
17
  "discovery": {
18
- "providerRootNames": [".claude"],
19
- "instructionNames": ["CLAUDE.md"],
20
- "instructionOverrideNames": ["CLAUDE.local.md", "CLAUDE.override.md"],
21
- "configPaths": [".claude/settings.json", ".claude/settings.local.json", ".mcp.json"],
22
- "pluginRootNames": [".claude-plugin"]
18
+ "providerRootNames": [
19
+ ".claude"
20
+ ],
21
+ "instructionNames": [
22
+ "CLAUDE.md"
23
+ ],
24
+ "instructionOverrideNames": [
25
+ "CLAUDE.local.md",
26
+ "CLAUDE.override.md"
27
+ ],
28
+ "configPaths": [
29
+ ".claude/settings.json",
30
+ ".claude/settings.local.json",
31
+ ".mcp.json"
32
+ ],
33
+ "pluginRootNames": [
34
+ ".claude-plugin"
35
+ ]
23
36
  },
24
37
  "surfaces": [
25
- { "path": ".claude/settings.json", "kind": "file" },
26
- { "path": ".claude/skills", "kind": "tree" },
27
- { "path": "CLAUDE.md", "kind": "file" }
38
+ {
39
+ "path": ".claude/settings.json",
40
+ "kind": "file"
41
+ },
42
+ {
43
+ "path": ".claude/skills",
44
+ "kind": "tree"
45
+ },
46
+ {
47
+ "path": "CLAUDE.md",
48
+ "kind": "file"
49
+ }
28
50
  ]
29
51
  },
30
52
  {
31
53
  "id": "codex",
32
54
  "discovery": {
33
- "providerRootNames": [".agents", ".codex"],
34
- "instructionNames": ["AGENTS.md"],
35
- "instructionOverrideNames": ["AGENTS.local.md", "AGENTS.override.md"],
36
- "configPaths": [".codex/config.toml", ".codex/hooks.json"],
37
- "pluginRootNames": [".codex-plugin"]
55
+ "providerRootNames": [
56
+ ".agents",
57
+ ".codex"
58
+ ],
59
+ "instructionNames": [
60
+ "AGENTS.md"
61
+ ],
62
+ "instructionOverrideNames": [
63
+ "AGENTS.local.md",
64
+ "AGENTS.override.md"
65
+ ],
66
+ "configPaths": [
67
+ ".codex/config.toml",
68
+ ".codex/hooks.json"
69
+ ],
70
+ "pluginRootNames": [
71
+ ".codex-plugin"
72
+ ]
38
73
  },
39
74
  "surfaces": [
40
- { "path": ".agents/skills", "kind": "tree" },
41
- { "path": ".codex/hooks.json", "kind": "file" }
75
+ {
76
+ "path": ".agents/skills",
77
+ "kind": "tree"
78
+ },
79
+ {
80
+ "path": ".codex/hooks.json",
81
+ "kind": "file"
82
+ }
42
83
  ]
43
84
  }
44
85
  ],
45
86
  "retiredProviders": []
87
+ },
88
+ {
89
+ "previousSnapshotSha256": "1095b06a56c48912b3ac1678eb5a94c75199a22f40212db4822be9834495ee7e",
90
+ "providers": [
91
+ {
92
+ "id": "claude",
93
+ "discovery": {
94
+ "providerRootNames": [
95
+ ".claude"
96
+ ],
97
+ "instructionNames": [
98
+ "CLAUDE.md"
99
+ ],
100
+ "instructionOverrideNames": [
101
+ "CLAUDE.local.md",
102
+ "CLAUDE.override.md"
103
+ ],
104
+ "configPaths": [
105
+ ".claude/settings.json",
106
+ ".claude/settings.local.json",
107
+ ".mcp.json"
108
+ ],
109
+ "pluginRootNames": [
110
+ ".claude-plugin"
111
+ ]
112
+ },
113
+ "surfaces": [
114
+ {
115
+ "path": ".claude/settings.json",
116
+ "kind": "file"
117
+ },
118
+ {
119
+ "path": ".claude/skills",
120
+ "kind": "tree"
121
+ },
122
+ {
123
+ "path": "CLAUDE.md",
124
+ "kind": "file"
125
+ }
126
+ ]
127
+ },
128
+ {
129
+ "id": "codex",
130
+ "discovery": {
131
+ "providerRootNames": [
132
+ ".agents",
133
+ ".codex"
134
+ ],
135
+ "instructionNames": [
136
+ "AGENTS.md"
137
+ ],
138
+ "instructionOverrideNames": [
139
+ "AGENTS.local.md",
140
+ "AGENTS.override.md"
141
+ ],
142
+ "configPaths": [
143
+ ".codex/config.toml",
144
+ ".codex/hooks.json"
145
+ ],
146
+ "pluginRootNames": [
147
+ ".codex-plugin"
148
+ ]
149
+ },
150
+ "surfaces": [
151
+ {
152
+ "path": ".agents/skills",
153
+ "kind": "tree"
154
+ },
155
+ {
156
+ "path": ".codex/hooks.json",
157
+ "kind": "file"
158
+ }
159
+ ]
160
+ }
161
+ ],
162
+ "releaseVersion": "0.1.0-beta.96",
163
+ "retiredProviders": []
46
164
  }
47
165
  ]
48
166
  }
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.94",
7
+ "version": "0.1.0-beta.96",
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",
@@ -39,4 +39,4 @@
39
39
  "ajv": "8.20.0",
40
40
  "ajv-formats": "3.0.1"
41
41
  }
42
- }
42
+ }