@qijenchen/governance 0.1.0-beta.100 → 0.1.0-beta.102

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.
@@ -385,7 +385,7 @@
385
385
  { "id": "release-runbook", "ownerRepo": "design-system", "path": "docs/npm-native-staged-release.md", "required": true },
386
386
  { "id": "issuer-registry-adversarial-tests", "ownerRepo": "design-system", "path": "infra/governance/test/issuer-registry.test.mjs", "required": true },
387
387
  { "id": "release-tag-authorization-adversarial-tests", "ownerRepo": "design-system", "path": "infra/governance/test/release-tag-authorization.test.mjs", "required": true },
388
- { "id": "release-trust-preflight-adversarial-tests", "ownerRepo": "design-system", "path": "infra/governance/test/release-trust-preflight.test.mjs", "required": true },
388
+ { "id": "standard-release-retired-trust-ceremony-tests", "ownerRepo": "design-system", "path": "infra/governance/test/release-trust-preflight.test.mjs", "required": true },
389
389
  { "id": "signed-release-tag-adversarial-tests", "ownerRepo": "design-system", "path": "infra/governance/test/signed-release-tag.test.mjs", "required": true },
390
390
  { "id": "privileged-change-adversarial-tests", "ownerRepo": "design-system", "path": "scripts/test-privileged-change-authorization.mjs", "required": true },
391
391
  { "id": "exact-artifact-attestation-schema", "ownerRepo": "design-system", "path": "packages/governance/canonical/schemas/attestation.schema.json", "required": true },
@@ -4,8 +4,8 @@
4
4
  "kind": "provider-lifecycle-ledger",
5
5
  "immutableHead": {
6
6
  "providerInventorySha256": "86e9d0668cb54ad1bf05c36e78b4aa80417d5f468c929dd3ddcf69c1afbf32e4",
7
- "releaseVersion": "0.1.0-beta.99",
8
- "snapshotSha256": "631028133be027a55e6fed2a61632aa4b0ef4eeb574a02322a61eba41db70b64"
7
+ "releaseVersion": "0.1.0-beta.101",
8
+ "snapshotSha256": "1617b7209f07e8ddab3de91877c3e2f0cf342e33a9883f54de979e5f247120fd"
9
9
  },
10
10
  "snapshots": [
11
11
  {
@@ -469,6 +469,160 @@
469
469
  ],
470
470
  "releaseVersion": "0.1.0-beta.100",
471
471
  "retiredProviders": []
472
+ },
473
+ {
474
+ "previousSnapshotSha256": "ac98b3f85f7abba54edd7d730cfa8b0ed8b537731c3b9bbffca9c1cdc96532d5",
475
+ "providers": [
476
+ {
477
+ "id": "claude",
478
+ "discovery": {
479
+ "providerRootNames": [
480
+ ".claude"
481
+ ],
482
+ "instructionNames": [
483
+ "CLAUDE.md"
484
+ ],
485
+ "instructionOverrideNames": [
486
+ "CLAUDE.local.md",
487
+ "CLAUDE.override.md"
488
+ ],
489
+ "configPaths": [
490
+ ".claude/settings.json",
491
+ ".claude/settings.local.json",
492
+ ".mcp.json"
493
+ ],
494
+ "pluginRootNames": [
495
+ ".claude-plugin"
496
+ ]
497
+ },
498
+ "surfaces": [
499
+ {
500
+ "path": ".claude/settings.json",
501
+ "kind": "file"
502
+ },
503
+ {
504
+ "path": ".claude/skills",
505
+ "kind": "tree"
506
+ },
507
+ {
508
+ "path": "CLAUDE.md",
509
+ "kind": "file"
510
+ }
511
+ ]
512
+ },
513
+ {
514
+ "id": "codex",
515
+ "discovery": {
516
+ "providerRootNames": [
517
+ ".agents",
518
+ ".codex"
519
+ ],
520
+ "instructionNames": [
521
+ "AGENTS.md"
522
+ ],
523
+ "instructionOverrideNames": [
524
+ "AGENTS.local.md",
525
+ "AGENTS.override.md"
526
+ ],
527
+ "configPaths": [
528
+ ".codex/config.toml",
529
+ ".codex/hooks.json"
530
+ ],
531
+ "pluginRootNames": [
532
+ ".codex-plugin"
533
+ ]
534
+ },
535
+ "surfaces": [
536
+ {
537
+ "path": ".agents/skills",
538
+ "kind": "tree"
539
+ },
540
+ {
541
+ "path": ".codex/hooks.json",
542
+ "kind": "file"
543
+ }
544
+ ]
545
+ }
546
+ ],
547
+ "releaseVersion": "0.1.0-beta.101",
548
+ "retiredProviders": []
549
+ },
550
+ {
551
+ "releaseVersion": "0.1.0-beta.102",
552
+ "previousSnapshotSha256": "1617b7209f07e8ddab3de91877c3e2f0cf342e33a9883f54de979e5f247120fd",
553
+ "providers": [
554
+ {
555
+ "id": "claude",
556
+ "discovery": {
557
+ "providerRootNames": [
558
+ ".claude"
559
+ ],
560
+ "instructionNames": [
561
+ "CLAUDE.md"
562
+ ],
563
+ "instructionOverrideNames": [
564
+ "CLAUDE.local.md",
565
+ "CLAUDE.override.md"
566
+ ],
567
+ "configPaths": [
568
+ ".claude/settings.json",
569
+ ".claude/settings.local.json",
570
+ ".mcp.json"
571
+ ],
572
+ "pluginRootNames": [
573
+ ".claude-plugin"
574
+ ]
575
+ },
576
+ "surfaces": [
577
+ {
578
+ "path": ".claude/settings.json",
579
+ "kind": "file"
580
+ },
581
+ {
582
+ "path": ".claude/skills",
583
+ "kind": "tree"
584
+ },
585
+ {
586
+ "path": "CLAUDE.md",
587
+ "kind": "file"
588
+ }
589
+ ]
590
+ },
591
+ {
592
+ "id": "codex",
593
+ "discovery": {
594
+ "providerRootNames": [
595
+ ".agents",
596
+ ".codex"
597
+ ],
598
+ "instructionNames": [
599
+ "AGENTS.md"
600
+ ],
601
+ "instructionOverrideNames": [
602
+ "AGENTS.local.md",
603
+ "AGENTS.override.md"
604
+ ],
605
+ "configPaths": [
606
+ ".codex/config.toml",
607
+ ".codex/hooks.json"
608
+ ],
609
+ "pluginRootNames": [
610
+ ".codex-plugin"
611
+ ]
612
+ },
613
+ "surfaces": [
614
+ {
615
+ "path": ".agents/skills",
616
+ "kind": "tree"
617
+ },
618
+ {
619
+ "path": ".codex/hooks.json",
620
+ "kind": "file"
621
+ }
622
+ ]
623
+ }
624
+ ],
625
+ "retiredProviders": []
472
626
  }
473
627
  ]
474
628
  }
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.100",
7
+ "version": "0.1.0-beta.102",
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",