@qijenchen/governance 0.1.0-beta.127 → 0.1.0-beta.128
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.127",
|
|
8
|
+
"snapshotSha256": "db090bbade9053d293f0847b8861e2187ea1b1c321ad0e4ca7e59a68aa897095"
|
|
9
9
|
},
|
|
10
10
|
"snapshots": [
|
|
11
11
|
{
|
|
@@ -2548,6 +2548,83 @@
|
|
|
2548
2548
|
}
|
|
2549
2549
|
],
|
|
2550
2550
|
"retiredProviders": []
|
|
2551
|
+
},
|
|
2552
|
+
{
|
|
2553
|
+
"releaseVersion": "0.1.0-beta.128",
|
|
2554
|
+
"previousSnapshotSha256": "db090bbade9053d293f0847b8861e2187ea1b1c321ad0e4ca7e59a68aa897095",
|
|
2555
|
+
"providers": [
|
|
2556
|
+
{
|
|
2557
|
+
"id": "claude",
|
|
2558
|
+
"discovery": {
|
|
2559
|
+
"providerRootNames": [
|
|
2560
|
+
".claude"
|
|
2561
|
+
],
|
|
2562
|
+
"instructionNames": [
|
|
2563
|
+
"CLAUDE.md"
|
|
2564
|
+
],
|
|
2565
|
+
"instructionOverrideNames": [
|
|
2566
|
+
"CLAUDE.local.md",
|
|
2567
|
+
"CLAUDE.override.md"
|
|
2568
|
+
],
|
|
2569
|
+
"configPaths": [
|
|
2570
|
+
".claude/settings.json",
|
|
2571
|
+
".claude/settings.local.json",
|
|
2572
|
+
".mcp.json"
|
|
2573
|
+
],
|
|
2574
|
+
"pluginRootNames": [
|
|
2575
|
+
".claude-plugin"
|
|
2576
|
+
]
|
|
2577
|
+
},
|
|
2578
|
+
"surfaces": [
|
|
2579
|
+
{
|
|
2580
|
+
"path": ".claude/settings.json",
|
|
2581
|
+
"kind": "file"
|
|
2582
|
+
},
|
|
2583
|
+
{
|
|
2584
|
+
"path": ".claude/skills",
|
|
2585
|
+
"kind": "tree"
|
|
2586
|
+
},
|
|
2587
|
+
{
|
|
2588
|
+
"path": "CLAUDE.md",
|
|
2589
|
+
"kind": "file"
|
|
2590
|
+
}
|
|
2591
|
+
]
|
|
2592
|
+
},
|
|
2593
|
+
{
|
|
2594
|
+
"id": "codex",
|
|
2595
|
+
"discovery": {
|
|
2596
|
+
"providerRootNames": [
|
|
2597
|
+
".agents",
|
|
2598
|
+
".codex"
|
|
2599
|
+
],
|
|
2600
|
+
"instructionNames": [
|
|
2601
|
+
"AGENTS.md"
|
|
2602
|
+
],
|
|
2603
|
+
"instructionOverrideNames": [
|
|
2604
|
+
"AGENTS.local.md",
|
|
2605
|
+
"AGENTS.override.md"
|
|
2606
|
+
],
|
|
2607
|
+
"configPaths": [
|
|
2608
|
+
".codex/config.toml",
|
|
2609
|
+
".codex/hooks.json"
|
|
2610
|
+
],
|
|
2611
|
+
"pluginRootNames": [
|
|
2612
|
+
".codex-plugin"
|
|
2613
|
+
]
|
|
2614
|
+
},
|
|
2615
|
+
"surfaces": [
|
|
2616
|
+
{
|
|
2617
|
+
"path": ".agents/skills",
|
|
2618
|
+
"kind": "tree"
|
|
2619
|
+
},
|
|
2620
|
+
{
|
|
2621
|
+
"path": ".codex/hooks.json",
|
|
2622
|
+
"kind": "file"
|
|
2623
|
+
}
|
|
2624
|
+
]
|
|
2625
|
+
}
|
|
2626
|
+
],
|
|
2627
|
+
"retiredProviders": []
|
|
2551
2628
|
}
|
|
2552
2629
|
]
|
|
2553
2630
|
}
|
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.128",
|
|
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",
|