@qijenchen/governance 0.1.0-beta.101 → 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.100",
8
- "snapshotSha256": "ac98b3f85f7abba54edd7d730cfa8b0ed8b537731c3b9bbffca9c1cdc96532d5"
7
+ "releaseVersion": "0.1.0-beta.101",
8
+ "snapshotSha256": "1617b7209f07e8ddab3de91877c3e2f0cf342e33a9883f54de979e5f247120fd"
9
9
  },
10
10
  "snapshots": [
11
11
  {
@@ -546,6 +546,83 @@
546
546
  ],
547
547
  "releaseVersion": "0.1.0-beta.101",
548
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": []
549
626
  }
550
627
  ]
551
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.101",
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",