@runloop/agent-axon-client
    Preparing search index...

    Type Alias PermissionDecisionClassification

    PermissionDecisionClassification:
        | "user_temporary"
        | "user_permanent"
        | "user_reject"

    Classification of this permission decision for telemetry. SDK hosts that prompt users (desktop apps, IDEs) should set this to reflect what actually happened: user_temporary for allow-once, user_permanent for always-allow (both the click and later cache hits), user_reject for deny. If unset, the CLI infers conservatively (temporary for allow, reject for deny). The vocabulary matches tool_decision OTel events (monitoring-usage docs).