System Invariants
Strict operational rules that govern the Vibecoding process.
Repo Dump Invariant
The repository must be re-fed in Markdown format before Task Generation (Step 4) and Debugging (Step 6). This ensures the AI operates on the absolute latest code state.
Token Stability Invariant
Old chats and files must be deleted before new dumps are ingested. This prevents context window overflow and eliminates hallucinations caused by stale data.
Clarification Invariant
The Translation Layer (Copilot) must clarify intent, not just forward instructions. Ambiguities must be resolved here, never passed downstream.
Determinism Invariant
Task Generation (AI Studio) must use top-p=0. Tasks must be reproducible, unambiguous, and free of "creative" randomness.
Isolation Invariant
Execution (Antigravity) is strictly isolated from planning. The "hands" (Agent) do not decide the "strategy" (Studio).