| name | groove-daily-end |
| description | End the workday: write memory, analyse tasks, run end hook. Use when wrapping up the day. |
| license | MIT |
| allowed-tools | Bash(git:*) Bash(find:*) Read Write Edit Glob AskUserQuestion |
| metadata | {"author":"andreadellacorte"} |
groove-daily-end
Outcome
The workday is wrapped up: git changes are analysed, memory files are written in order, tasks are analysed, and the end hook is executed if present.
Acceptance Criteria
- Git memory file written at
.groove/memory/git/YYYY-MM-DD-GIT-N.md
- Daily memory file written at
.groove/memory/daily/YYYY-MM-DD.md
- Weekly memory file written if today is the last weekday of the week
- Monthly memory file written if today is the last weekday of the month
- Tasks are analysed and summary is included in daily memory
Constraints