Releases: andreadellacorte/groove
Releases · andreadellacorte/groove
v0.18.4
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
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
Fixes
- groove-utilities-task-doctor — corrected
beans --versiontobeans version(beans CLI does not support the--versionflag).
v0.18.0
What's Changed
Enhanced Skills
- groove-admin-claude-hooks —
SessionStarthook now runs the prime script directly instead of echoing a reminder. Newversion-checkhook (PostToolUse, no matcher) checks for groove updates once per hour. Now 5 hooks total. - groove-admin-cursor-hooks —
sessionStarthook now runs the prime script with--jsoninstead of a separatecontext-reprime.shscript. Newversion-checkhook (postToolUse, no matcher) checks for groove updates once per hour. Removedcontext-reprime.shshell script template. Now 5 hooks total. - groove-utilities-prime — new
--jsonflag wraps all output in{"additional_context": "..."}for Cursor hook compatibility. Plain text output (Claude behaviour) unchanged.
v0.17.1
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
Breaking changes
- groove now targets Claude Code and Cursor only — platforms without native hook support are no longer supported
Changes
- Remove
groove:primeandgroove:taskAGENTS.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
- Fix: removed
@tagsyntax from groove update —npx skills adddoesn't support it. Now retries untagged install up to 3 times, verifying against GitHub release.
v0.16.1
- 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
@tagsyntax fromnpx skills add(CLI doesn't support it) - Bump skills/groove/SKILL.md version to 0.16.1
v0.16.0
What's new
context-reprimehook 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-doctorandmemory-installnow check fordocs/directory
v0.15.1
🐞 Fixes
- Migration
0.14.0 → 0.15.0— added missing migration that runs/groove-admin-claude-hooksto installcontext-reprimehook and/groove-admin-cursor-hooksif.cursor/exists groove-admin-update— clarified thatnpx skills addis mandatory every time