Skip to content

/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:

  1. The Beast Audit: pnpm converge runs the full pre-flight audit and all specialized .verify.ts scripts.
  2. State Provisioning: Ensure the local emulator is seeded with appropriate high-fidelity data.
  3. Commit Generation: AI automatically stages all changes and creates atomic feature commits.
  4. Autonomous Promotion:
  5. Merge ghost -> tst
  6. Push tst
  7. Merge tst -> stg
  8. Push stg
  9. 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.