Releases: joshrotenberg/agent-tools
Releases · joshrotenberg/agent-tools
v0.4.0
0.4.0 (2026-06-18)
Features
- add audit-remediate-handoff skill (closes #159) (#176) (6b31e5b)
- add auditor agent type (closes #149) (#150) (06ed23e)
- add install-cadence skill (closes #160) (#175) (3e35691)
- add maintenance-sweep skill (#225) (0585667), closes #124
- add pre-merge diff validation and PR number discipline to runner (closes #198) (#199) (90c6221)
- add runner-vs-worker skill (closes #158) (#183) (363b966)
- package agent-tools as a Claude Code plugin (closes #202) (#203) (6e41986)
Bug Fixes
- add Anti-patterns and Related sections to dispatch-options skill (closes #166) (#171) (5a2c404)
- add missing Anti-patterns and When to apply sections to 12 skills (closes #167) (#182) (05f3bb2)
- add pre-commit scope check to worker lifecycle (closes #142) (#144) (d5fb388)
- add runner-vs-worker cross-link to runner Related section (#190) (ba0d509)
- add structural sections to workspace-survey and fix synchronous-lifecycle description (closes #165, closes #185) (#188) (12c5a72)
- add style-reference copy anti-pattern to prompt discipline (closes #184) (#189) (851490e)
- add worker to runner Related agents section (closes #164) (#178) (4497d16)
- compress reviewer AGENT.md lifecycle section (closes #156) (#187) (bd3efca)
- dispatch-hygiene -- git stash prohibition, write-gate probe, prompt-template hygiene (#226) (8c5cb29)
- dispatcher preload trim, Related section, description language (#177) (54fe41d)
- document -C $(pwd) for Bash worker dispatch from worktree (closes #180) (#191) (67362d7)
- establish owner-prefixed workspace layout as canonical (#223) (e1c7c51)
- extract audit-protocol skill from auditor body (closes #155) (#170) (4db21c4)
- field-feedback -- generalize routing and examples to be dispatch-agnostic (closes #193) (#195) (ca43d4b)
- flatten ripples + /plugin docs (closes #211) (#214) (dbfb455)
- move long inline commands into fenced code blocks (closes #162) (#179) (17df1a0)
- plugin validate-clean + document the plugin install path (#204) (ad0b331)
- pr-review -- replace broken placeholder cross-link with inline code (closes #152) (#172) (1446464)
- remove roba-only qualifier from spiral-diagnosis reference in dispatch-wait-react (closes #192) (#194) (10bd919)
- replace claude -p -C with cd for worktree cwd anchoring (closes #196) (#197) (51ec8ca)
- runner worker dispatch must use runner's worktree, not main checkout (closes #147) (#148) (bfaf50f)
- trim runner AGENT.md body to safe range (closes #154) (#169) (66616b7)
- validate frontmatter with a real YAML parse (closes #205) (#207) (e077e77)
v0.3.2
v0.3.1
v0.3.0
0.3.0 (2026-06-02)
Features
- add agent-feedback skill (closes #15) (#16) (ce25c67)
- add AGENTS.md (closes #6) (#12) (0f658b9)
- add allowed-tools frontmatter and dynamic context injection examples (closes #36) (#76) (72b70c7)
- add allowed-tools frontmatter to draft-pr-first, git-branch-pr-workflow, sandbox-preflight; add dynamic context injection note to runner-issue-authority (#82) (9a4998e)
- add durable-context skill (closes #74) (#80) (040f05d)
- add field-feedback skill for dispatch-time issue reporting (closes #32) (#42) (da46c9f)
- add non-pr-output-conventions skill and update dispatcher/orchestration-patterns (closes #28) (#67) (c31ef0f)
- add reviewer agent and pr-review skill (closes #38) (#39) (4e370de)
- add triage skill and dispatcher integration (closes #43) (#51) (4bbd4a1)
- add versioned releases with release-please and install artifacts (closes #59) (#66) (0a16011)
- add worker agent for direct code-change tasks (closes #40) (#45) (78d0acb)
- add workflow-basics skill (closes #72) (#92) (d42ed58)
- apply and document PR labels for size, blocked, and no-auto-merge (closes #54) (#60) (349678c)
- default to auto-merge on CI pass in runner lifecycle (closes #17) (#26) (9f7a4f2)
- default to worktree-isolated dispatch for same-repo work (closes #22) (#27) (0f83acb)
- dispatcher sets model and effort on dispatches based on issue labels (closes #93) (#98) (579f915)
- document Monitor tool in dispatch-wait-react skill (closes #34) (#41) (e0752f8)
- document workspace-level CLAUDE.md gap in workspace-survey skill (closes #29) (#62) (afd6d4c)
Bug Fixes
- add bump-minor-pre-major flags to release-please (closes #105) (#107) (12b8d7f)
- audit skill descriptions for trigger-condition compliance (closes #8) (#19) (f3656ad)
- document required dispatcher permissions in runner AGENT.md (closes #5) (#23) (3251db5)
- enforce conventional commit style on issue titles (closes #53) (#64) (95153a7)
- fall back to line-count estimates when API unavailable (quota/model access) (#103) (eb66afd)
- generalize dispatch-agnostic language across skills (closes #1) (#3) (eaf7b81)
- improve agent metadata for auto-delegation and model routing (closes #7) (#24) (044c8f5)
- lift claude-server-worker discipline into runner agent (closes #18) (#25) (575c9bd)
- re-invoke key skills after /compact in dispatcher step 1 (closes #81) (#88) (d68d941)
- remove invalid release-please v4 params (closes #116) (#118) (fd1e2c1)
- remove live !command syntax from runner-issue-authority -- breaks preloaded runner dispatches (#84) (98add0c)
- remove roba as named dispatch option; Claude built-ins cover all use cases (closes #49) (#52) (412834e)
- remove work-type shape skill references from runner (closes #2) (#4) (c729385)
- scope markdownlint to skills/ and agents/ only; use markdownlint-cli2.yaml config (#120) (f5cf522)
- show actual API error body when count_tokens call fails (#99) (0a3f662)
- suppress repeated API fallback warnings (show once then silent) (#104) (a3187c3)
- try sonnet model + add token-counting beta he...