@qijenchen/governance 0.1.0-beta.96 → 0.1.0-beta.99
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.
package/canonical/manifest.json
CHANGED
|
@@ -201,6 +201,10 @@
|
|
|
201
201
|
{ "id": "consumer-bootstrap-managed-repos-schema", "ownerRepo": "design-system", "path": "infra/governance/schemas/managed-repos.schema.json", "required": true },
|
|
202
202
|
{ "id": "consumer-fanout-dispatch-evidence-schema", "ownerRepo": "design-system", "path": "infra/governance/schemas/consumer-fanout-dispatch-evidence.schema.json", "required": true },
|
|
203
203
|
{ "id": "consumer-fanout-review-schema", "ownerRepo": "design-system", "path": "infra/governance/schemas/consumer-fanout-review.schema.json", "required": true },
|
|
204
|
+
{ "id": "standard-release-workflow", "ownerRepo": "design-system", "path": "infra/governance/release-workflow.json", "required": true },
|
|
205
|
+
{ "id": "standard-release-workflow-schema", "ownerRepo": "design-system", "path": "infra/governance/schemas/release-workflow.schema.json", "required": true },
|
|
206
|
+
{ "id": "standard-release-orchestrator", "ownerRepo": "design-system", "path": "scripts/release-orchestrator.mjs", "required": true },
|
|
207
|
+
{ "id": "standard-release-workflow-tests", "ownerRepo": "design-system", "path": "infra/governance/test/release-workflow.test.mjs", "required": true },
|
|
204
208
|
{ "id": "staged-rollout-plan", "ownerRepo": "design-system", "path": "infra/governance/staged-rollout-plan.json", "required": true },
|
|
205
209
|
{ "id": "staged-rollout-schema", "ownerRepo": "design-system", "path": "infra/governance/schemas/staged-rollout.schema.json", "required": true },
|
|
206
210
|
{ "id": "staged-rollout-library", "ownerRepo": "design-system", "path": "infra/governance/lib/staged-rollout.mjs", "required": true },
|
|
@@ -278,7 +282,6 @@
|
|
|
278
282
|
{ "id": "product-template-post-create", "ownerRepo": "design-system", "path": "template/ds-product-template/.devcontainer/post-create.mjs", "required": true },
|
|
279
283
|
{ "id": "product-template-audit-workflow", "ownerRepo": "design-system", "path": "template/ds-product-template/.github/workflows/audit.yml", "required": true },
|
|
280
284
|
{ "id": "product-template-governance-anchor-workflow", "ownerRepo": "design-system", "path": "template/ds-product-template/.github/workflows/governance-anchor.yml", "required": true },
|
|
281
|
-
{ "id": "product-template-upgrade-workflow", "ownerRepo": "design-system", "path": "template/ds-product-template/.github/workflows/sync-design-system.yml", "required": true },
|
|
282
285
|
{ "id": "product-template-readme", "ownerRepo": "design-system", "path": "template/ds-product-template/README.md", "required": true },
|
|
283
286
|
{ "id": "product-template-documentation", "ownerRepo": "design-system", "path": "template/ds-product-template/docs", "required": true },
|
|
284
287
|
{ "id": "governance-build-graph-definition", "ownerRepo": "design-system", "path": "scripts/governance-build-graph.json", "required": true },
|
|
@@ -358,12 +361,13 @@
|
|
|
358
361
|
{ "id": "release-trust-preflight-schema", "ownerRepo": "design-system", "path": "infra/governance/schemas/release-trust-preflight-evidence.schema.json", "required": true },
|
|
359
362
|
{ "id": "release-trust-preflight-cli", "ownerRepo": "design-system", "path": "scripts/release-trust-preflight.mjs", "required": true },
|
|
360
363
|
{ "id": "release-workflow", "ownerRepo": "design-system", "path": ".github/workflows/release.yml", "required": true },
|
|
361
|
-
{ "id": "release-finalizer-workflow", "ownerRepo": "design-system", "path": ".github/workflows/release-finalize.yml", "required": true },
|
|
362
364
|
{ "id": "release-bom-builder", "ownerRepo": "design-system", "path": "scripts/build-release-bom.mjs", "required": true },
|
|
363
365
|
{ "id": "release-bom-contract", "ownerRepo": "design-system", "path": "scripts/release-bom-contract.mjs", "required": true },
|
|
366
|
+
{ "id": "release-sbom-normalizer", "ownerRepo": "design-system", "path": "scripts/release-sbom.mjs", "required": true },
|
|
364
367
|
{ "id": "release-set-contract", "ownerRepo": "design-system", "path": "scripts/release-set.mjs", "required": true },
|
|
365
368
|
{ "id": "release-npm-library", "ownerRepo": "design-system", "path": "scripts/release-npm-lib.mjs", "required": true },
|
|
366
|
-
{ "id": "release-npm-
|
|
369
|
+
{ "id": "release-npm-direct-publisher", "ownerRepo": "design-system", "path": "scripts/release-npm-publish.mjs", "required": true },
|
|
370
|
+
{ "id": "release-npm-registry-readback", "ownerRepo": "design-system", "path": "scripts/release-npm-readback.mjs", "required": true },
|
|
367
371
|
{ "id": "release-npm-approver", "ownerRepo": "design-system", "path": "scripts/release-npm-approve.mjs", "required": true },
|
|
368
372
|
{ "id": "release-npm-promoter", "ownerRepo": "design-system", "path": "scripts/release-npm-promote.mjs", "required": true },
|
|
369
373
|
{ "id": "release-npm-rejector", "ownerRepo": "design-system", "path": "scripts/release-npm-reject.mjs", "required": true },
|
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
"schemaVersion": 1,
|
|
4
4
|
"kind": "provider-lifecycle-ledger",
|
|
5
5
|
"immutableHead": {
|
|
6
|
-
"
|
|
7
|
-
"
|
|
8
|
-
"
|
|
6
|
+
"providerInventorySha256": "86e9d0668cb54ad1bf05c36e78b4aa80417d5f468c929dd3ddcf69c1afbf32e4",
|
|
7
|
+
"releaseVersion": "0.1.0-beta.98",
|
|
8
|
+
"snapshotSha256": "fe8c13ee9e865d19384a58f759e1687d3575043e9869bb4784c9ce3fb18cf86c"
|
|
9
9
|
},
|
|
10
10
|
"snapshots": [
|
|
11
11
|
{
|
|
@@ -161,6 +161,237 @@
|
|
|
161
161
|
],
|
|
162
162
|
"releaseVersion": "0.1.0-beta.96",
|
|
163
163
|
"retiredProviders": []
|
|
164
|
+
},
|
|
165
|
+
{
|
|
166
|
+
"previousSnapshotSha256": "7520899937a4e1a6164e4e2229094e94e12c9a7fa4d41025ef41dd721ae0e2f6",
|
|
167
|
+
"providers": [
|
|
168
|
+
{
|
|
169
|
+
"id": "claude",
|
|
170
|
+
"discovery": {
|
|
171
|
+
"providerRootNames": [
|
|
172
|
+
".claude"
|
|
173
|
+
],
|
|
174
|
+
"instructionNames": [
|
|
175
|
+
"CLAUDE.md"
|
|
176
|
+
],
|
|
177
|
+
"instructionOverrideNames": [
|
|
178
|
+
"CLAUDE.local.md",
|
|
179
|
+
"CLAUDE.override.md"
|
|
180
|
+
],
|
|
181
|
+
"configPaths": [
|
|
182
|
+
".claude/settings.json",
|
|
183
|
+
".claude/settings.local.json",
|
|
184
|
+
".mcp.json"
|
|
185
|
+
],
|
|
186
|
+
"pluginRootNames": [
|
|
187
|
+
".claude-plugin"
|
|
188
|
+
]
|
|
189
|
+
},
|
|
190
|
+
"surfaces": [
|
|
191
|
+
{
|
|
192
|
+
"path": ".claude/settings.json",
|
|
193
|
+
"kind": "file"
|
|
194
|
+
},
|
|
195
|
+
{
|
|
196
|
+
"path": ".claude/skills",
|
|
197
|
+
"kind": "tree"
|
|
198
|
+
},
|
|
199
|
+
{
|
|
200
|
+
"path": "CLAUDE.md",
|
|
201
|
+
"kind": "file"
|
|
202
|
+
}
|
|
203
|
+
]
|
|
204
|
+
},
|
|
205
|
+
{
|
|
206
|
+
"id": "codex",
|
|
207
|
+
"discovery": {
|
|
208
|
+
"providerRootNames": [
|
|
209
|
+
".agents",
|
|
210
|
+
".codex"
|
|
211
|
+
],
|
|
212
|
+
"instructionNames": [
|
|
213
|
+
"AGENTS.md"
|
|
214
|
+
],
|
|
215
|
+
"instructionOverrideNames": [
|
|
216
|
+
"AGENTS.local.md",
|
|
217
|
+
"AGENTS.override.md"
|
|
218
|
+
],
|
|
219
|
+
"configPaths": [
|
|
220
|
+
".codex/config.toml",
|
|
221
|
+
".codex/hooks.json"
|
|
222
|
+
],
|
|
223
|
+
"pluginRootNames": [
|
|
224
|
+
".codex-plugin"
|
|
225
|
+
]
|
|
226
|
+
},
|
|
227
|
+
"surfaces": [
|
|
228
|
+
{
|
|
229
|
+
"path": ".agents/skills",
|
|
230
|
+
"kind": "tree"
|
|
231
|
+
},
|
|
232
|
+
{
|
|
233
|
+
"path": ".codex/hooks.json",
|
|
234
|
+
"kind": "file"
|
|
235
|
+
}
|
|
236
|
+
]
|
|
237
|
+
}
|
|
238
|
+
],
|
|
239
|
+
"releaseVersion": "0.1.0-beta.97",
|
|
240
|
+
"retiredProviders": []
|
|
241
|
+
},
|
|
242
|
+
{
|
|
243
|
+
"previousSnapshotSha256": "b37012fc375f8a0d58e8f7e11931be05c9edf48ee0b874f3d9c5bbbaff0f2f57",
|
|
244
|
+
"providers": [
|
|
245
|
+
{
|
|
246
|
+
"id": "claude",
|
|
247
|
+
"discovery": {
|
|
248
|
+
"providerRootNames": [
|
|
249
|
+
".claude"
|
|
250
|
+
],
|
|
251
|
+
"instructionNames": [
|
|
252
|
+
"CLAUDE.md"
|
|
253
|
+
],
|
|
254
|
+
"instructionOverrideNames": [
|
|
255
|
+
"CLAUDE.local.md",
|
|
256
|
+
"CLAUDE.override.md"
|
|
257
|
+
],
|
|
258
|
+
"configPaths": [
|
|
259
|
+
".claude/settings.json",
|
|
260
|
+
".claude/settings.local.json",
|
|
261
|
+
".mcp.json"
|
|
262
|
+
],
|
|
263
|
+
"pluginRootNames": [
|
|
264
|
+
".claude-plugin"
|
|
265
|
+
]
|
|
266
|
+
},
|
|
267
|
+
"surfaces": [
|
|
268
|
+
{
|
|
269
|
+
"path": ".claude/settings.json",
|
|
270
|
+
"kind": "file"
|
|
271
|
+
},
|
|
272
|
+
{
|
|
273
|
+
"path": ".claude/skills",
|
|
274
|
+
"kind": "tree"
|
|
275
|
+
},
|
|
276
|
+
{
|
|
277
|
+
"path": "CLAUDE.md",
|
|
278
|
+
"kind": "file"
|
|
279
|
+
}
|
|
280
|
+
]
|
|
281
|
+
},
|
|
282
|
+
{
|
|
283
|
+
"id": "codex",
|
|
284
|
+
"discovery": {
|
|
285
|
+
"providerRootNames": [
|
|
286
|
+
".agents",
|
|
287
|
+
".codex"
|
|
288
|
+
],
|
|
289
|
+
"instructionNames": [
|
|
290
|
+
"AGENTS.md"
|
|
291
|
+
],
|
|
292
|
+
"instructionOverrideNames": [
|
|
293
|
+
"AGENTS.local.md",
|
|
294
|
+
"AGENTS.override.md"
|
|
295
|
+
],
|
|
296
|
+
"configPaths": [
|
|
297
|
+
".codex/config.toml",
|
|
298
|
+
".codex/hooks.json"
|
|
299
|
+
],
|
|
300
|
+
"pluginRootNames": [
|
|
301
|
+
".codex-plugin"
|
|
302
|
+
]
|
|
303
|
+
},
|
|
304
|
+
"surfaces": [
|
|
305
|
+
{
|
|
306
|
+
"path": ".agents/skills",
|
|
307
|
+
"kind": "tree"
|
|
308
|
+
},
|
|
309
|
+
{
|
|
310
|
+
"path": ".codex/hooks.json",
|
|
311
|
+
"kind": "file"
|
|
312
|
+
}
|
|
313
|
+
]
|
|
314
|
+
}
|
|
315
|
+
],
|
|
316
|
+
"releaseVersion": "0.1.0-beta.98",
|
|
317
|
+
"retiredProviders": []
|
|
318
|
+
},
|
|
319
|
+
{
|
|
320
|
+
"previousSnapshotSha256": "fe8c13ee9e865d19384a58f759e1687d3575043e9869bb4784c9ce3fb18cf86c",
|
|
321
|
+
"providers": [
|
|
322
|
+
{
|
|
323
|
+
"id": "claude",
|
|
324
|
+
"discovery": {
|
|
325
|
+
"providerRootNames": [
|
|
326
|
+
".claude"
|
|
327
|
+
],
|
|
328
|
+
"instructionNames": [
|
|
329
|
+
"CLAUDE.md"
|
|
330
|
+
],
|
|
331
|
+
"instructionOverrideNames": [
|
|
332
|
+
"CLAUDE.local.md",
|
|
333
|
+
"CLAUDE.override.md"
|
|
334
|
+
],
|
|
335
|
+
"configPaths": [
|
|
336
|
+
".claude/settings.json",
|
|
337
|
+
".claude/settings.local.json",
|
|
338
|
+
".mcp.json"
|
|
339
|
+
],
|
|
340
|
+
"pluginRootNames": [
|
|
341
|
+
".claude-plugin"
|
|
342
|
+
]
|
|
343
|
+
},
|
|
344
|
+
"surfaces": [
|
|
345
|
+
{
|
|
346
|
+
"path": ".claude/settings.json",
|
|
347
|
+
"kind": "file"
|
|
348
|
+
},
|
|
349
|
+
{
|
|
350
|
+
"path": ".claude/skills",
|
|
351
|
+
"kind": "tree"
|
|
352
|
+
},
|
|
353
|
+
{
|
|
354
|
+
"path": "CLAUDE.md",
|
|
355
|
+
"kind": "file"
|
|
356
|
+
}
|
|
357
|
+
]
|
|
358
|
+
},
|
|
359
|
+
{
|
|
360
|
+
"id": "codex",
|
|
361
|
+
"discovery": {
|
|
362
|
+
"providerRootNames": [
|
|
363
|
+
".agents",
|
|
364
|
+
".codex"
|
|
365
|
+
],
|
|
366
|
+
"instructionNames": [
|
|
367
|
+
"AGENTS.md"
|
|
368
|
+
],
|
|
369
|
+
"instructionOverrideNames": [
|
|
370
|
+
"AGENTS.local.md",
|
|
371
|
+
"AGENTS.override.md"
|
|
372
|
+
],
|
|
373
|
+
"configPaths": [
|
|
374
|
+
".codex/config.toml",
|
|
375
|
+
".codex/hooks.json"
|
|
376
|
+
],
|
|
377
|
+
"pluginRootNames": [
|
|
378
|
+
".codex-plugin"
|
|
379
|
+
]
|
|
380
|
+
},
|
|
381
|
+
"surfaces": [
|
|
382
|
+
{
|
|
383
|
+
"path": ".agents/skills",
|
|
384
|
+
"kind": "tree"
|
|
385
|
+
},
|
|
386
|
+
{
|
|
387
|
+
"path": ".codex/hooks.json",
|
|
388
|
+
"kind": "file"
|
|
389
|
+
}
|
|
390
|
+
]
|
|
391
|
+
}
|
|
392
|
+
],
|
|
393
|
+
"releaseVersion": "0.1.0-beta.99",
|
|
394
|
+
"retiredProviders": []
|
|
164
395
|
}
|
|
165
396
|
]
|
|
166
397
|
}
|
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.
|
|
7
|
+
"version": "0.1.0-beta.99",
|
|
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",
|
|
@@ -1380,17 +1380,11 @@ export function normalizeProviderHookInput({
|
|
|
1380
1380
|
const selectedWriteTransports = matchingWriteTransports(provider, input)
|
|
1381
1381
|
const shouldParseMutation = selectedWriteTransports.matches.length > 0
|
|
1382
1382
|
&& (
|
|
1383
|
-
|
|
1384
|
-
|| (
|
|
1385
|
-
|
|
1386
|
-
|
|
1387
|
-
|
|
1388
|
-
|| postEventCarriesDeclaredTransport(input, selectedWriteTransports.matches[0], {
|
|
1389
|
-
limits,
|
|
1390
|
-
checkpoint,
|
|
1391
|
-
})
|
|
1392
|
-
)
|
|
1393
|
-
)
|
|
1383
|
+
selectedWriteTransports.matches.length !== 1
|
|
1384
|
+
|| postEventCarriesDeclaredTransport(input, selectedWriteTransports.matches[0], {
|
|
1385
|
+
limits,
|
|
1386
|
+
checkpoint,
|
|
1387
|
+
})
|
|
1394
1388
|
)
|
|
1395
1389
|
if (shouldParseMutation) {
|
|
1396
1390
|
try {
|