diff --git a/.claude/skills/release/SKILL.md b/.claude/skills/release/SKILL.md index e262b41b..84d55a73 100644 --- a/.claude/skills/release/SKILL.md +++ b/.claude/skills/release/SKILL.md @@ -51,7 +51,7 @@ Scan **every commit message** between the last tag and HEAD. Apply these rules i **Internal scopes — treat as patch, not minor:** The following scopes represent internal developer tooling and infrastructure, not user-facing features. A `feat:` commit with one of these scopes counts as a **patch**, not a minor bump: -`architect`, `bench`, `ci`, `claude`, `deps-audit`, `dogfood`, `hooks`, `housekeep`, `release`, `review`, `skills`, `test-health`, `titan` +`architect`, `bench`, `ci`, `claude`, `deps-audit`, `dogfood`, `hooks`, `housekeep`, `release`, `skills`, `sweep`, `test-health`, `titan` For example, `feat(titan): first full pipeline run` is internal tooling — patch. But `feat(cfg): control-flow graph generation` is user-facing — minor. diff --git a/.claude/skills/review/SKILL.md b/.claude/skills/sweep/SKILL.md similarity index 99% rename from .claude/skills/review/SKILL.md rename to .claude/skills/sweep/SKILL.md index bcdb56b3..bd96d867 100644 --- a/.claude/skills/review/SKILL.md +++ b/.claude/skills/sweep/SKILL.md @@ -1,5 +1,5 @@ --- -name: review +name: sweep description: Check all open PRs, resolve conflicts, update branches, address Claude and Greptile review concerns, fix CI failures, and retrigger reviewers until clean allowed-tools: Bash, Read, Write, Edit, Glob, Grep, Agent ---