All capabilities Proof it stayed in bounds · the halt

When unsure, it stops — and says why.

A missing check is the most dangerous thing in an autonomous system, because silence reads as success. The Agent Forge inverts that: anything it cannot verify becomes a halt with a named reason, recorded to the trail.

What a halt does

The work suspends at the exact step in doubt. No guess is written, nothing downstream runs, and the reason is on the record for a human to act on.

“Couldn’t check” is never “passed.” The operator — the final court — decides, and that ruling is learned.

How a passed check differs from one that never ran
Halt recordcau·9f2a1801
produced_byoutput_verifier.verify
decisionunverifiable
reasoncited figure “$4.2M” not present in source
actionwork suspended at step 7 of 9
routed to operator — the final court

Invariant If a step cannot be affirmatively verified, the work halts with a named reason. Silence is never treated as success.

Go deeper — fail-closed by default

How the system distinguishes a verification that passed from one that never ran, and why it always errs toward stopping.

Read the doctrine