Skip to content

Releases: andreadellacorte/groove

v0.11.3

06 Mar 11:32

Choose a tag to compare

Changes

  • groove-admin-install: calls groove-admin-config --defaults on first run — no config prompts during install
  • groove-admin-config: new --defaults flag applies all defaults without prompting; key=value args now use defaults for unspecified keys
  • groove-utilities-task-install: beans backend now initialised with beans init instead 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

06 Mar 11:15

Choose a tag to compare

[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.
  • groove skill commands/ directory removed; all routing now goes directly to individual groove-admin-* / groove-utilities-* skills.

Removed

  • groove-utilities-memory-init-daily skill — was an internal step called only from groove-daily-start; inlined into that skill.
  • Legacy daily/, task/, work/, memory/ directories under .agents/skills/ — were template containers with no SKILL.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

05 Mar 12:31

Choose a tag to compare

[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.md for 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

04 Mar 11:25

Choose a tag to compare

[0.11.0] - 2026-03-04

Changed

  • groove-daily-start recent days review now uses business days (Mon–Fri) instead of calendar days — weekends are skipped when counting back recent_memory_days.
  • groove-daily-start now shows git activity per day (commit count + titles) alongside memory file status, giving a fuller picture of recent work.
  • recent_memory_days template description updated to reflect business-day semantics and git context.

Removed

  • groove-daily-start no longer creates a startup task bean — the daily memory file is the canonical record of the day.
  • groove-daily-end no longer creates an end task bean — daily memory captures the closeout.

v0.10.1

04 Mar 08:12

Choose a tag to compare

[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: 5 config key in .groove/index.md template — controls how many days of daily memory groove-daily-start reviews at startup (default 5).
  • groove-daily-start now reviews the last recent_memory_days days of memory files (presence, start-only vs start+end, one-line context each), replacing the previous yesterday-only check.

Changed

  • groove skill description updated to reference groove-admin-* and groove-utilities-* namespaces.
  • AGENTS.md session 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 update applies 0.10.0 → 0.10.1: adds recent_memory_days: 5 to .groove/index.md and updates AGENTS.md prime stub to /groove-utilities-prime.

v0.10.0: feat(0.10.0): restructure skills into per-command groove-* namespace

03 Mar 23:01

Choose a tag to compare

[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, memory skills — no longer registered as top-level skills. Their command content is now inlined directly into each groove-* SKILL.md.
  • commands/ directories under skills/daily/, skills/work/, skills/task/, skills/memory/ — content moved into per-command SKILL.md files.

Changed

  • groove skill 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:command format to /groove-skill-name format.

Migration

  • groove update bumps groove-version: to 0.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

03 Mar 21:22

Choose a tag to compare

[0.9.4] - 2026-03-03

Added

  • CONTRIBUTING: "Publish release" subsection — tag + GitHub Release for each version so groove check / groove prime / groove update see correct latest; backfill procedure for existing tags.

v0.9.3

03 Mar 21:21

Choose a tag to compare

Release v0.9.3

v0.9.2

03 Mar 21:21

Choose a tag to compare

[0.9.2] - 2026-03-02

Changed

  • Daily commands renamed: startup / closeoutstart / end. Use groove daily start and groove daily end.
  • Hook files renamed: .groove/hooks/startup.md and closeout.mdstart.md and end.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.md with start-of-day template (Plan for today). Called from daily start; at daily end, memory log daily appends the closeout sections.

Migration

  • If you have custom .groove/hooks/startup.md or closeout.md, rename them to start.md and end.md so the new daily commands run them. No migration script; manual rename only.

chore: release v0.9.1

03 Mar 21:21

Choose a tag to compare

[0.9.1] - 2026-03-02

Fixed

  • groove update now verifies installed skill version against GitHub releases/latest after npx skills add; if the add step left an older version on disk (cached or default branch), the user is warned and told to run npx skills add andreadellacorte/groove@v<latest> --yes then update again — avoids falsely reporting "up to date" when a newer release exists