#human-in-the-loop
2 items
How to Add an Approval Gate to an Agent Stack That Doesn't Have One
OpenClaw ships no approval gate. Add one to any agent stack: propose-gate-apply, plus the self-approval and audit-trail fixes we shipped in production.
From Approval to Action: The Executor That Re-Binds to the Proposal
Most agent frameworks let the act step trust what the caller sends at execute-time, not what a human approved. That's prompt-injection-at-execute. The fix is one rule: the executor re-binds to the stored proposal — the caller passes only an ID.