Skip to content

chore(skills): rename stale sprout-cli skill dir to buzz-cli#2525

Open
dvirarad wants to merge 1 commit into
block:mainfrom
dvirarad:chore/rename-buzz-cli-skill-dir
Open

chore(skills): rename stale sprout-cli skill dir to buzz-cli#2525
dvirarad wants to merge 1 commit into
block:mainfrom
dvirarad:chore/rename-buzz-cli-skill-dir

Conversation

@dvirarad

Copy link
Copy Markdown

The CLI skill shipped to every agent harness lives in directories named sprout-cli, a leftover from the block/sprout → block/buzz rename. Its SKILL.md symlinks to nest_skill.md, whose frontmatter already declares name: buzz-cli, and the desktop nest treats .agents/skills/buzz-cli as canonical (CANONICAL_SKILL_DIR in desktop/src-tauri/src/managed_agents/nest.rs). Every sibling skill directory (e.g. desktop-screenshot) matches its name: field; only this one did not.

This renames the directory across all four harness roots (.agents, .claude, .goose, .codex) so the checked-in skill path matches its declared name and the runtime nest's canonical path. The SKILL.md symlink target is unchanged (same relative depth), so it keeps resolving to nest_skill.md. No code references the old name (only historical CHANGELOG entries).

The CLI skill shipped to every agent harness lives in directories named
`sprout-cli`, a leftover from the block/sprout -> block/buzz rename. Its
`SKILL.md` symlinks to `nest_skill.md`, whose frontmatter already declares
`name: buzz-cli`, and the desktop nest treats `.agents/skills/buzz-cli` as
canonical (`CANONICAL_SKILL_DIR` in
desktop/src-tauri/src/managed_agents/nest.rs). Every sibling skill directory
(e.g. `desktop-screenshot`) matches its `name:` field; only this one did not.

Rename the directory across all four harness roots (`.agents`, `.claude`,
`.goose`, `.codex`) so the checked-in skill path matches its declared name and
the runtime nest's canonical path. The `SKILL.md` symlink target is unchanged
(same relative depth), so it keeps resolving to `nest_skill.md`. No code
references the old name (only historical CHANGELOG entries), so nothing else
needs updating.
@dvirarad
dvirarad requested a review from a team as a code owner July 23, 2026 14:44

@wpfleger96 wpfleger96 left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thank you!

@wpfleger96
wpfleger96 enabled auto-merge (squash) July 23, 2026 14:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants