@suluk/cockpit - v0.2.0
    Preparing search index...

    Interface AgentsView

    interface AgentsView {
        present: boolean;
        agents: AgentNodeView[];
        roots: string[];
        findings: LintFinding[];
        installable: boolean;
        contextFindings: LintFinding[];
        unflatten: UnflattenSuggestion[];
        flatten: FlattenSuggestion[];
    }
    Index

    Properties

    present: boolean
    agents: AgentNodeView[]
    roots: string[]

    entry-point agents — not referenced as a sub-agent by any other agent.

    findings: LintFinding[]
    installable: boolean

    true ⇒ no error-severity findings across the whole map (the gate).

    contextFindings: LintFinding[]

    context-budget findings (model-fit / over-budget / overloaded / empty-layer / passthrough / flattenable) — the right-sizing check.

    unflatten: UnflattenSuggestion[]

    for every over-target agent: what to move to cold-tail or extract into a sub-agent (split DOWN).

    flatten: FlattenSuggestion[]

    for every thin/redundant layer: what to collapse up (the dual — merge UP).