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:
Homelab Automation
2025-11-28 22:57:11 +00:00
parent 201f6b8015
commit 9673641de9
3 changed files with 6 additions and 6 deletions

View File

@@ -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`