docs: update system prompts to document /shared directory

This commit is contained in:
damocles 2026-05-16 13:43:05 +02:00
parent 37e56af6ba
commit ab0df71068
2 changed files with 3 additions and 0 deletions

View file

@ -81,6 +81,7 @@ Keep messages short — a few sentences each. For anything big (digests, agent r
- To a sub-agent X: write to `/agents/X/state/<descriptive-name>` and tell them "see /state/<descriptive-name>".
- To the operator: write to your own `/state/<descriptive-name>` (host path `/var/lib/hyperhive/agents/hm1nd/state/`) and tell them where to look.
- For shared artifacts (coordination, common reference data): write to `/shared/<descriptive-name>`. Only put things here you're willing to lose — other agents may delete them.
A one-line headline + the file path beats a wall-of-text every time — it survives context compaction and the operator can read it in their own time.