mjolnir-qa 1.0.9 → 2.0.2
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 +204 -0
- package/README.ar.md +434 -478
- package/README.bn.md +434 -491
- package/README.br.md +434 -520
- package/README.bs.md +431 -500
- package/README.da.md +433 -509
- package/README.de.md +432 -522
- package/README.es.md +428 -517
- package/README.fr.md +426 -520
- package/README.gr.md +433 -517
- package/README.he.md +433 -475
- package/README.it.md +436 -525
- package/README.ja.md +436 -506
- package/README.ko.md +434 -494
- package/README.md +453 -438
- package/README.no.md +435 -509
- package/README.pl.md +433 -511
- package/README.ru.md +434 -515
- package/README.th.md +434 -484
- package/README.tr.md +427 -504
- package/README.uk.md +433 -505
- package/README.vi.md +436 -494
- package/README.zh.md +433 -462
- package/README.zht.md +433 -462
- package/dist/cli.d.mts +716 -110
- package/dist/cli.mjs +9815 -22027
- package/dist/mcp/stdio.mjs +2164 -886
- package/dist/rolldown-runtime-8H4AJuhK.mjs +14 -0
- package/dist/scan-pipeline-C0ka-RmX.mjs +2 -0
- package/dist/scan-pipeline-D3Yk2cef.mjs +15309 -0
- package/package.json +14 -8
package/package.json
CHANGED
|
@@ -1,13 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mjolnir-qa",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "2.0.2",
|
|
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": {
|
|
7
7
|
"node": ">=22.18"
|
|
8
8
|
},
|
|
9
9
|
"bin": {
|
|
10
|
-
"mjolnir": "dist/cli.mjs"
|
|
10
|
+
"mjolnir": "dist/cli.mjs",
|
|
11
|
+
"mjolnir-qa": "dist/cli.mjs"
|
|
11
12
|
},
|
|
12
13
|
"workspaces": [
|
|
13
14
|
"packages/*"
|
|
@@ -24,11 +25,15 @@
|
|
|
24
25
|
"mcp": "node dist/mcp/stdio.mjs",
|
|
25
26
|
"test": "vitest run",
|
|
26
27
|
"bench:scan": "tsx scripts/bench-scan.ts .mjolnir --files 300",
|
|
28
|
+
"test:stress": "vitest run --config vitest.stress.config.ts",
|
|
27
29
|
"test:coverage": "vitest run --coverage",
|
|
30
|
+
"coverage:ratchet": "node scripts/check-coverage-ratchet.mjs",
|
|
28
31
|
"test:watch": "vitest",
|
|
29
32
|
"lint": "eslint . --max-warnings=0 && prettier --check .",
|
|
30
33
|
"format": "prettier --write .",
|
|
31
34
|
"typecheck": "tsc --noEmit && tsc --noEmit -p tsconfig.test.json && tsx scripts/typecheck-fixtures.ts",
|
|
35
|
+
"certify": "npm run lint && npm run typecheck && npm run test && npx vitest run tests/contract/",
|
|
36
|
+
"ci-local": "npm run certify && npm run brand:doctor && npm run brand:doctor:selftest && npm run brand:fonts:check",
|
|
32
37
|
"golden:update": "tsx tests/golden/gen.ts",
|
|
33
38
|
"detector-hashes:update": "tsx scripts/generate-detector-hashes.ts",
|
|
34
39
|
"corpus:regression": "tsx tests/corpus/audit.ts",
|
|
@@ -46,6 +51,7 @@
|
|
|
46
51
|
"docs:machine-contract": "tsx scripts/generate-machine-contract-doc.ts",
|
|
47
52
|
"docs:hero": "tsx scripts/generate-readme-hero.ts",
|
|
48
53
|
"docs:gauge": "tsx scripts/generate-readme-score-gauge.ts",
|
|
54
|
+
"docs:readme-brand": "tsx scripts/generate-readme-brand.ts",
|
|
49
55
|
"docs:formats": "tsx scripts/generate-site-formats.ts",
|
|
50
56
|
"docs:forensics-samples": "tsx scripts/generate-forensics-samples.ts",
|
|
51
57
|
"site:doctor": "npm --prefix site run doctor",
|
|
@@ -62,15 +68,15 @@
|
|
|
62
68
|
"self-scan": "node dist/cli.mjs .",
|
|
63
69
|
"prepare": "husky",
|
|
64
70
|
"prepublishOnly": "npm run build",
|
|
65
|
-
"docs:flow": "tsx scripts/generate-readme-flow.ts",
|
|
66
71
|
"docs:architecture": "tsx scripts/generate-readme-architecture.ts",
|
|
67
72
|
"brand:tokens": "tsx scripts/generate-brand-tokens.ts",
|
|
68
73
|
"brand:doctor": "node scripts/brand-doctor.mjs",
|
|
69
74
|
"brand:doctor:selftest": "node scripts/brand-doctor-selftest.mjs",
|
|
70
75
|
"brand:fonts": "tsx scripts/vendor-fonts.ts",
|
|
71
76
|
"brand:fonts:check": "tsx scripts/vendor-fonts.ts --check",
|
|
77
|
+
"brand:marks": "tsx scripts/generate-brand-marks.ts",
|
|
72
78
|
"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"
|
|
79
|
+
"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 docs:readme-brand && npm run detector-hashes:update"
|
|
74
80
|
},
|
|
75
81
|
"keywords": [
|
|
76
82
|
"qa",
|
|
@@ -104,7 +110,7 @@
|
|
|
104
110
|
"@eslint/js": "^10.0.1",
|
|
105
111
|
"@playwright/test": "^1.50.0",
|
|
106
112
|
"@types/node": "^26.4.0",
|
|
107
|
-
"@vitest/coverage-istanbul": "^
|
|
113
|
+
"@vitest/coverage-istanbul": "^5.0.1",
|
|
108
114
|
"axe-core": "^4.13.0",
|
|
109
115
|
"eslint": "^10.9.1",
|
|
110
116
|
"eslint-plugin-regexp": "^3.3.0",
|
|
@@ -115,11 +121,11 @@
|
|
|
115
121
|
"lint-staged": "^17.3.0",
|
|
116
122
|
"playwright-core": "^1.63.0",
|
|
117
123
|
"prettier": "^3.3.0",
|
|
118
|
-
"tsdown": "^0.
|
|
124
|
+
"tsdown": "^0.23.0",
|
|
119
125
|
"tsx": "^4.16.0",
|
|
120
126
|
"typescript": "^6.0.3",
|
|
121
127
|
"typescript-eslint": "^8.68.0",
|
|
122
|
-
"vitest": "^
|
|
128
|
+
"vitest": "^5.0.1"
|
|
123
129
|
},
|
|
124
130
|
"lint-staged": {
|
|
125
131
|
"*.{ts,js,mjs}": [
|
|
@@ -131,6 +137,6 @@
|
|
|
131
137
|
]
|
|
132
138
|
},
|
|
133
139
|
"allowScripts": {
|
|
134
|
-
"@vitest/coverage-istanbul@
|
|
140
|
+
"@vitest/coverage-istanbul@5.0.1": true
|
|
135
141
|
}
|
|
136
142
|
}
|