Class: Insika::Policy::Builtin::ApprovalRequired
- Inherits:
-
Insika::Policy::Base
- Object
- Insika::Policy::Base
- Insika::Policy::Builtin::ApprovalRequired
- Defined in:
- lib/insika/policy/policy.rb
Overview
Marks tools that require human approval. Does not deny/allow —
attaches requires_approval to the Resolution; the gate is in the ToolEnvelope
(stage 6), where the call happens. Allowlist semantics: nil = none; [names] =
those require approval. Pure/synchronous.