Interfaces

ExternalGrounding

Interface: ExternalGrounding

Defined in: src/integrity/unsupported-argument/check.ts:102

One argument value an external ground excused — the audit trail of an app assertion. Filed alongside the findings so the record can say WHICH source grounded a value, not merely that no finding was raised.

Properties

path

readonly path: string

Defined in: src/integrity/unsupported-argument/check.ts:106

Dot-path of the argument leaf the ground excused.


source

readonly source: string

Defined in: src/integrity/unsupported-argument/check.ts:109

The app's label from the ExternalGround entry that matched.


toolCallId

readonly toolCallId: string

Defined in: src/integrity/unsupported-argument/check.ts:104


toolName

readonly toolName: string

Defined in: src/integrity/unsupported-argument/check.ts:103


value

readonly value: string

Defined in: src/integrity/unsupported-argument/check.ts:107

On this page