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

    Interface AgentGovernedView

    The agent-declared vs operator-effective diff + the cost three-number (cap / estimate / actual). Read-only.

    interface AgentGovernedView {
        effectiveScope: Scope;
        effectiveMaxDepth?: number;
        nestingForbidden: boolean;
        deniedTools: string[];
        deniedSubAgents: string[];
        narrowings: { axis: string; detail: string }[];
        cost: { cap: string | null; estimate: string | null; actual: string };
    }
    Index

    Properties

    effectiveScope: Scope
    effectiveMaxDepth?: number
    nestingForbidden: boolean
    deniedTools: string[]
    deniedSubAgents: string[]
    narrowings: { axis: string; detail: string }[]
    cost: { cap: string | null; estimate: string | null; actual: string }

    the three distinct owners: cap (operator x-suluk-policy, enforced-by-adapter) / estimate (author) / actual (C026 runtime).