phase 16 implementation

This commit is contained in:
root
2026-06-25 20:08:39 -04:00
parent 5d017f533a
commit c43620a005
248 changed files with 18458 additions and 90 deletions
+19 -7
View File
@@ -1,8 +1,8 @@
{
"name": "rentaldrivego-web",
"version": "0.4.0",
"version": "0.7.0",
"private": true,
"description": "Phase 13 multilingual homepage assembly for the RentalDriveGo marketing website.",
"description": "Phase 16 production launch governance, evidence controls, and explicit no-go release package for RentalDriveGo.",
"license": "UNLICENSED",
"packageManager": "pnpm@11.9.0",
"engines": {
@@ -16,8 +16,8 @@
"lint": "eslint . --max-warnings=0",
"format": "prettier --write .",
"format:check": "prettier --check .",
"typecheck": "tsc --noEmit",
"test:unit": "vitest run --coverage",
"typecheck": "next typegen && node scripts/prepare-typecheck.mjs && tsc --noEmit",
"test:unit": "vitest run --coverage --maxWorkers=1 --no-file-parallelism",
"test:unit:watch": "vitest",
"test:browser": "playwright test tests/browser",
"test:a11y": "playwright test tests/a11y",
@@ -33,12 +33,24 @@
"validate": "node scripts/run-validations.mjs",
"audit": "pnpm audit --audit-level low",
"check": "node scripts/run-checks.mjs",
"manifest:generate": "node scripts/generate-phase13-manifest.mjs",
"validate:package": "node scripts/validate-phase13-manifest.mjs",
"manifest:generate": "node scripts/generate-phase16-manifest.mjs",
"validate:package": "node scripts/validate-phase16-manifest.mjs",
"validate:foundation": "node scripts/validate-phase11-foundation.mjs",
"validate:metadata": "node scripts/validate-metadata.mjs",
"validate:components": "node scripts/validate-phase12-components.mjs",
"validate:homepage": "node scripts/validate-phase13-homepage.mjs"
"validate:homepage": "node scripts/validate-phase13-homepage.mjs",
"test:integration": "vitest run --config vitest.integration.config.ts --maxWorkers=1 --no-file-parallelism",
"validate:destinations": "node scripts/validate-phase14-integrations.mjs",
"validate:environment": "node scripts/validate-phase14-environment.mjs",
"validate:form": "node scripts/validate-phase14-integrations.mjs",
"validate:analytics": "node scripts/validate-phase14-privacy.mjs",
"test:security": "node scripts/validate-phase14-security.mjs",
"test:privacy": "node scripts/validate-phase14-privacy.mjs",
"validate:integrations": "node scripts/validate-phase14-integrations.mjs",
"validate:phase14": "node scripts/validate-phase14-integrations.mjs && node scripts/validate-phase14-environment.mjs && node scripts/validate-phase14-security.mjs && node scripts/validate-phase14-privacy.mjs",
"validate:phase15": "node scripts/validate-phase15-readiness.mjs",
"audit:static": "python3 scripts/phase15-static-audit.py --json-output docs/quality/PHASE_15_STATIC_AUDIT_RESULTS_v1.0.json --markdown-output docs/quality/PHASE_15_STATIC_AUDIT_RESULTS_v1.0.md",
"validate:phase16": "node scripts/validate-phase16-readiness.mjs"
},
"dependencies": {
"@fontsource-variable/inter": "5.2.8",