RaterDecision
Defined in: _worktrees/docs-release/gaunt-sloth/packages/core/src/core/shell/rater.ts:1594
The verdict mapVerdictToAction acts on, after the gate’s own fail-closed preflight has
overridden the rater where it must. Returned alongside the action so the caller surfaces the
HONEST reason (a “could not assess” note) rather than whatever the rater claimed about a
command the gate could not statically vet. undefined at the unrated rungs, where no rating
call was made at all.
Properties
Section titled “Properties”action
Section titled “action”action:
"escalate"|"approve"|"halt"|"reject"
Defined in: _worktrees/docs-release/gaunt-sloth/packages/core/src/core/shell/rater.ts:1595
verdict?
Section titled “verdict?”
optionalverdict?:object
Defined in: _worktrees/docs-release/gaunt-sloth/packages/core/src/core/shell/rater.ts:1597
The verdict actually used — the rater’s, or the fail-closed destructive override.
outcome
Section titled “outcome”outcome:
"safe"|"destructive"|"catastrophic"|"attack"
reason
Section titled “reason”reason:
string