/converge: The Convergence Point Protocol
Use this command to trigger the high-fidelity verification and deployment sequence. This ensures the code is not just "technically" correct (tests pass) but "business" correct (data state is valid).
// turbo-all
1. Execution Sequence
When you or the AI triggers /converge, the following happens:
- The Beast Audit:
pnpm convergeruns the full pre-flight audit and all specialized.verify.tsscripts. - State Provisioning: Ensure the local emulator is seeded with appropriate high-fidelity data.
- Commit Generation: AI automatically stages all changes and creates atomic feature commits.
- Autonomous Promotion:
- Merge
ghost->tst - Push
tst - Merge
tst->stg - Push
stg - Handoff Generation: Update the daily handoff logs with the convergence results.
2. Voice Trigger
You can trigger this by saying:
"Antigravity, execute the convergence protocol." "The Beast, converge all systems."
3. Human Gatekeeper
If any step in the logic verification fails, the AI will STOP and request a "Strategic Briefing" before allowing the promotion to STG.