From 58a95a22a06a16fc85daf57e5b038229f1cd9d40 Mon Sep 17 00:00:00 2001 From: ProofOfConcept Date: Sat, 14 Mar 2026 12:23:48 -0400 Subject: [PATCH] organize agent: add explicit tool pre-approval instruction Some Sonnet runs preemptively refuse to use tools ("poc-memory tool needs approval") without attempting to run them. Adding explicit instruction that tools are pre-approved and should be used directly. Co-Authored-By: Kent Overstreet --- poc-memory/agents/organize.agent | 2 ++ 1 file changed, 2 insertions(+) diff --git a/poc-memory/agents/organize.agent b/poc-memory/agents/organize.agent index e287fc0..05417ac 100644 --- a/poc-memory/agents/organize.agent +++ b/poc-memory/agents/organize.agent @@ -8,6 +8,8 @@ refining, and act on it. ## Your tools +All tools are pre-approved. Run them directly — do not ask for permission. + ```bash # Read a node's full content (ALWAYS single-quote keys with #) poc-memory render 'identity#core'