You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,12 @@
2
2
3
3
All notable changes to groove will be documented in this file.
4
4
5
+
## [0.11.1] - 2026-03-05
6
+
7
+
### Changed
8
+
-`groove-daily-end`: removed in-skill git commit behaviour — no longer stages or commits; use `.groove/hooks/end.md` for commit actions if desired. Constraint "Do NOT archive tasks" replaced with "Do NOT modify tasks during end".
9
+
-`groove-daily-start`: constraint "Do NOT archive tasks" replaced with "Do NOT modify tasks during start"; task-analyse call moved to top of Constraints.
Copy file name to clipboardExpand all lines: skills/groove-daily-start/SKILL.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,7 @@ The workday is prepared: recent days are reviewed, today's daily memory file is
23
23
## Constraints
24
24
25
25
- Read `.groove/index.md` for `tasks:`, `memory:`, and `recent_memory_days:` config
26
+
- Call `/groove-utilities-task-analyse` to get current task state
26
27
-**Review recent days:** Identify the last `recent_memory_days` business days (Mon–Fri) counting back from yesterday (skip Saturday and Sunday). For each date:
27
28
- Check `<memory>/daily/YYYY-MM-DD.md`:
28
29
-`✓ YYYY-MM-DD — start + end logged` if both start-of-day and end sections exist
@@ -32,8 +33,7 @@ The workday is prepared: recent days are reviewed, today's daily memory file is
32
33
- Show git activity: run `git log --oneline --after="YYYY-MM-DD 00:00" --before="YYYY-MM-DD 23:59:59"` — display commit count and first few titles; skip silently if not in a git repo or no commits
33
34
- Do NOT block start if files are missing or incomplete — just report
34
35
-**Create new day memory:** Call `/groove-utilities-memory-init-daily` to create today's file at `<memory>/daily/YYYY-MM-DD.md` with a start-of-day structure. If the file already exists, skip (idempotent)
35
-
- Call `/groove-utilities-task-analyse` to get current task state
36
-
- Do NOT archive tasks during start
36
+
- Do NOT modify tasks during start
37
37
- Present task list in a scannable format before the user begins
38
38
- After all standard steps: check if `.groove/hooks/start.md` exists
39
39
- If it exists: read the `## Actions` section and execute each item in order; report completion per item
0 commit comments