Skip to content

Gate‑Decision‑Card

Pheonetic Coder edited this page Aug 25, 2025 · 1 revision

Gate Decision Card

In Auto mode, the Genesis Code Protocol presents a Gate Decision Card at each checkpoint. The card summarises the current phase, possible actions and the model’s recommendation. It provides transparency into the LLM’s reasoning and allows you to override its choice.

Options

Each card lists four possible actions:

  • Proceed – move to the next phase in the plan.
  • Branch – jump to a specified phase number or name. Use this to explore a different path or revisit a skipped phase.
  • Return – go back to a previous checkpoint. Useful for revisiting assumptions or re‑running simulations.
  • End – terminate the run and package the current artifacts via the Exit Wizard.

Fields

The card contains the following fields:

  • Recommendation – the model’s suggested action based on acceptance metrics and risk tier.
  • Confidence – the model’s estimated confidence in its recommendation.
  • Cost/Time – predicted resource and time requirements for continuing.
  • Risk – the risk tier associated with proceeding.

If you do not respond to the card within a specified timeout, the model executes its recommended action. All gate decisions are recorded in the DECISION_LEDGER for auditability. In Full Run mode, the model still prints the card but waits for your explicit instruction before continuing.

Clone this wiki locally