FlowGuard API - v1.2.0-rc.2
    Preparing search index...

    Interface TimelineEntry

    A single entry in the session timeline.

    interface TimelineEntry {
        timestamp: string;
        kind: string;
        event: string;
        phase: string;
        actor: string;
        description: string;
    }
    Index

    Properties

    timestamp: string

    ISO-8601 timestamp.

    kind: string

    Event kind prefix (transition, tool_call, error, lifecycle).

    event: string

    Full event name (e.g., "transition:PLAN_READY").

    phase: string

    Phase at this point.

    actor: string

    Actor (machine, human, system).

    description: string

    One-line human-readable description.