nexus-agents - v2.80.0
    Preparing search index...

    Interface TrackedTask

    A tracked task/issue.

    interface TrackedTask {
        id: string;
        title: string;
        status: "open" | "closed" | "in_progress";
        url?: string;
    }
    Index

    Properties

    Properties

    id: string

    Backend-specific ID (issue number or local ID).

    title: string
    status: "open" | "closed" | "in_progress"
    url?: string