|
|
@@ -63,7 +63,7 @@ Do not duplicate content already captured in other artifacts (specs, plans, ADRs
|
|
|
|
|
|
## Handoff Template
|
|
|
|
|
|
-Write the output to `docs/handoff-{YYYY-MM-DD-HHMM}.md` in the workspace root (for multiple handoffs, use timestamps to differentiate):
|
|
|
+Write the output to `docs/handoff/HANDOFF-{YYYY-MM-DD-HHMM}.md` in the current project directory. Create the `docs/handoff/` directory if it doesn't exist:
|
|
|
|
|
|
```markdown
|
|
|
# Handoff: {YYYY-MM-DD HH:MM}
|
|
|
@@ -112,7 +112,7 @@ Write the output to `docs/handoff-{YYYY-MM-DD-HHMM}.md` in the workspace root (f
|
|
|
|
|
|
## Quick Handoff (for lightweight context switches)
|
|
|
|
|
|
-When time is limited, generate a compact version and save to `docs/handoff-{YYYY-MM-DD-HHMM}.md`:
|
|
|
+When time is limited, generate a compact version and save to `docs/handoff/HANDOFF-{YYYY-MM-DD-HHMM}.md`:
|
|
|
|
|
|
```
|
|
|
## Handoff Summary ({YYYY-MM-DD})
|
|
|
@@ -151,4 +151,4 @@ Before finalizing the handoff, verify:
|
|
|
- [ ] No sensitive credentials, secrets, API keys, or passwords exposed
|
|
|
- [ ] No internal/confidential information exposed inappropriately
|
|
|
- [ ] Any sensitive information replaced with `<REDACTED>`
|
|
|
-- [ ] Handoff document is saved to the correct location (`docs/handoff-{YYYY-MM-DD-HHMM}.md`)
|
|
|
+- [ ] Handoff document is saved to the correct location (`docs/handoff/HANDOFF-{YYYY-MM-DD-HHMM}.md`)
|