-
Notifications
You must be signed in to change notification settings - Fork 9
28 Maintainer Runbook
Vicky Patel edited this page Sep 14, 2026
·
1 revision
Operational runbook for repository maintainers, code owners, PR review SLAs, and automation tooling.
- 24-Hour PR Review Target: Respond to incoming community Pull Requests within 24 hours.
-
Quality Gate Verification: Confirm that all 8 CI quality gates (
tsc,eslint, 56 test suites, link audit, secret scan, Next.js build, issue audit, protected migrations diff) pass before merging. -
Protected Boundary Enforcement: Reject any PR that modifies frozen database migrations (
supabase/migrations/*) or alters RLS policies without prior approval.
-
Dry-Run Audit:
node scratch/create-beginner-issues.mjs --dry-run
-
Live Provisioning:
GITHUB_TOKEN=<token> node scratch/create-beginner-issues.mjs
Verifies that all 20 canonical beginner issue target files exist and contain expected target markers:
node scratch/check-issues-audit.mjsRuns the full 7-step release readiness verification suite:
npm run release:check| 🏛️ Project Hub | 🛠️ Developer Docs | 💬 Community & Support |
|---|---|---|
| GitHub Repository | System Architecture | GitHub Discussions |
| Beginner Issue Catalog | Design System | Open Issues |
| Production Deployment | API Reference | Pull Requests |
| Project Roadmap | Testing & QA Matrix | Maintainer Governance |
- Codebase Tour
- Domain Model
- Database Architecture
- Security Model
- Financial System
- Consequence System
- External Integrations
- Discipline Intelligence
- Data Portability & Sync