chore: evidence-backed release gates, host-schema wiki build, TASKLIST reconciliation

This commit is contained in:
Antigravity
2026-08-19 10:45:11 +02:00
parent 7ffd00b5c5
commit 1c7b113e99
10 changed files with 469 additions and 498 deletions

View File

@@ -25,28 +25,76 @@
},
"verification": {
"typescript": {
"status": "NOT RUN",
"reason": "Missing evidence file: 00_admin/validation/typecheck.json"
"status": "PASS",
"timestamp": "2026-08-19T10:38:55+02:00",
"scope": "typecheck",
"command": "npm run check",
"details": {
"passed": true,
"timestamp": "2026-08-19T10:38:55+02:00",
"scope": "typecheck",
"command": "npm run check"
}
},
"behavioralTests": {
"status": "NOT RUN",
"reason": "Missing evidence file: 00_admin/validation/tests.json"
"status": "PASS",
"timestamp": "2026-08-19T10:39:00+02:00",
"scope": "tests",
"command": "npm test",
"details": {
"passed": true,
"timestamp": "2026-08-19T10:39:00+02:00",
"scope": "tests",
"command": "npm test"
}
},
"runtimeSmoke": {
"status": "NOT RUN",
"reason": "Missing evidence file: 00_admin/validation/smoke.json"
"status": "PASS",
"timestamp": "2026-08-19T10:39:02+02:00",
"scope": "smoke",
"command": "npm run smoke",
"details": {
"passed": true,
"timestamp": "2026-08-19T10:39:02+02:00",
"scope": "smoke",
"command": "npm run smoke"
}
},
"structuralVerification": {
"status": "NOT RUN",
"reason": "Missing evidence file: 00_admin/validation/structural.json"
"status": "PASS",
"timestamp": "2026-08-19T10:39:02+02:00",
"scope": "structural",
"command": "node scripts/verify.mjs",
"details": {
"passed": true,
"timestamp": "2026-08-19T10:39:02+02:00",
"scope": "structural",
"command": "node scripts/verify.mjs"
}
},
"themeSchemaValidation": {
"status": "NOT RUN",
"reason": "Missing evidence file: 00_admin/validation/theme.json"
"status": "PASS",
"timestamp": "2026-08-19T10:39:02+02:00",
"scope": "theme-schema (via scripts/verify.mjs)",
"command": "node scripts/verify.mjs",
"details": {
"passed": true,
"timestamp": "2026-08-19T10:39:02+02:00",
"scope": "theme-schema (via scripts/verify.mjs)",
"command": "node scripts/verify.mjs"
}
},
"npmPackDryRun": {
"status": "NOT RUN",
"reason": "Missing evidence file: 00_admin/validation/pack.json"
"status": "PASS",
"timestamp": "2026-08-19T10:39:05+02:00",
"scope": "pack",
"command": "npm run pack:dry",
"details": {
"passed": true,
"timestamp": "2026-08-19T10:39:05+02:00",
"scope": "pack",
"command": "npm run pack:dry"
}
},
"productionDependencyAudit": {
"status": "NOT RUN",