← Explore

#human-in-the-loop

2 items

Blog post Jul 8, 2026

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.

Blog post Jun 18, 2026

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.