@qijenchen/governance 0.1.0-beta.107 → 0.1.0-beta.108

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.
@@ -71,6 +71,9 @@
71
71
  { "id": "deep-audit-evidence-contract", "ownerRepo": "design-system", "path": "scripts/lib/deep-audit-evidence-contract.mjs", "required": true },
72
72
  { "id": "deep-audit-evidence-contract-schema", "ownerRepo": "design-system", "path": "scripts/schemas/deep-audit-evidence-contract.schema.json", "required": true },
73
73
  { "id": "deep-audit-run-preparer", "ownerRepo": "design-system", "path": "scripts/prepare-deep-audit-run.mjs", "required": true },
74
+ { "id": "deep-audit-waived-self-review-library", "ownerRepo": "design-system", "path": "scripts/lib/waived-self-review.mjs", "required": true },
75
+ { "id": "deep-audit-waived-self-review-importer", "ownerRepo": "design-system", "path": "scripts/import-waived-self-review.mjs", "required": true },
76
+ { "id": "deep-audit-waived-self-review-tests", "ownerRepo": "design-system", "path": "scripts/test-import-waived-self-review.mjs", "required": true },
74
77
  { "id": "deep-audit-coverage-verifier", "ownerRepo": "design-system", "path": "scripts/verify-deep-audit-coverage.mjs", "required": true },
75
78
  { "id": "deep-audit-coverage-tests", "ownerRepo": "design-system", "path": "scripts/test-verify-deep-audit-coverage.mjs", "required": true },
76
79
  { "id": "deep-audit-deterministic-plan", "ownerRepo": "design-system", "path": "scripts/deep-audit-deterministic-plan.json", "required": true },
@@ -4,8 +4,8 @@
4
4
  "kind": "provider-lifecycle-ledger",
5
5
  "immutableHead": {
6
6
  "providerInventorySha256": "86e9d0668cb54ad1bf05c36e78b4aa80417d5f468c929dd3ddcf69c1afbf32e4",
7
- "releaseVersion": "0.1.0-beta.106",
8
- "snapshotSha256": "6ba66c4b02e1985cc2175f94a481eb02cf1be57281d9c6b08ce39d6a7c8243c1"
7
+ "releaseVersion": "0.1.0-beta.107",
8
+ "snapshotSha256": "0129f3ce7565b388be2c1b02740786bb76afe7a436c6b4d4db641f44db98d0c6"
9
9
  },
10
10
  "snapshots": [
11
11
  {
@@ -1008,6 +1008,83 @@
1008
1008
  }
1009
1009
  ],
1010
1010
  "retiredProviders": []
1011
+ },
1012
+ {
1013
+ "releaseVersion": "0.1.0-beta.108",
1014
+ "previousSnapshotSha256": "0129f3ce7565b388be2c1b02740786bb76afe7a436c6b4d4db641f44db98d0c6",
1015
+ "providers": [
1016
+ {
1017
+ "id": "claude",
1018
+ "discovery": {
1019
+ "providerRootNames": [
1020
+ ".claude"
1021
+ ],
1022
+ "instructionNames": [
1023
+ "CLAUDE.md"
1024
+ ],
1025
+ "instructionOverrideNames": [
1026
+ "CLAUDE.local.md",
1027
+ "CLAUDE.override.md"
1028
+ ],
1029
+ "configPaths": [
1030
+ ".claude/settings.json",
1031
+ ".claude/settings.local.json",
1032
+ ".mcp.json"
1033
+ ],
1034
+ "pluginRootNames": [
1035
+ ".claude-plugin"
1036
+ ]
1037
+ },
1038
+ "surfaces": [
1039
+ {
1040
+ "path": ".claude/settings.json",
1041
+ "kind": "file"
1042
+ },
1043
+ {
1044
+ "path": ".claude/skills",
1045
+ "kind": "tree"
1046
+ },
1047
+ {
1048
+ "path": "CLAUDE.md",
1049
+ "kind": "file"
1050
+ }
1051
+ ]
1052
+ },
1053
+ {
1054
+ "id": "codex",
1055
+ "discovery": {
1056
+ "providerRootNames": [
1057
+ ".agents",
1058
+ ".codex"
1059
+ ],
1060
+ "instructionNames": [
1061
+ "AGENTS.md"
1062
+ ],
1063
+ "instructionOverrideNames": [
1064
+ "AGENTS.local.md",
1065
+ "AGENTS.override.md"
1066
+ ],
1067
+ "configPaths": [
1068
+ ".codex/config.toml",
1069
+ ".codex/hooks.json"
1070
+ ],
1071
+ "pluginRootNames": [
1072
+ ".codex-plugin"
1073
+ ]
1074
+ },
1075
+ "surfaces": [
1076
+ {
1077
+ "path": ".agents/skills",
1078
+ "kind": "tree"
1079
+ },
1080
+ {
1081
+ "path": ".codex/hooks.json",
1082
+ "kind": "file"
1083
+ }
1084
+ ]
1085
+ }
1086
+ ],
1087
+ "retiredProviders": []
1011
1088
  }
1012
1089
  ]
1013
1090
  }
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.107",
7
+ "version": "0.1.0-beta.108",
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",