fix: update claude instructions

This commit is contained in:
2026-04-12 12:56:55 -04:00
parent 0834b1e87d
commit 4e23df5a8e
3 changed files with 52 additions and 15 deletions

View File

@@ -155,9 +155,38 @@
---
## Template 4: Session Handoff
## Template 4A: Light Handoff
**Use when:** A session is ending (context limit approaching OR phase complete)
**Use when:** A quick-task session produced output worth continuing in a future session.
**Write to:** `./docs/summaries/handoff-[YYYY-MM-DD]-[topic].md`
```markdown
# Handoff: [Topic]
**Date:** [YYYY-MM-DD]
**Focus:** [one sentence]
## Accomplished
- [task] → `[output path]`
## Key Numbers & Decisions
- [metric/decision]: [value/outcome] — [rationale if not obvious]
## Open Questions
- [ ] [question] — impacts [what]
## Next Action
[Specific first thing to do next session, with file path if relevant]
## Files to Load Next Session
- `[file path]` — [why needed]
```
---
## Template 4B: Full Session Handoff
**Use when:** A sustained-work session is ending (context limit approaching OR phase complete)
**Write to:** `./docs/summaries/handoff-[YYYY-MM-DD]-[topic].md`