@qijenchen/governance 0.1.0-beta.101 → 0.1.0-beta.103
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
|
@@ -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-
|
|
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.
|
|
8
|
-
"snapshotSha256": "
|
|
7
|
+
"releaseVersion": "0.1.0-beta.102",
|
|
8
|
+
"snapshotSha256": "12ff40aa549d8511aacb73e42b298d5e3fd1a4efd8cb5cb3828a8ced4ceaac57"
|
|
9
9
|
},
|
|
10
10
|
"snapshots": [
|
|
11
11
|
{
|
|
@@ -546,6 +546,160 @@
|
|
|
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": []
|
|
626
|
+
},
|
|
627
|
+
{
|
|
628
|
+
"releaseVersion": "0.1.0-beta.103",
|
|
629
|
+
"previousSnapshotSha256": "12ff40aa549d8511aacb73e42b298d5e3fd1a4efd8cb5cb3828a8ced4ceaac57",
|
|
630
|
+
"providers": [
|
|
631
|
+
{
|
|
632
|
+
"id": "claude",
|
|
633
|
+
"discovery": {
|
|
634
|
+
"providerRootNames": [
|
|
635
|
+
".claude"
|
|
636
|
+
],
|
|
637
|
+
"instructionNames": [
|
|
638
|
+
"CLAUDE.md"
|
|
639
|
+
],
|
|
640
|
+
"instructionOverrideNames": [
|
|
641
|
+
"CLAUDE.local.md",
|
|
642
|
+
"CLAUDE.override.md"
|
|
643
|
+
],
|
|
644
|
+
"configPaths": [
|
|
645
|
+
".claude/settings.json",
|
|
646
|
+
".claude/settings.local.json",
|
|
647
|
+
".mcp.json"
|
|
648
|
+
],
|
|
649
|
+
"pluginRootNames": [
|
|
650
|
+
".claude-plugin"
|
|
651
|
+
]
|
|
652
|
+
},
|
|
653
|
+
"surfaces": [
|
|
654
|
+
{
|
|
655
|
+
"path": ".claude/settings.json",
|
|
656
|
+
"kind": "file"
|
|
657
|
+
},
|
|
658
|
+
{
|
|
659
|
+
"path": ".claude/skills",
|
|
660
|
+
"kind": "tree"
|
|
661
|
+
},
|
|
662
|
+
{
|
|
663
|
+
"path": "CLAUDE.md",
|
|
664
|
+
"kind": "file"
|
|
665
|
+
}
|
|
666
|
+
]
|
|
667
|
+
},
|
|
668
|
+
{
|
|
669
|
+
"id": "codex",
|
|
670
|
+
"discovery": {
|
|
671
|
+
"providerRootNames": [
|
|
672
|
+
".agents",
|
|
673
|
+
".codex"
|
|
674
|
+
],
|
|
675
|
+
"instructionNames": [
|
|
676
|
+
"AGENTS.md"
|
|
677
|
+
],
|
|
678
|
+
"instructionOverrideNames": [
|
|
679
|
+
"AGENTS.local.md",
|
|
680
|
+
"AGENTS.override.md"
|
|
681
|
+
],
|
|
682
|
+
"configPaths": [
|
|
683
|
+
".codex/config.toml",
|
|
684
|
+
".codex/hooks.json"
|
|
685
|
+
],
|
|
686
|
+
"pluginRootNames": [
|
|
687
|
+
".codex-plugin"
|
|
688
|
+
]
|
|
689
|
+
},
|
|
690
|
+
"surfaces": [
|
|
691
|
+
{
|
|
692
|
+
"path": ".agents/skills",
|
|
693
|
+
"kind": "tree"
|
|
694
|
+
},
|
|
695
|
+
{
|
|
696
|
+
"path": ".codex/hooks.json",
|
|
697
|
+
"kind": "file"
|
|
698
|
+
}
|
|
699
|
+
]
|
|
700
|
+
}
|
|
701
|
+
],
|
|
702
|
+
"retiredProviders": []
|
|
549
703
|
}
|
|
550
704
|
]
|
|
551
705
|
}
|
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.103",
|
|
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",
|