@adcp/client API Reference - v4.19.0
    Preparing search index...

    Type Alias GovernanceDebugEntry

    GovernanceDebugEntry:
        | {
            type: "governance_check";
            iteration: number;
            tool: string;
            plan_id: string;
        }
        | {
            type: "governance_conditions_applied";
            iteration: number;
            conditions: GovernanceCondition[];
        }
        | { type: "governance_outcome_error"; check_id: string; error: string }

    Typed debug log entries for governance operations.