@qijenchen/governance 0.1.0-beta.106 → 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.105",
8
- "snapshotSha256": "e0a8c02e4faeb126f3612eb1559e6bce02b408ffabcd8f0101b9c005ea1344a1"
7
+ "releaseVersion": "0.1.0-beta.107",
8
+ "snapshotSha256": "0129f3ce7565b388be2c1b02740786bb76afe7a436c6b4d4db641f44db98d0c6"
9
9
  },
10
10
  "snapshots": [
11
11
  {
@@ -931,6 +931,160 @@
931
931
  }
932
932
  ],
933
933
  "retiredProviders": []
934
+ },
935
+ {
936
+ "releaseVersion": "0.1.0-beta.107",
937
+ "previousSnapshotSha256": "6ba66c4b02e1985cc2175f94a481eb02cf1be57281d9c6b08ce39d6a7c8243c1",
938
+ "providers": [
939
+ {
940
+ "id": "claude",
941
+ "discovery": {
942
+ "providerRootNames": [
943
+ ".claude"
944
+ ],
945
+ "instructionNames": [
946
+ "CLAUDE.md"
947
+ ],
948
+ "instructionOverrideNames": [
949
+ "CLAUDE.local.md",
950
+ "CLAUDE.override.md"
951
+ ],
952
+ "configPaths": [
953
+ ".claude/settings.json",
954
+ ".claude/settings.local.json",
955
+ ".mcp.json"
956
+ ],
957
+ "pluginRootNames": [
958
+ ".claude-plugin"
959
+ ]
960
+ },
961
+ "surfaces": [
962
+ {
963
+ "path": ".claude/settings.json",
964
+ "kind": "file"
965
+ },
966
+ {
967
+ "path": ".claude/skills",
968
+ "kind": "tree"
969
+ },
970
+ {
971
+ "path": "CLAUDE.md",
972
+ "kind": "file"
973
+ }
974
+ ]
975
+ },
976
+ {
977
+ "id": "codex",
978
+ "discovery": {
979
+ "providerRootNames": [
980
+ ".agents",
981
+ ".codex"
982
+ ],
983
+ "instructionNames": [
984
+ "AGENTS.md"
985
+ ],
986
+ "instructionOverrideNames": [
987
+ "AGENTS.local.md",
988
+ "AGENTS.override.md"
989
+ ],
990
+ "configPaths": [
991
+ ".codex/config.toml",
992
+ ".codex/hooks.json"
993
+ ],
994
+ "pluginRootNames": [
995
+ ".codex-plugin"
996
+ ]
997
+ },
998
+ "surfaces": [
999
+ {
1000
+ "path": ".agents/skills",
1001
+ "kind": "tree"
1002
+ },
1003
+ {
1004
+ "path": ".codex/hooks.json",
1005
+ "kind": "file"
1006
+ }
1007
+ ]
1008
+ }
1009
+ ],
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": []
934
1088
  }
935
1089
  ]
936
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.106",
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",