Skip to content

Commit 16b9952

Browse files
chore(0.11.2): version bump
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent c5615a4 commit 16b9952

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
All notable changes to groove will be documented in this file.
44

5+
## [0.11.2] - 2026-03-06
6+
7+
### Changed
8+
- 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.
9+
- `groove` skill `commands/` directory removed; all routing now goes directly to individual `groove-admin-*` / `groove-utilities-*` skills.
10+
11+
### Removed
12+
- `groove-utilities-memory-init-daily` skill — was an internal step called only from `groove-daily-start`; inlined into that skill.
13+
- Legacy `daily/`, `task/`, `work/`, `memory/` directories under `.agents/skills/` — were template containers with no `SKILL.md`; content already migrated in v0.10.0.
14+
515
## [0.11.1] - 2026-03-05
616

717
### Changed

skills/groove/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ license: MIT
55
allowed-tools: Read Write Edit Glob Grep Bash(git:*) Bash(beans:*) Bash(gh:*) Bash(linear:*) Bash(npx:*) Bash(mkdir:*) AskUserQuestion
66
metadata:
77
author: andreadellacorte
8-
version: "0.11.1"
8+
version: "0.11.2"
99
---
1010

1111
<!-- groove:managed — do not edit; changes will be overwritten by groove update -->

0 commit comments

Comments
 (0)