Skip to content

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 02 Jun 23:45
89316b7

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 header (#102) (c0ab3e7)
  • use claude-3-haiku-20240307 for token counting -- 3-5-haiku not available on all plans (#101) (14e851e)
  • worker should ask about CLAUDE.md update before committing (closes #75) (#79) (2125704)

Performance Improvements

  • reduce runner/dispatcher startup context load (closes #48) (#63) (6105b32)