GR/warp verification workflow for CasimirBot: enforce WARP_AGENTS constraints, math-stage reporting, adapter verification, certificate integrity, and training-trace export. Use when editing GR/warp modules, constraint policies, warp viability, math stage registry, or any change that requires the Casimir verification gate.
Run the repo guardrails for GR/warp changes (math-stage checks, required tests, adapter verification, and certificate integrity) before claiming viability or completion.
MATH_STATUS.md, run the full workflow.npm run math:trace -- <path-or-tag> to resolve stage and dependencies.npm run math:report to refresh reports/math-report.json and reports/math-report.md.npm run math:validate to check stage rules and evidence coverage.WARP_AGENTS.md:
npx vitest run <file...> or npm run test -- <file...>.npm run casimir:verify -- --ci --trace-out artifacts/training-trace.jsonl.--token and --tenant (check ENABLE_AGI_AUTH and AGI_TENANT_REQUIRED).--url or CASIMIR_PUBLIC_BASE_URL if needed.WARP_AGENTS.md for constraints, required tests, and certificate policy.MATH_STATUS.md for stage maturity and allowed claims.MATH_GRAPH.json for dependency stage edges.reports/math-report.json for evidence gaps and unit coverage.docs/ADAPTER-CONTRACT.md and cli/casimir-verify.ts for adapter details.