Interfaces

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

readonly assertions: readonly Assertion[]

Defined in: src/core/agent/findings/types.ts:153

Mapped by the stratum rule; always present, [] for noise.


declaredOn

readonly declaredOn: DeclaredOn

Defined in: src/core/agent/findings/types.ts:154


iteration

readonly iteration: 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

readonly kind: "standing"

Defined in: src/core/agent/findings/types.ts:137


line?

readonly optional line?: string

Defined in: src/core/agent/findings/types.ts:151


ref?

readonly optional ref?: string

Defined in: src/core/agent/findings/types.ts:147

The placement ticket's art_ ref when the result was placed (isPlacedToolResult).


settles?

readonly optional settles?: string

Defined in: src/core/agent/findings/types.ts:150


sought?

readonly optional sought?: boolean

Defined in: src/core/agent/findings/types.ts:149


standing

readonly standing: Standing

Defined in: src/core/agent/findings/types.ts:148


toolCallId

readonly toolCallId: string

Defined in: src/core/agent/findings/types.ts:139

The PREVIOUS result's id — the result being judged, not the judging call.


toolName?

readonly optional toolName?: 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?

readonly optional unknownId?: 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.

On this page