organize: reinforce that single-quoted # keys work

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 <kent.overstreet@linux.dev>
This commit is contained in:
ProofOfConcept 2026-03-14 12:58:28 -04:00
parent 2d1edffdeb
commit e74f403192

View file

@ -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: