@qijenchen/governance 0.1.0-beta.130 → 0.1.0-beta.131

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.129",
8
- "snapshotSha256": "b0e2a74eae5a7723a0c62c52de8a7de412b79ddc28c9ef4655c7090db6c52466"
7
+ "releaseVersion": "0.1.0-beta.130",
8
+ "snapshotSha256": "66456a118073d56e4caafc8ab562c480ef1c9c832f015cffbc51e2884eeeed5b"
9
9
  },
10
10
  "snapshots": [
11
11
  {
@@ -2779,6 +2779,83 @@
2779
2779
  }
2780
2780
  ],
2781
2781
  "retiredProviders": []
2782
+ },
2783
+ {
2784
+ "releaseVersion": "0.1.0-beta.131",
2785
+ "previousSnapshotSha256": "66456a118073d56e4caafc8ab562c480ef1c9c832f015cffbc51e2884eeeed5b",
2786
+ "providers": [
2787
+ {
2788
+ "id": "claude",
2789
+ "discovery": {
2790
+ "providerRootNames": [
2791
+ ".claude"
2792
+ ],
2793
+ "instructionNames": [
2794
+ "CLAUDE.md"
2795
+ ],
2796
+ "instructionOverrideNames": [
2797
+ "CLAUDE.local.md",
2798
+ "CLAUDE.override.md"
2799
+ ],
2800
+ "configPaths": [
2801
+ ".claude/settings.json",
2802
+ ".claude/settings.local.json",
2803
+ ".mcp.json"
2804
+ ],
2805
+ "pluginRootNames": [
2806
+ ".claude-plugin"
2807
+ ]
2808
+ },
2809
+ "surfaces": [
2810
+ {
2811
+ "path": ".claude/settings.json",
2812
+ "kind": "file"
2813
+ },
2814
+ {
2815
+ "path": ".claude/skills",
2816
+ "kind": "tree"
2817
+ },
2818
+ {
2819
+ "path": "CLAUDE.md",
2820
+ "kind": "file"
2821
+ }
2822
+ ]
2823
+ },
2824
+ {
2825
+ "id": "codex",
2826
+ "discovery": {
2827
+ "providerRootNames": [
2828
+ ".agents",
2829
+ ".codex"
2830
+ ],
2831
+ "instructionNames": [
2832
+ "AGENTS.md"
2833
+ ],
2834
+ "instructionOverrideNames": [
2835
+ "AGENTS.local.md",
2836
+ "AGENTS.override.md"
2837
+ ],
2838
+ "configPaths": [
2839
+ ".codex/config.toml",
2840
+ ".codex/hooks.json"
2841
+ ],
2842
+ "pluginRootNames": [
2843
+ ".codex-plugin"
2844
+ ]
2845
+ },
2846
+ "surfaces": [
2847
+ {
2848
+ "path": ".agents/skills",
2849
+ "kind": "tree"
2850
+ },
2851
+ {
2852
+ "path": ".codex/hooks.json",
2853
+ "kind": "file"
2854
+ }
2855
+ ]
2856
+ }
2857
+ ],
2858
+ "retiredProviders": []
2782
2859
  }
2783
2860
  ]
2784
2861
  }
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.130",
7
+ "version": "0.1.0-beta.131",
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",