Skip to content

isDeterministicRung

isDeterministicRung(rung): boolean

Defined in: _worktrees/docs-release/gaunt-sloth/packages/core/src/config/shell-policy.ts:899

The rungs that decide a gated call without a modelmanual and write (§2.1, §2.2). Everything they do not auto-grant goes to the human, so these are the two rungs a user picks in order to read and approve every tool call themselves.

The complement of isRatedRung plus bypass; written out rather than negated so that a sixth rung would have to be classified deliberately instead of defaulting into this set.

"manual" | "write" | "assisted" | "auto" | "bypass"

boolean