@qijenchen/governance 0.1.0-beta.104 → 0.1.0-beta.105
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.104",
|
|
8
|
+
"snapshotSha256": "3d9d69c770e9f8bfb9b99e795598178ba324af8d89ca809e09aef4569cfeef31"
|
|
9
9
|
},
|
|
10
10
|
"snapshots": [
|
|
11
11
|
{
|
|
@@ -777,6 +777,83 @@
|
|
|
777
777
|
}
|
|
778
778
|
],
|
|
779
779
|
"retiredProviders": []
|
|
780
|
+
},
|
|
781
|
+
{
|
|
782
|
+
"releaseVersion": "0.1.0-beta.105",
|
|
783
|
+
"previousSnapshotSha256": "3d9d69c770e9f8bfb9b99e795598178ba324af8d89ca809e09aef4569cfeef31",
|
|
784
|
+
"providers": [
|
|
785
|
+
{
|
|
786
|
+
"id": "claude",
|
|
787
|
+
"discovery": {
|
|
788
|
+
"providerRootNames": [
|
|
789
|
+
".claude"
|
|
790
|
+
],
|
|
791
|
+
"instructionNames": [
|
|
792
|
+
"CLAUDE.md"
|
|
793
|
+
],
|
|
794
|
+
"instructionOverrideNames": [
|
|
795
|
+
"CLAUDE.local.md",
|
|
796
|
+
"CLAUDE.override.md"
|
|
797
|
+
],
|
|
798
|
+
"configPaths": [
|
|
799
|
+
".claude/settings.json",
|
|
800
|
+
".claude/settings.local.json",
|
|
801
|
+
".mcp.json"
|
|
802
|
+
],
|
|
803
|
+
"pluginRootNames": [
|
|
804
|
+
".claude-plugin"
|
|
805
|
+
]
|
|
806
|
+
},
|
|
807
|
+
"surfaces": [
|
|
808
|
+
{
|
|
809
|
+
"path": ".claude/settings.json",
|
|
810
|
+
"kind": "file"
|
|
811
|
+
},
|
|
812
|
+
{
|
|
813
|
+
"path": ".claude/skills",
|
|
814
|
+
"kind": "tree"
|
|
815
|
+
},
|
|
816
|
+
{
|
|
817
|
+
"path": "CLAUDE.md",
|
|
818
|
+
"kind": "file"
|
|
819
|
+
}
|
|
820
|
+
]
|
|
821
|
+
},
|
|
822
|
+
{
|
|
823
|
+
"id": "codex",
|
|
824
|
+
"discovery": {
|
|
825
|
+
"providerRootNames": [
|
|
826
|
+
".agents",
|
|
827
|
+
".codex"
|
|
828
|
+
],
|
|
829
|
+
"instructionNames": [
|
|
830
|
+
"AGENTS.md"
|
|
831
|
+
],
|
|
832
|
+
"instructionOverrideNames": [
|
|
833
|
+
"AGENTS.local.md",
|
|
834
|
+
"AGENTS.override.md"
|
|
835
|
+
],
|
|
836
|
+
"configPaths": [
|
|
837
|
+
".codex/config.toml",
|
|
838
|
+
".codex/hooks.json"
|
|
839
|
+
],
|
|
840
|
+
"pluginRootNames": [
|
|
841
|
+
".codex-plugin"
|
|
842
|
+
]
|
|
843
|
+
},
|
|
844
|
+
"surfaces": [
|
|
845
|
+
{
|
|
846
|
+
"path": ".agents/skills",
|
|
847
|
+
"kind": "tree"
|
|
848
|
+
},
|
|
849
|
+
{
|
|
850
|
+
"path": ".codex/hooks.json",
|
|
851
|
+
"kind": "file"
|
|
852
|
+
}
|
|
853
|
+
]
|
|
854
|
+
}
|
|
855
|
+
],
|
|
856
|
+
"retiredProviders": []
|
|
780
857
|
}
|
|
781
858
|
]
|
|
782
859
|
}
|
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.105",
|
|
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",
|