gatelineAPI reference
interface RunDescription {
    body: string;
    from: "spec.md" | "intent-brief.md" | "slug";
    title: string;
}

Properties

Properties

body: string
from: "spec.md" | "intent-brief.md" | "slug"

Which artifact the text was derived from — for the ensure result's note.

title: string