Releases: andreadellacorte/groove
Releases · andreadellacorte/groove
v0.11.3
Changes
- groove-admin-install: calls
groove-admin-config --defaultson first run — no config prompts during install - groove-admin-config: new
--defaultsflag applies all defaults without prompting; key=value args now use defaults for unspecified keys - groove-utilities-task-install: beans backend now initialised with
beans initinstead of manual template scaffolding; prefix derived from repo name and written back to the generated.beans.yml - groove-daily-start: skips recent-days review when
<memory>/daily/is empty (fresh install)
v0.11.2: chore(0.11.2): version bump
[0.11.2] - 2026-03-06
Changed
- Templates moved into their owning skills (
groove-utilities-memory-log-*,groove-utilities-task-install,groove-work-brainstorm,groove-work-plan,groove-daily-start) — no user-facing behaviour change. grooveskillcommands/directory removed; all routing now goes directly to individualgroove-admin-*/groove-utilities-*skills.
Removed
groove-utilities-memory-init-dailyskill — was an internal step called only fromgroove-daily-start; inlined into that skill.- Legacy
daily/,task/,work/,memory/directories under.agents/skills/— were template containers with noSKILL.md; content already migrated in v0.10.0.
v0.11.1: fix(0.11.1): daily end no git commit; do not modify tasks in start/end
[0.11.1] - 2026-03-05
Changed
groove-daily-end: removed in-skill git commit behaviour — no longer stages or commits; use.groove/hooks/end.mdfor commit actions if desired. Constraint "Do NOT archive tasks" replaced with "Do NOT modify tasks during end".groove-daily-start: constraint "Do NOT archive tasks" replaced with "Do NOT modify tasks during start"; task-analyse call moved to top of Constraints.
v0.11.0
[0.11.0] - 2026-03-04
Changed
groove-daily-startrecent days review now uses business days (Mon–Fri) instead of calendar days — weekends are skipped when counting backrecent_memory_days.groove-daily-startnow shows git activity per day (commit count + titles) alongside memory file status, giving a fuller picture of recent work.recent_memory_daystemplate description updated to reflect business-day semantics and git context.
Removed
groove-daily-startno longer creates a startup task bean — the daily memory file is the canonical record of the day.groove-daily-endno longer creates an end task bean — daily memory captures the closeout.
v0.10.1
[0.10.1] - 2026-03-04
Added
- 7 individual skills for groove top-level commands:
groove-admin-help,groove-admin-config,groove-admin-install,groove-admin-update,groove-admin-doctor(admin namespace),groove-utilities-prime,groove-utilities-check(utilities namespace). Each appears as a separate entry in Claude Code's skill picker. recent_memory_days: 5config key in.groove/index.mdtemplate — controls how many days of daily memorygroove-daily-startreviews at startup (default 5).groove-daily-startnow reviews the lastrecent_memory_daysdays of memory files (presence, start-only vs start+end, one-line context each), replacing the previous yesterday-only check.
Changed
grooveskill description updated to referencegroove-admin-*andgroove-utilities-*namespaces.AGENTS.mdsession bootstrap updated:/groove prime→/groove-utilities-prime.- Internal cross-references updated to new skill names throughout (
/groove-admin-update,/groove-admin-install, etc.).
Migration
groove updateapplies0.10.0 → 0.10.1: addsrecent_memory_days: 5to.groove/index.mdand updatesAGENTS.mdprime stub to/groove-utilities-prime.
v0.10.0: feat(0.10.0): restructure skills into per-command groove-* namespace
[0.10.0] - 2026-03-03
Added
- 24 individual per-command skills under the
groove-*namespace:groove-daily-start,groove-daily-end,groove-work-brainstorm,groove-work-plan,groove-work-work,groove-work-review,groove-work-compound,groove-work-spec,groove-work-audit,groove-utilities-task-list,groove-utilities-task-create,groove-utilities-task-update,groove-utilities-task-archive,groove-utilities-task-analyse,groove-utilities-task-install,groove-utilities-task-config,groove-utilities-task-doctor,groove-utilities-memory-log-daily,groove-utilities-memory-log-weekly,groove-utilities-memory-log-monthly,groove-utilities-memory-log-git,groove-utilities-memory-init-daily,groove-utilities-memory-install,groove-utilities-memory-doctor. Each appears as a separate entry in Claude Code's skill picker.
Removed
- Standalone
daily,work,task,memoryskills — no longer registered as top-level skills. Their command content is now inlined directly into eachgroove-*SKILL.md. commands/directories underskills/daily/,skills/work/,skills/task/,skills/memory/— content moved into per-command SKILL.md files.
Changed
grooveskill now routes only top-level commands (help,install,config,update,check,prime,doctor). Sub-skill routing removed.- Each
groove-*skill is fully self-contained — no indirection through a parent SKILL.md or separate command files. - Internal cross-references updated from
groove:skill:commandformat to/groove-skill-nameformat.
Migration
groove updatebumpsgroove-version:to0.10.0.AGENTS.md<!-- groove:task:start -->stub updated to reference/groove-utilities-task-*skills (if still using old format).
v0.9.4: chore(0.9.4): CONTRIBUTING release process, bump version
[0.9.4] - 2026-03-03
Added
- CONTRIBUTING: "Publish release" subsection — tag + GitHub Release for each version so
groove check/groove prime/groove updatesee correct latest; backfill procedure for existing tags.
v0.9.3
Release v0.9.3
v0.9.2
[0.9.2] - 2026-03-02
Changed
- Daily commands renamed:
startup/closeout→start/end. Usegroove daily startandgroove daily end. - Hook files renamed:
.groove/hooks/startup.mdandcloseout.md→start.mdandend.md.
Added
- Daily start now reviews yesterday's daily memory (shows summary; warns if missing or no end section) and creates today's daily memory file with a start-of-day structure.
- memory init daily — creates today's
<memory>/daily/YYYY-MM-DD.mdwith start-of-day template (Plan for today). Called from daily start; at daily end,memory log dailyappends the closeout sections.
Migration
- If you have custom
.groove/hooks/startup.mdorcloseout.md, rename them tostart.mdandend.mdso the new daily commands run them. No migration script; manual rename only.
chore: release v0.9.1
[0.9.1] - 2026-03-02
Fixed
groove updatenow verifies installed skill version against GitHubreleases/latestafternpx skills add; if the add step left an older version on disk (cached or default branch), the user is warned and told to runnpx skills add andreadellacorte/groove@v<latest> --yesthen update again — avoids falsely reporting "up to date" when a newer release exists