Skip to content

Releases: andreadellacorte/groove

v0.18.4

15 Mar 14:12

Choose a tag to compare

Fixes

  • groove-admin-claude-hooks, groove-admin-cursor-hooks — hook commands now use `$CLAUDE_PROJECT_DIR`-prefixed paths so hooks work regardless of shell working directory.

Changes

  • Config — renamed `tasks.backend` → `tasks.storage` for clarity.

Migrations included: `0.18.2→0.18.3` (key rename), `0.18.3→0.18.4` (hooks fix).

v0.18.2

11 Mar 10:43

Choose a tag to compare

Fixes

  • groove-admin-doctor — hook checks now verify all 5 hooks (daily-end-reminder, git-activity-buffer, block-managed-paths, context-reprime, version-check) instead of only 4.

v0.18.1

09 Mar 23:03

Choose a tag to compare

Fixes

  • groove-utilities-task-doctor — corrected beans --version to beans version (beans CLI does not support the --version flag).

v0.18.0

09 Mar 22:49

Choose a tag to compare

What's Changed

Enhanced Skills

  • groove-admin-claude-hooksSessionStart hook now runs the prime script directly instead of echoing a reminder. New version-check hook (PostToolUse, no matcher) checks for groove updates once per hour. Now 5 hooks total.
  • groove-admin-cursor-hookssessionStart hook now runs the prime script with --json instead of a separate context-reprime.sh script. New version-check hook (postToolUse, no matcher) checks for groove updates once per hour. Removed context-reprime.sh shell script template. Now 5 hooks total.
  • groove-utilities-prime — new --json flag wraps all output in {"additional_context": "..."} for Cursor hook compatibility. Plain text output (Claude behaviour) unchanged.

v0.17.1

09 Mar 22:16

Choose a tag to compare

Fix: Restore prime shell scripts to source repo

Scripts only existed in .agents/skills/ (deployed) but not in skills/ (source), so npx skills add wiped them. This broke:

  • SessionStart hook (referenced missing script)
  • IDENTITY.md feature
  • Task prime (beans prime)
  • Memory prime output

Restores all three prime scripts to skills/groove-utilities-prime/scripts/.

v0.17.0

09 Mar 22:08

Choose a tag to compare

Breaking changes

  • groove now targets Claude Code and Cursor only — platforms without native hook support are no longer supported

Changes

  • Remove groove:prime and groove:task AGENTS.md stubs — session bootstrap handled entirely by native platform hooks
  • Install and doctor no longer write or check AGENTS.md bootstrap sections
  • Migration 0.16.1→0.17.0 cleans up existing AGENTS.md files

v0.16.2

09 Mar 22:02

Choose a tag to compare

  • Fix: removed @tag syntax from groove update — npx skills add doesn't support it. Now retries untagged install up to 3 times, verifying against GitHub release.

v0.16.1

09 Mar 21:52

Choose a tag to compare

  • Fix managed-path constraint in prime skill: only .agents/skills/groove-* is protected
  • Simplified prime SKILL.md to delegate to shell script
  • Add retry logic to groove update: verifies installed version against GitHub release, retries up to 3 times
  • Fix: removed @tag syntax from npx skills add (CLI doesn't support it)
  • Bump skills/groove/SKILL.md version to 0.16.1

v0.16.0

09 Mar 21:34

Choose a tag to compare

What's new

  • context-reprime hook now runs the full prime script directly instead of echoing a reminder
  • New bash scripts for prime output: groove-utilities-prime.sh, groove-utilities-task-prime.sh, groove-utilities-memory-prime.sh
  • .groove/memory/docs/ directory for reference documentation created by /groove-work-doc
  • Updated Cursor hooks to run prime script and output as JSON additional_context
  • memory-doctor and memory-install now check for docs/ directory

v0.15.1

09 Mar 21:01

Choose a tag to compare

🐞 Fixes

  • Migration 0.14.0 → 0.15.0 — added missing migration that runs /groove-admin-claude-hooks to install context-reprime hook and /groove-admin-cursor-hooks if .cursor/ exists
  • groove-admin-update — clarified that npx skills add is mandatory every time