@qijenchen/governance 0.1.0-beta.105 → 0.1.0-beta.107
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
|
@@ -281,7 +281,6 @@
|
|
|
281
281
|
{ "id": "product-template-onboarding-banner", "ownerRepo": "design-system", "path": "template/ds-product-template/.devcontainer/onboard-banner.sh", "required": true },
|
|
282
282
|
{ "id": "product-template-post-create", "ownerRepo": "design-system", "path": "template/ds-product-template/.devcontainer/post-create.mjs", "required": true },
|
|
283
283
|
{ "id": "product-template-audit-workflow", "ownerRepo": "design-system", "path": "template/ds-product-template/.github/workflows/audit.yml", "required": true },
|
|
284
|
-
{ "id": "product-template-governance-anchor-workflow", "ownerRepo": "design-system", "path": "template/ds-product-template/.github/workflows/governance-anchor.yml", "required": true },
|
|
285
284
|
{ "id": "product-template-readme", "ownerRepo": "design-system", "path": "template/ds-product-template/README.md", "required": true },
|
|
286
285
|
{ "id": "product-template-documentation", "ownerRepo": "design-system", "path": "template/ds-product-template/docs", "required": true },
|
|
287
286
|
{ "id": "governance-build-graph-definition", "ownerRepo": "design-system", "path": "scripts/governance-build-graph.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.106",
|
|
8
|
+
"snapshotSha256": "6ba66c4b02e1985cc2175f94a481eb02cf1be57281d9c6b08ce39d6a7c8243c1"
|
|
9
9
|
},
|
|
10
10
|
"snapshots": [
|
|
11
11
|
{
|
|
@@ -854,6 +854,160 @@
|
|
|
854
854
|
}
|
|
855
855
|
],
|
|
856
856
|
"retiredProviders": []
|
|
857
|
+
},
|
|
858
|
+
{
|
|
859
|
+
"releaseVersion": "0.1.0-beta.106",
|
|
860
|
+
"previousSnapshotSha256": "e0a8c02e4faeb126f3612eb1559e6bce02b408ffabcd8f0101b9c005ea1344a1",
|
|
861
|
+
"providers": [
|
|
862
|
+
{
|
|
863
|
+
"id": "claude",
|
|
864
|
+
"discovery": {
|
|
865
|
+
"providerRootNames": [
|
|
866
|
+
".claude"
|
|
867
|
+
],
|
|
868
|
+
"instructionNames": [
|
|
869
|
+
"CLAUDE.md"
|
|
870
|
+
],
|
|
871
|
+
"instructionOverrideNames": [
|
|
872
|
+
"CLAUDE.local.md",
|
|
873
|
+
"CLAUDE.override.md"
|
|
874
|
+
],
|
|
875
|
+
"configPaths": [
|
|
876
|
+
".claude/settings.json",
|
|
877
|
+
".claude/settings.local.json",
|
|
878
|
+
".mcp.json"
|
|
879
|
+
],
|
|
880
|
+
"pluginRootNames": [
|
|
881
|
+
".claude-plugin"
|
|
882
|
+
]
|
|
883
|
+
},
|
|
884
|
+
"surfaces": [
|
|
885
|
+
{
|
|
886
|
+
"path": ".claude/settings.json",
|
|
887
|
+
"kind": "file"
|
|
888
|
+
},
|
|
889
|
+
{
|
|
890
|
+
"path": ".claude/skills",
|
|
891
|
+
"kind": "tree"
|
|
892
|
+
},
|
|
893
|
+
{
|
|
894
|
+
"path": "CLAUDE.md",
|
|
895
|
+
"kind": "file"
|
|
896
|
+
}
|
|
897
|
+
]
|
|
898
|
+
},
|
|
899
|
+
{
|
|
900
|
+
"id": "codex",
|
|
901
|
+
"discovery": {
|
|
902
|
+
"providerRootNames": [
|
|
903
|
+
".agents",
|
|
904
|
+
".codex"
|
|
905
|
+
],
|
|
906
|
+
"instructionNames": [
|
|
907
|
+
"AGENTS.md"
|
|
908
|
+
],
|
|
909
|
+
"instructionOverrideNames": [
|
|
910
|
+
"AGENTS.local.md",
|
|
911
|
+
"AGENTS.override.md"
|
|
912
|
+
],
|
|
913
|
+
"configPaths": [
|
|
914
|
+
".codex/config.toml",
|
|
915
|
+
".codex/hooks.json"
|
|
916
|
+
],
|
|
917
|
+
"pluginRootNames": [
|
|
918
|
+
".codex-plugin"
|
|
919
|
+
]
|
|
920
|
+
},
|
|
921
|
+
"surfaces": [
|
|
922
|
+
{
|
|
923
|
+
"path": ".agents/skills",
|
|
924
|
+
"kind": "tree"
|
|
925
|
+
},
|
|
926
|
+
{
|
|
927
|
+
"path": ".codex/hooks.json",
|
|
928
|
+
"kind": "file"
|
|
929
|
+
}
|
|
930
|
+
]
|
|
931
|
+
}
|
|
932
|
+
],
|
|
933
|
+
"retiredProviders": []
|
|
934
|
+
},
|
|
935
|
+
{
|
|
936
|
+
"releaseVersion": "0.1.0-beta.107",
|
|
937
|
+
"previousSnapshotSha256": "6ba66c4b02e1985cc2175f94a481eb02cf1be57281d9c6b08ce39d6a7c8243c1",
|
|
938
|
+
"providers": [
|
|
939
|
+
{
|
|
940
|
+
"id": "claude",
|
|
941
|
+
"discovery": {
|
|
942
|
+
"providerRootNames": [
|
|
943
|
+
".claude"
|
|
944
|
+
],
|
|
945
|
+
"instructionNames": [
|
|
946
|
+
"CLAUDE.md"
|
|
947
|
+
],
|
|
948
|
+
"instructionOverrideNames": [
|
|
949
|
+
"CLAUDE.local.md",
|
|
950
|
+
"CLAUDE.override.md"
|
|
951
|
+
],
|
|
952
|
+
"configPaths": [
|
|
953
|
+
".claude/settings.json",
|
|
954
|
+
".claude/settings.local.json",
|
|
955
|
+
".mcp.json"
|
|
956
|
+
],
|
|
957
|
+
"pluginRootNames": [
|
|
958
|
+
".claude-plugin"
|
|
959
|
+
]
|
|
960
|
+
},
|
|
961
|
+
"surfaces": [
|
|
962
|
+
{
|
|
963
|
+
"path": ".claude/settings.json",
|
|
964
|
+
"kind": "file"
|
|
965
|
+
},
|
|
966
|
+
{
|
|
967
|
+
"path": ".claude/skills",
|
|
968
|
+
"kind": "tree"
|
|
969
|
+
},
|
|
970
|
+
{
|
|
971
|
+
"path": "CLAUDE.md",
|
|
972
|
+
"kind": "file"
|
|
973
|
+
}
|
|
974
|
+
]
|
|
975
|
+
},
|
|
976
|
+
{
|
|
977
|
+
"id": "codex",
|
|
978
|
+
"discovery": {
|
|
979
|
+
"providerRootNames": [
|
|
980
|
+
".agents",
|
|
981
|
+
".codex"
|
|
982
|
+
],
|
|
983
|
+
"instructionNames": [
|
|
984
|
+
"AGENTS.md"
|
|
985
|
+
],
|
|
986
|
+
"instructionOverrideNames": [
|
|
987
|
+
"AGENTS.local.md",
|
|
988
|
+
"AGENTS.override.md"
|
|
989
|
+
],
|
|
990
|
+
"configPaths": [
|
|
991
|
+
".codex/config.toml",
|
|
992
|
+
".codex/hooks.json"
|
|
993
|
+
],
|
|
994
|
+
"pluginRootNames": [
|
|
995
|
+
".codex-plugin"
|
|
996
|
+
]
|
|
997
|
+
},
|
|
998
|
+
"surfaces": [
|
|
999
|
+
{
|
|
1000
|
+
"path": ".agents/skills",
|
|
1001
|
+
"kind": "tree"
|
|
1002
|
+
},
|
|
1003
|
+
{
|
|
1004
|
+
"path": ".codex/hooks.json",
|
|
1005
|
+
"kind": "file"
|
|
1006
|
+
}
|
|
1007
|
+
]
|
|
1008
|
+
}
|
|
1009
|
+
],
|
|
1010
|
+
"retiredProviders": []
|
|
857
1011
|
}
|
|
858
1012
|
]
|
|
859
1013
|
}
|
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.107",
|
|
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",
|