Skip to content

Commit 4175343

Browse files
docs: update handover command documentation for output path consistency
- Modified the primary output location path to use the variable `{{TOOL_DIR}}` for better flexibility. - Updated the template path to reflect the use of `{{HOME_TOOL_DIR}}` for improved clarity in file generation steps.
1 parent 429a8ac commit 4175343

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

claude-code/commands/handover.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ This command generates a comprehensive handover document that includes:
2727
## Output Location
2828

2929
The handover document MUST be saved to:
30-
- **Primary Location**: `.claude/session/handover-{{TIMESTAMP}}.md`
30+
- **Primary Location**: `.{{TOOL_DIR}}/session/handover-{{TIMESTAMP}}.md`
3131
- **Backup Location**: `./handover-{{TIMESTAMP}}.md` (project root)
3232

3333
## File Naming Convention
@@ -50,7 +50,7 @@ FILENAME="handover-${TIMESTAMP}.md"
5050
date +"%Y-%m-%d %H:%M:%S" # For document header
5151
date +"%Y-%m-%d-%H-%M-%S" # For filename
5252
```
53-
2. Generate handover using `~/.claude/templates/handover-template.md`
53+
2. Generate handover using `{{HOME_TOOL_DIR}}/templates/handover-template.md`
5454
3. Replace all `{{VARIABLE}}` placeholders with actual values
5555
4. Save to BOTH locations (primary and backup)
5656
5. Display the full file path to the user for reference

0 commit comments

Comments
 (0)