Creating Plot Twists
    Preparing search index...

    Type Alias StatusIcon

    StatusIcon:
        | "backlog"
        | "todo"
        | "inProgress"
        | "blocked"
        | "done"
        | "cancelled"
        | "confirmed"
        | "tentative"

    Curated status-icon vocabulary. Connectors map each declared status to the closest icon; clients render a single glyph per value. Required on every status so the UI always has something to show.