@qijenchen/governance 0.1.0-beta.132 → 0.1.0-beta.134

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.131",
8
- "snapshotSha256": "ed486686bebf6db27cdf087965098e7e94e297ad8c9d4a647702e76f5682f029"
7
+ "releaseVersion": "0.1.0-beta.133",
8
+ "snapshotSha256": "a1705fece9423f8a78302334d599428db3e364c6c8f6d7634ed639dfa2ffa7ab"
9
9
  },
10
10
  "snapshots": [
11
11
  {
@@ -2933,6 +2933,160 @@
2933
2933
  }
2934
2934
  ],
2935
2935
  "retiredProviders": []
2936
+ },
2937
+ {
2938
+ "releaseVersion": "0.1.0-beta.133",
2939
+ "previousSnapshotSha256": "82a24a90f4b227baf71b7283dc90bdac4e56a7b48e3fef2f402fb4ccc8352e00",
2940
+ "providers": [
2941
+ {
2942
+ "id": "claude",
2943
+ "discovery": {
2944
+ "providerRootNames": [
2945
+ ".claude"
2946
+ ],
2947
+ "instructionNames": [
2948
+ "CLAUDE.md"
2949
+ ],
2950
+ "instructionOverrideNames": [
2951
+ "CLAUDE.local.md",
2952
+ "CLAUDE.override.md"
2953
+ ],
2954
+ "configPaths": [
2955
+ ".claude/settings.json",
2956
+ ".claude/settings.local.json",
2957
+ ".mcp.json"
2958
+ ],
2959
+ "pluginRootNames": [
2960
+ ".claude-plugin"
2961
+ ]
2962
+ },
2963
+ "surfaces": [
2964
+ {
2965
+ "path": ".claude/settings.json",
2966
+ "kind": "file"
2967
+ },
2968
+ {
2969
+ "path": ".claude/skills",
2970
+ "kind": "tree"
2971
+ },
2972
+ {
2973
+ "path": "CLAUDE.md",
2974
+ "kind": "file"
2975
+ }
2976
+ ]
2977
+ },
2978
+ {
2979
+ "id": "codex",
2980
+ "discovery": {
2981
+ "providerRootNames": [
2982
+ ".agents",
2983
+ ".codex"
2984
+ ],
2985
+ "instructionNames": [
2986
+ "AGENTS.md"
2987
+ ],
2988
+ "instructionOverrideNames": [
2989
+ "AGENTS.local.md",
2990
+ "AGENTS.override.md"
2991
+ ],
2992
+ "configPaths": [
2993
+ ".codex/config.toml",
2994
+ ".codex/hooks.json"
2995
+ ],
2996
+ "pluginRootNames": [
2997
+ ".codex-plugin"
2998
+ ]
2999
+ },
3000
+ "surfaces": [
3001
+ {
3002
+ "path": ".agents/skills",
3003
+ "kind": "tree"
3004
+ },
3005
+ {
3006
+ "path": ".codex/hooks.json",
3007
+ "kind": "file"
3008
+ }
3009
+ ]
3010
+ }
3011
+ ],
3012
+ "retiredProviders": []
3013
+ },
3014
+ {
3015
+ "releaseVersion": "0.1.0-beta.134",
3016
+ "previousSnapshotSha256": "a1705fece9423f8a78302334d599428db3e364c6c8f6d7634ed639dfa2ffa7ab",
3017
+ "providers": [
3018
+ {
3019
+ "id": "claude",
3020
+ "discovery": {
3021
+ "providerRootNames": [
3022
+ ".claude"
3023
+ ],
3024
+ "instructionNames": [
3025
+ "CLAUDE.md"
3026
+ ],
3027
+ "instructionOverrideNames": [
3028
+ "CLAUDE.local.md",
3029
+ "CLAUDE.override.md"
3030
+ ],
3031
+ "configPaths": [
3032
+ ".claude/settings.json",
3033
+ ".claude/settings.local.json",
3034
+ ".mcp.json"
3035
+ ],
3036
+ "pluginRootNames": [
3037
+ ".claude-plugin"
3038
+ ]
3039
+ },
3040
+ "surfaces": [
3041
+ {
3042
+ "path": ".claude/settings.json",
3043
+ "kind": "file"
3044
+ },
3045
+ {
3046
+ "path": ".claude/skills",
3047
+ "kind": "tree"
3048
+ },
3049
+ {
3050
+ "path": "CLAUDE.md",
3051
+ "kind": "file"
3052
+ }
3053
+ ]
3054
+ },
3055
+ {
3056
+ "id": "codex",
3057
+ "discovery": {
3058
+ "providerRootNames": [
3059
+ ".agents",
3060
+ ".codex"
3061
+ ],
3062
+ "instructionNames": [
3063
+ "AGENTS.md"
3064
+ ],
3065
+ "instructionOverrideNames": [
3066
+ "AGENTS.local.md",
3067
+ "AGENTS.override.md"
3068
+ ],
3069
+ "configPaths": [
3070
+ ".codex/config.toml",
3071
+ ".codex/hooks.json"
3072
+ ],
3073
+ "pluginRootNames": [
3074
+ ".codex-plugin"
3075
+ ]
3076
+ },
3077
+ "surfaces": [
3078
+ {
3079
+ "path": ".agents/skills",
3080
+ "kind": "tree"
3081
+ },
3082
+ {
3083
+ "path": ".codex/hooks.json",
3084
+ "kind": "file"
3085
+ }
3086
+ ]
3087
+ }
3088
+ ],
3089
+ "retiredProviders": []
2936
3090
  }
2937
3091
  ]
2938
3092
  }
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.132",
7
+ "version": "0.1.0-beta.134",
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",