@qijenchen/governance 0.1.0-beta.129 → 0.1.0-beta.130
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.129",
|
|
8
|
+
"snapshotSha256": "b0e2a74eae5a7723a0c62c52de8a7de412b79ddc28c9ef4655c7090db6c52466"
|
|
9
9
|
},
|
|
10
10
|
"snapshots": [
|
|
11
11
|
{
|
|
@@ -2702,6 +2702,83 @@
|
|
|
2702
2702
|
}
|
|
2703
2703
|
],
|
|
2704
2704
|
"retiredProviders": []
|
|
2705
|
+
},
|
|
2706
|
+
{
|
|
2707
|
+
"releaseVersion": "0.1.0-beta.130",
|
|
2708
|
+
"previousSnapshotSha256": "b0e2a74eae5a7723a0c62c52de8a7de412b79ddc28c9ef4655c7090db6c52466",
|
|
2709
|
+
"providers": [
|
|
2710
|
+
{
|
|
2711
|
+
"id": "claude",
|
|
2712
|
+
"discovery": {
|
|
2713
|
+
"providerRootNames": [
|
|
2714
|
+
".claude"
|
|
2715
|
+
],
|
|
2716
|
+
"instructionNames": [
|
|
2717
|
+
"CLAUDE.md"
|
|
2718
|
+
],
|
|
2719
|
+
"instructionOverrideNames": [
|
|
2720
|
+
"CLAUDE.local.md",
|
|
2721
|
+
"CLAUDE.override.md"
|
|
2722
|
+
],
|
|
2723
|
+
"configPaths": [
|
|
2724
|
+
".claude/settings.json",
|
|
2725
|
+
".claude/settings.local.json",
|
|
2726
|
+
".mcp.json"
|
|
2727
|
+
],
|
|
2728
|
+
"pluginRootNames": [
|
|
2729
|
+
".claude-plugin"
|
|
2730
|
+
]
|
|
2731
|
+
},
|
|
2732
|
+
"surfaces": [
|
|
2733
|
+
{
|
|
2734
|
+
"path": ".claude/settings.json",
|
|
2735
|
+
"kind": "file"
|
|
2736
|
+
},
|
|
2737
|
+
{
|
|
2738
|
+
"path": ".claude/skills",
|
|
2739
|
+
"kind": "tree"
|
|
2740
|
+
},
|
|
2741
|
+
{
|
|
2742
|
+
"path": "CLAUDE.md",
|
|
2743
|
+
"kind": "file"
|
|
2744
|
+
}
|
|
2745
|
+
]
|
|
2746
|
+
},
|
|
2747
|
+
{
|
|
2748
|
+
"id": "codex",
|
|
2749
|
+
"discovery": {
|
|
2750
|
+
"providerRootNames": [
|
|
2751
|
+
".agents",
|
|
2752
|
+
".codex"
|
|
2753
|
+
],
|
|
2754
|
+
"instructionNames": [
|
|
2755
|
+
"AGENTS.md"
|
|
2756
|
+
],
|
|
2757
|
+
"instructionOverrideNames": [
|
|
2758
|
+
"AGENTS.local.md",
|
|
2759
|
+
"AGENTS.override.md"
|
|
2760
|
+
],
|
|
2761
|
+
"configPaths": [
|
|
2762
|
+
".codex/config.toml",
|
|
2763
|
+
".codex/hooks.json"
|
|
2764
|
+
],
|
|
2765
|
+
"pluginRootNames": [
|
|
2766
|
+
".codex-plugin"
|
|
2767
|
+
]
|
|
2768
|
+
},
|
|
2769
|
+
"surfaces": [
|
|
2770
|
+
{
|
|
2771
|
+
"path": ".agents/skills",
|
|
2772
|
+
"kind": "tree"
|
|
2773
|
+
},
|
|
2774
|
+
{
|
|
2775
|
+
"path": ".codex/hooks.json",
|
|
2776
|
+
"kind": "file"
|
|
2777
|
+
}
|
|
2778
|
+
]
|
|
2779
|
+
}
|
|
2780
|
+
],
|
|
2781
|
+
"retiredProviders": []
|
|
2705
2782
|
}
|
|
2706
2783
|
]
|
|
2707
2784
|
}
|
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.130",
|
|
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",
|