From e74f403192a296f962369d9b28dc4c43e5b554c5 Mon Sep 17 00:00:00 2001 From: ProofOfConcept Date: Sat, 14 Mar 2026 12:58:28 -0400 Subject: [PATCH] organize: reinforce that single-quoted # keys work MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The agent was confabulating that # keys can't be passed to the Bash tool. They work fine with single quotes — the agent just gave up too early. Added explicit "single quotes WORK, do not give up" with a concrete example. Co-Authored-By: Kent Overstreet --- poc-memory/agents/organize.agent | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/poc-memory/agents/organize.agent b/poc-memory/agents/organize.agent index 05417ac..871e6a9 100644 --- a/poc-memory/agents/organize.agent +++ b/poc-memory/agents/organize.agent @@ -34,6 +34,10 @@ bash commands.** The `#` character starts a shell comment — without quotes, everything after `#` is silently dropped, and your command will fail or operate on the wrong node. +**Single quotes WORK. Do not give up on them.** If you get an error with +a `#` key, check your quoting — don't assume the tool can't handle it. +Example that works: `poc-memory graph link-add 'journal#2026-03-01-foo' 'identity#core'` + ## How to explore Start from the seed nodes below. For each seed: