mjolnir-qa 1.0.8 → 1.0.9

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.
package/CHANGELOG.md CHANGED
@@ -9,6 +9,20 @@ Rule behavior changes (new rules, FP-rate changes against the corpus,
9
9
  severity changes) are first-class entries here — rule IDs are immutable
10
10
  once shipped, so this file is the record of what changed between versions.
11
11
 
12
+ ## [1.0.9] — 2026-09-12
13
+
14
+ ### Changes since 1
15
+
16
+ - chore: add testTimeout: 30_000 to vitest.config.ts
17
+ - test: MR-7A release-verification machinery contract (#84)
18
+ - feat: SC-8 determinism verifier + SC-11 control-state record (MR-8.C/D) (#83)
19
+ - feat: pack-audit gate wired before publish (SC-6, MR-8.B) (#82)
20
+ - test: SC-3/SC-4/SC-7 supply-chain hygiene gates (MR-8.A) (#81)
21
+ - docs: PR template + CONTRIBUTING targeted-slice ladder (MR-4, GC-2) (#80)
22
+ - feat: docs:regen aggregate — one idempotent command for every generated surface (MR-5) (#79)
23
+ - test(site): negative proof for the D-2 emitted-HTML link gate (MR-6) (#78)
24
+ - fix(release): recognize the '(Merged PR #N)' squash subject so PR labels drive the bump (#77)
25
+
12
26
  ## [1.0.8] — 2026-09-11
13
27
 
14
28
  ### Changes since 1.0.7
package/dist/cli.d.mts CHANGED
@@ -913,7 +913,7 @@ declare function runScan$1(args: CliArgs, hooks?: ScanHooks): Promise<ScanResult
913
913
  * scripts/sync-sarif-version.cjs and guarded by the version-consistency
914
914
  * spec. cli.ts re-exports this as CLI_VERSION.
915
915
  */
916
- declare const ENGINE_VERSION = "1.0.8";
916
+ declare const ENGINE_VERSION = "1.0.9";
917
917
  //#endregion
918
918
  //#region src/cli-io.d.ts
919
919
  /**
package/dist/cli.mjs CHANGED
@@ -1019,7 +1019,7 @@ function buildEvidenceGraph(parts) {
1019
1019
  * scripts/sync-sarif-version.cjs and guarded by the version-consistency
1020
1020
  * spec. cli.ts re-exports this as CLI_VERSION.
1021
1021
  */
1022
- const ENGINE_VERSION = "1.0.8";
1022
+ const ENGINE_VERSION = "1.0.9";
1023
1023
  //#endregion
1024
1024
  //#region src/discovery/evidence-discovery.ts
1025
1025
  /**
@@ -15199,7 +15199,7 @@ function renderSarif(result, repoRootUri) {
15199
15199
  tool: { driver: {
15200
15200
  name: "Mjölnir",
15201
15201
  informationUri: "https://github.com/Sergey-Bar/Mjolnir",
15202
- version: "1.0.8",
15202
+ version: "1.0.9",
15203
15203
  rules: [...rules.values()].map((r) => {
15204
15204
  const meta = RULES.find((x) => x.id === r.id);
15205
15205
  return {
@@ -962,7 +962,7 @@ function buildEvidenceGraph(parts) {
962
962
  * scripts/sync-sarif-version.cjs and guarded by the version-consistency
963
963
  * spec. cli.ts re-exports this as CLI_VERSION.
964
964
  */
965
- const ENGINE_VERSION = "1.0.8";
965
+ const ENGINE_VERSION = "1.0.9";
966
966
  //#endregion
967
967
  //#region src/discovery/evidence-discovery.ts
968
968
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mjolnir-qa",
3
- "version": "1.0.8",
3
+ "version": "1.0.9",
4
4
  "description": "Mjölnir — the Verification Trust Engine for QA. Audits test suites and CI pipelines, reports a worthiness score and prioritized findings.",
5
5
  "type": "module",
6
6
  "engines": {
@@ -69,7 +69,8 @@
69
69
  "brand:doctor:selftest": "node scripts/brand-doctor-selftest.mjs",
70
70
  "brand:fonts": "tsx scripts/vendor-fonts.ts",
71
71
  "brand:fonts:check": "tsx scripts/vendor-fonts.ts --check",
72
- "brand:marks:update": "node scripts/update-mark-hashes.mjs"
72
+ "brand:marks:update": "node scripts/update-mark-hashes.mjs",
73
+ "docs:regen": "npm run docs:rules && npm run fp-audit:generate && npm run docs:capability && npm run docs:counts && npm run docs:depth-adjudication && npm run docs:machine-contract && npm run brand:tokens && npm run golden:update && npm run docs:hero && npm run docs:demo && npm run detector-hashes:update"
73
74
  },
74
75
  "keywords": [
75
76
  "qa",