@qijenchen/governance 0.1.0-beta.103 → 0.1.0-beta.104
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.
|
@@ -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.103",
|
|
8
|
+
"snapshotSha256": "233b7d5514434b891f6969c0803651bc3d60751d86394713b9d4c38c762b5266"
|
|
9
9
|
},
|
|
10
10
|
"snapshots": [
|
|
11
11
|
{
|
|
@@ -700,6 +700,83 @@
|
|
|
700
700
|
}
|
|
701
701
|
],
|
|
702
702
|
"retiredProviders": []
|
|
703
|
+
},
|
|
704
|
+
{
|
|
705
|
+
"releaseVersion": "0.1.0-beta.104",
|
|
706
|
+
"previousSnapshotSha256": "233b7d5514434b891f6969c0803651bc3d60751d86394713b9d4c38c762b5266",
|
|
707
|
+
"providers": [
|
|
708
|
+
{
|
|
709
|
+
"id": "claude",
|
|
710
|
+
"discovery": {
|
|
711
|
+
"providerRootNames": [
|
|
712
|
+
".claude"
|
|
713
|
+
],
|
|
714
|
+
"instructionNames": [
|
|
715
|
+
"CLAUDE.md"
|
|
716
|
+
],
|
|
717
|
+
"instructionOverrideNames": [
|
|
718
|
+
"CLAUDE.local.md",
|
|
719
|
+
"CLAUDE.override.md"
|
|
720
|
+
],
|
|
721
|
+
"configPaths": [
|
|
722
|
+
".claude/settings.json",
|
|
723
|
+
".claude/settings.local.json",
|
|
724
|
+
".mcp.json"
|
|
725
|
+
],
|
|
726
|
+
"pluginRootNames": [
|
|
727
|
+
".claude-plugin"
|
|
728
|
+
]
|
|
729
|
+
},
|
|
730
|
+
"surfaces": [
|
|
731
|
+
{
|
|
732
|
+
"path": ".claude/settings.json",
|
|
733
|
+
"kind": "file"
|
|
734
|
+
},
|
|
735
|
+
{
|
|
736
|
+
"path": ".claude/skills",
|
|
737
|
+
"kind": "tree"
|
|
738
|
+
},
|
|
739
|
+
{
|
|
740
|
+
"path": "CLAUDE.md",
|
|
741
|
+
"kind": "file"
|
|
742
|
+
}
|
|
743
|
+
]
|
|
744
|
+
},
|
|
745
|
+
{
|
|
746
|
+
"id": "codex",
|
|
747
|
+
"discovery": {
|
|
748
|
+
"providerRootNames": [
|
|
749
|
+
".agents",
|
|
750
|
+
".codex"
|
|
751
|
+
],
|
|
752
|
+
"instructionNames": [
|
|
753
|
+
"AGENTS.md"
|
|
754
|
+
],
|
|
755
|
+
"instructionOverrideNames": [
|
|
756
|
+
"AGENTS.local.md",
|
|
757
|
+
"AGENTS.override.md"
|
|
758
|
+
],
|
|
759
|
+
"configPaths": [
|
|
760
|
+
".codex/config.toml",
|
|
761
|
+
".codex/hooks.json"
|
|
762
|
+
],
|
|
763
|
+
"pluginRootNames": [
|
|
764
|
+
".codex-plugin"
|
|
765
|
+
]
|
|
766
|
+
},
|
|
767
|
+
"surfaces": [
|
|
768
|
+
{
|
|
769
|
+
"path": ".agents/skills",
|
|
770
|
+
"kind": "tree"
|
|
771
|
+
},
|
|
772
|
+
{
|
|
773
|
+
"path": ".codex/hooks.json",
|
|
774
|
+
"kind": "file"
|
|
775
|
+
}
|
|
776
|
+
]
|
|
777
|
+
}
|
|
778
|
+
],
|
|
779
|
+
"retiredProviders": []
|
|
703
780
|
}
|
|
704
781
|
]
|
|
705
782
|
}
|
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.104",
|
|
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",
|