You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: data/agent-locations.md
+10-15Lines changed: 10 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,11 +15,11 @@ Where to drop `TLDR.md` (or `TLDR.blunt.md`) for each supported coding-agent CLI
15
15
| 5 | opencode (SST opencode) |`~/.config/opencode/AGENTS.md`| full overwrite |
16
16
| 6 | droid (Factory Droid) |`~/.factory/AGENTS.md`| full overwrite |
17
17
| 7 | pi (Pi Coding Agent) |`~/.pi/agent/AGENTS.md`| full overwrite |
18
-
| 8 | hermes (Hermes built-in memory) |`~/.hermes/memories/MEMORY.md`|**append** as new `§`-block|
18
+
| 8 | hermes (Hermes persona/instructions) |`~/.hermes/SOUL.md`| append or merge into existing persona file|
19
19
20
-
> **Hermes is special.**Its built-in `MEMORY.md` is "always active" memory containing user-curated entries separated by `§`. **Do not overwrite** — append the TLDR prompt as a new memory block (separated by `§`). Or condense to a single dense paragraph since hermes treats memory entries as prose blocks.
20
+
> **Hermes is special.**Put TLDR in `~/.hermes/SOUL.md`, not `MEMORY.md`. `SOUL.md` is the live persona/instruction file loaded every message; `MEMORY.md` is for user/profile memory and should not be used as a prompt dump.
21
21
22
-
The file is just the prompt by itself — no merge, no append (except hermes).
22
+
The file is just the prompt by itself — no merge, no append, except Hermes where you usually merge it into the existing `SOUL.md` persona.
23
23
24
24
## ⚡ Fastest install — pick your agent, run one line
25
25
@@ -48,18 +48,13 @@ for d in ~/.claude/CLAUDE.md ~/.gemini/GEMINI.md ~/.codex/AGENTS.md \
0 commit comments