Appearance
Runbooks
Use these commands as the operator baseline for recurring production checks.
How to use this page
- Start with the core production gate for release readiness.
- Use weekly evidence generation to keep audit and governance material current.
- Run replay regression checks after changes to memory, policy, or execution flow.
- Use consistency checks when a scope appears degraded or inconsistent.
Core production gate
bash
npm run -s gate:core:prod -- --base-url "$BASE_URL" --scope defaultWeekly governance evidence
bash
npm run -s evidence:weekly -- --scope default --window-hours 168 --strictReplay regression checks
bash
npm run -s e2e:replay-learning-fault-smoke
npm run -s e2e:replay-learning-retention-smokeScope consistency check
bash
npm run -s job:consistency-check:scope -- --scope default --strict-warningsRecommended cadence
- Before release: core production gate
- After release: replay regression checks on critical workflows
- Weekly: governance evidence
- During incidents: scope consistency check and replay commands