Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 625 Bytes

File metadata and controls

17 lines (11 loc) · 625 Bytes

Hermes Continuation Examples

Basic handoff

hermes-handoff create --repo . --goal "Ship handoff MVP" --next "Run pytest and inspect output"

Development handoff with boundaries

hermes-handoff create   --repo .   --goal "Finish dashboard QA"   --completed "Implemented health card"   --verified "unit tests passed"   --not-run "browser smoke"   --blocker "LLM provider latency still unknown"   --do-not-touch "billing migrations"   --next "Run build and browser smoke"

Fresh-session usage

Open the generated Markdown file and paste the Resume Prompt section into a new Hermes session.