create-plan: v1.2.1 — change default save path to ~/workspace/plans/ (was ~/workspace/<current-workspace>/plans/)

This commit is contained in:
Hermes Agent
2026-07-08 16:03:09 -05:00
parent dc592e528a
commit f0ac28dd6b
5 changed files with 186 additions and 15 deletions

View File

@@ -77,7 +77,7 @@ Exhaustive deep research: daily workspace backup cron job in 2026. A reliable, l
**Spot-check rule:** the research agent's self-reports are not verified fact. If it claims a specific finding, spot-check the source URL. If it claims a file write, `read_file` the path to confirm.
The curator captures both and writes `<topic>_research.md` to the target save dir (`~/workspace/<current-workspace>/plans/`). The structure of `<topic>_research.md` is defined in `curator-framing-prompt.md` Step 1.4 — this template is only the dispatch step.
The curator captures both and writes `<topic>_research.md` to the target save dir (`~/workspace/plans/`). The structure of `<topic>_research.md` is defined in `curator-framing-prompt.md` Step 1.4 — this template is only the dispatch step.
---