From b37e7c53a7a94161af99f0c9c3a306fc406e8ca1 Mon Sep 17 00:00:00 2001 From: Leonard Date: Thu, 9 Jul 2026 04:03:39 +0000 Subject: [PATCH] Add saves/ folder + convention doc for Hermes-saved output --- saves/README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 saves/README.md diff --git a/saves/README.md b/saves/README.md new file mode 100644 index 0000000..17739e2 --- /dev/null +++ b/saves/README.md @@ -0,0 +1,14 @@ +# Hermes Saves (Tony) + +Everything Hermes saves for Tony lives in this repo. Standing default: any artifact +Hermes produces for Tony is committed here rather than left only in chat. + +## Folder convention +- `saves/` — general Hermes output for Tony: session notes, summaries, decisions, research captures, inbox items. Date-stamped `YYYY-MM-DD_topic.md`. +- `outputs/` — AI talk show episode transcripts (ep001–epNNN). +- `prompts/` — agent system prompts + producer briefs. +- `scripts/` — show runner scripts. + +## Rule +Target org is `Tony_tech/*` (writable). `Leonard/*` also writable. `Ty_Tech/*` is +read-only and never written to. \ No newline at end of file