Simplify session summary filename format
Changed filename from [PROJECT_NAME]-[HOSTNAME]-session-summary.md to [HOSTNAME]-session-summary.md Rationale: - Session summary is saved inside project directory - Project name in filename is redundant - Simpler, cleaner filename - No timestamp (overwrites each session) Updated files: - agents/finish-up.md: Updated filename format in Steps 1, 3, and 7 - CLAUDE.md: Updated agent naming convention and session history - WORKFLOW.md: Updated agent behavior description 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -31,7 +31,7 @@ Edit files, configure systems, write code...
|
||||
In Claude Code, say: **"finish up"**
|
||||
|
||||
The agent automatically:
|
||||
- Creates session summary: `{project-name}-{hostname}-session-summary.md`
|
||||
- Creates session summary: `{hostname}-session-summary.md`
|
||||
- Updates CLAUDE.md and README.md
|
||||
- Commits and pushes to: `http://100.120.125.113:3000/pdm/{project-name}.git`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user