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

    Interface WorkChunk

    A chunk of work produced by auto-chunking.

    interface WorkChunk {
        id: string;
        scope: string;
        items: readonly string[];
    }
    Index

    Properties

    Properties

    id: string

    Unique ID for this chunk.

    scope: string

    Scope description (e.g., directory path).

    items: readonly string[]

    Items in this chunk (e.g., file paths).