gatelineAPI reference
interface EvidenceBlock {
    artifact: string;
    block: string;
    label: string;
    line: number;
}

Hierarchy (View Summary)

Properties

artifact: string

Run-relative artifact path.

block: string

The evidence block verbatim — its ### E<k> — AC<n>.<m> heading through the end of its body. Carried so the G2 surface can show the proof inline instead of linking a scroll away; it is a byte-identical slice of verification-report.md, never a summary of one.

label: string

The evidence-block label ('E1') or '' for a bare mention.

line: number

1-based line of the citation.