StandingRow
Interface: StandingRow
Defined in: src/core/agent/findings/types.ts:136
The model's standing on ONE previous result. The LAST row per toolCallId is current.
Properties
assertions
readonlyassertions: readonlyAssertion[]
Defined in: src/core/agent/findings/types.ts:153
Mapped by the stratum rule; always present, [] for noise.
declaredOn
readonlydeclaredOn:DeclaredOn
Defined in: src/core/agent/findings/types.ts:154
iteration
readonlyiteration:number
Defined in: src/core/agent/findings/types.ts:159
The DECLARING iteration. The result's own tool-calls stage is derivable
from the commit log by toolCallId and is never guessed here.
kind
readonlykind:"standing"
Defined in: src/core/agent/findings/types.ts:137
line?
readonlyoptionalline?:string
Defined in: src/core/agent/findings/types.ts:151
ref?
readonlyoptionalref?:string
Defined in: src/core/agent/findings/types.ts:147
The placement ticket's art_ ref when the result was placed (isPlacedToolResult).
settles?
readonlyoptionalsettles?:string
Defined in: src/core/agent/findings/types.ts:150
sought?
readonlyoptionalsought?:boolean
Defined in: src/core/agent/findings/types.ts:149
standing
readonlystanding:Standing
Defined in: src/core/agent/findings/types.ts:148
toolCallId
readonlytoolCallId:string
Defined in: src/core/agent/findings/types.ts:139
The PREVIOUS result's id — the result being judged, not the judging call.
toolName?
readonlyoptionaltoolName?:string
Defined in: src/core/agent/findings/types.ts:145
From the identified result (offer.ts · knownResults: the served
history's tool messages plus the previous batch); absent when the id
named none (unknownId), or when the served message carried no name.
unknownId?
readonlyoptionalunknownId?:true
Defined in: src/core/agent/findings/types.ts:166
Set when toolCallId named no result the run could identify — neither a
served role: 'tool' message nor an entry of the previous batch
(offer.ts · knownResults). An ordinal, a tool name, a typo: recorded
as written, never resolved.
