Skip to content

v0.3.11

Latest

Choose a tag to compare

@qiankunli qiankunli released this 25 Aug 03:08
· 6 commits to main since this release
3d81730

Upgrade Notes

  • The label-review skill is replaced by the unified review workflow. Update direct skill references; finding verdicts and forge-thread resolution are now separate actions so a valid finding is resolved only after its fix is published. (#139, #140, #141, #145)

New Features

  • Publish code-taste as a standalone Claude Code and Codex plugin for architecture, boundary, naming, maintainability, documentation, and review decisions. (#133)
  • Add the quality plugin's E2E, trajectory-evaluation, and performance workflows, including reusable testbed growth and explicit runner-to-target guidance. (#138, #142, #143, #144, #146)
  • Make Component validation faster and clearer: affected Component tests fan out in parallel through one shared validation path, single-Component output stays live, and nested repositories no longer trigger duplicate submodule validation. (#134, #135, #136, #137)
  • Add a first-class branch-creation transaction shared by normal start-work and commit flows, while surfacing non-blocking guidance when a project has no make fix entrypoint. (#133)

Bug Fixes

  • Require semantic Release Notes before creating a Release/tag, preventing a raw PR/MR inventory from being published as the default changelog. (#147)

Full Changelog: v0.3.1...v0.3.11