shield

System Invariants

Strict operational rules that govern the Vibecoding process.

backup

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.

delete_forever

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.

translate

Clarification Invariant

The Translation Layer (Copilot) must clarify intent, not just forward instructions. Ambiguities must be resolved here, never passed downstream.

rule

Determinism Invariant

Task Generation (AI Studio) must use top-p=0. Tasks must be reproducible, unambiguous, and free of "creative" randomness.

block

Isolation Invariant

Execution (Antigravity) is strictly isolated from planning. The "hands" (Agent) do not decide the "strategy" (Studio).

Built 99.99% with LLMs. My part? Vibe check.

© 2025 DAVIDTIBERIAS. All rights reserved.