Skip to content

AttackHaltAnswer

AttackHaltAnswer = "run-anyway" | "stop"

Defined in: _worktrees/docs-release/gaunt-sloth/packages/core/src/core/types.ts:501

§6.1 — the human’s answer at the attack banner.

A string union rather than a boolean, and the polarity is deliberate. run-anyway is the only value that runs anything; every other value — one a future surface invents, or undefined from a surface that forgot to return — stops the run. A boolean would put the irreversible answer one inverted comparison away, and there is nothing here worth being one typo from.