@qijenchen/governance 0.1.0-beta.128 → 0.1.0-beta.129

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.127",
8
- "snapshotSha256": "db090bbade9053d293f0847b8861e2187ea1b1c321ad0e4ca7e59a68aa897095"
7
+ "releaseVersion": "0.1.0-beta.128",
8
+ "snapshotSha256": "99b83561efad3673d4136863b20f82cf7144deaba082f4d32cc05910471c1ef1"
9
9
  },
10
10
  "snapshots": [
11
11
  {
@@ -2625,6 +2625,83 @@
2625
2625
  }
2626
2626
  ],
2627
2627
  "retiredProviders": []
2628
+ },
2629
+ {
2630
+ "releaseVersion": "0.1.0-beta.129",
2631
+ "previousSnapshotSha256": "99b83561efad3673d4136863b20f82cf7144deaba082f4d32cc05910471c1ef1",
2632
+ "providers": [
2633
+ {
2634
+ "id": "claude",
2635
+ "discovery": {
2636
+ "providerRootNames": [
2637
+ ".claude"
2638
+ ],
2639
+ "instructionNames": [
2640
+ "CLAUDE.md"
2641
+ ],
2642
+ "instructionOverrideNames": [
2643
+ "CLAUDE.local.md",
2644
+ "CLAUDE.override.md"
2645
+ ],
2646
+ "configPaths": [
2647
+ ".claude/settings.json",
2648
+ ".claude/settings.local.json",
2649
+ ".mcp.json"
2650
+ ],
2651
+ "pluginRootNames": [
2652
+ ".claude-plugin"
2653
+ ]
2654
+ },
2655
+ "surfaces": [
2656
+ {
2657
+ "path": ".claude/settings.json",
2658
+ "kind": "file"
2659
+ },
2660
+ {
2661
+ "path": ".claude/skills",
2662
+ "kind": "tree"
2663
+ },
2664
+ {
2665
+ "path": "CLAUDE.md",
2666
+ "kind": "file"
2667
+ }
2668
+ ]
2669
+ },
2670
+ {
2671
+ "id": "codex",
2672
+ "discovery": {
2673
+ "providerRootNames": [
2674
+ ".agents",
2675
+ ".codex"
2676
+ ],
2677
+ "instructionNames": [
2678
+ "AGENTS.md"
2679
+ ],
2680
+ "instructionOverrideNames": [
2681
+ "AGENTS.local.md",
2682
+ "AGENTS.override.md"
2683
+ ],
2684
+ "configPaths": [
2685
+ ".codex/config.toml",
2686
+ ".codex/hooks.json"
2687
+ ],
2688
+ "pluginRootNames": [
2689
+ ".codex-plugin"
2690
+ ]
2691
+ },
2692
+ "surfaces": [
2693
+ {
2694
+ "path": ".agents/skills",
2695
+ "kind": "tree"
2696
+ },
2697
+ {
2698
+ "path": ".codex/hooks.json",
2699
+ "kind": "file"
2700
+ }
2701
+ ]
2702
+ }
2703
+ ],
2704
+ "retiredProviders": []
2628
2705
  }
2629
2706
  ]
2630
2707
  }
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.128",
7
+ "version": "0.1.0-beta.129",
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",