@karmaniverous/stan-cli
    Preparing search index...

    Type Alias DependencyContext

    Dependency context object passed to the runner for context-aware archiving.

    type DependencyContext = {
        clean?: boolean;
        map: DependencyMetaResult["map"];
        meta: DependencyMetaResult["meta"];
        state?: unknown;
    }
    Index

    Properties

    Properties

    clean?: boolean

    Whether to clean the staging area before staging.

    map: DependencyMetaResult["map"]

    Dependency node map (host-private).

    meta: DependencyMetaResult["meta"]

    Dependency graph metadata (assistant-facing).

    state?: unknown

    Optional dependency selection state.