Files
Rental-operations-platform/docs/quality/PHASE_11_VALIDATION_RESULTS_v1.0.json
T
2026-06-25 19:06:59 -04:00

51 lines
1.1 KiB
JSON

{
"phase": 11,
"date": "2026-06-25",
"host_runtime": {
"node": "22.16.0",
"required_node": "24.17.0",
"required_pnpm": "11.9.0"
},
"passed": [
{
"command": "node scripts/run-validations.mjs",
"gates": 9
},
{
"command": "for f in scripts/*.mjs; do node --check \"$f\"; done",
"files": 17
},
{
"command": "JSON parse scan",
"files": 27
},
{
"command": "TypeScript transpileModule syntax scan",
"files": 62,
"compiler": "5.8.3"
},
{
"command": "Phase 9 package validator",
"checksums": 61
},
{
"command": "node scripts/validate-phase11-manifest.mjs",
"files": 201,
"unlisted_extras": 0
}
],
"blocked": [
"pnpm install --frozen-lockfile",
"pnpm format:check",
"pnpm lint",
"pnpm typecheck",
"pnpm test:unit",
"pnpm build",
"pnpm test:e2e",
"pnpm test:visual:update --project=chromium",
"pnpm audit --audit-level low"
],
"blocker": "corepack prepare pnpm@11.9.0 --activate failed while fetching the pnpm tarball from registry.npmjs.org",
"all_tests_passed_claimed": false
}