Releases: Apparux/trellis-kit
Releases · Apparux/trellis-kit
Release list
v3.0.0
Changes
- Replace the old review command surface with only
/reviewand/review-fix. - Remove packaged
/handoffand/rereviewcommand files instead of keeping deprecated wrappers. - Add channel-driven
/reviewsupport for normal review and/review --rereviewmode. - Rename review artifacts/templates to review brief terminology:
review-brief-template.md,rereview-brief-template.md, andreview-fix-summary-template.md. - Delegate review worker orchestration to
trellis channelfor create/spawn/send/wait/messages. - Keep
/review-fixfocused on saved review findings; it does not create or manage channels.
Validation
node --check bin/trellis-kit.jsnode bin/trellis-kit.js --helpnode bin/trellis-kit.js --versionnode bin/trellis-kit.js init --dry-runnode bin/trellis-kit.js update --dry-runnode bin/trellis-kit.js update --dry-run --prune-oldnpm pack --dry-run --jsongit diff --check- GitHub Actions npm publish succeeded for
trellis-kit@3.0.0.
🤖 Generated with Claude Code
v2.1.0
Highlights
- Add
/review-fix <review-md>to apply P0/P1 fixes from Codex, Claude, or human review markdown. - Add
/rereview <review-md>to prepare a manual re-review request after fixes. - Add the Review Loop Workflow guide for
/handoff -> external review markdown -> /review-fix -> /rereview -> external re-review. - Install the new Claude commands and review loop guide by default.
- Document the recommended review loop in English and Chinese READMEs.
Safety
/review-fixdoes not automatically call reviewers or commit./rereviewonly prepares re-review materials and does not call external reviewers.- P2 findings are not fixed automatically by default.
/devis not reintroduced.
Package
Published to npm as trellis-kit@2.1.0.
v1.0.0
Trellis Kit v1.0.0正式发布。\n\n- Rename package and CLI from trellis-codex-review-kit to trellis-kit.\n- Update npm metadata, GitHub repository links, README migration notes, and CLI binary path.\n- Keep Review Handoff and optional external review tooling user-controlled.\n\nInstall:\n\nbash\nnpm install -g trellis-kit\nnpx trellis-kit init\n\n\nMigration from the old global package:\n\nbash\nnpm uninstall -g trellis-codex-review-kit\nnpm install -g trellis-kit\n
v0.9.0
Release 0.9.0
- Fix /task continuation so resumed in-progress full Trellis tasks preserve the post-check Review Handoff decision.
- Keep Review Handoff optional and user-controlled: skip, generate now, or generate later.
- Clarify that /task does not automatically run reviewers or review scripts.
Published to npm via GitHub Actions with provenance.
v0.8.0
v0.7.0
v0.7.0
- New:
/fixcommand (Fast Path for small bugs, no PRD/DESIGN/TASK) - New: Development Location Decision (
.worktrees/<task-id>) - New: Fast Path Change Policy guide
- Rewrite:
/dev— Trellis native check only, Review Handoff optional, no auto review/commit - Rename:
claude-codex-review-workflow.md→review-handoff-workflow.md - Rename:
codex-handoff-template.md→review-handoff-template.md
v0.6.0
Changes
- Add a packaged Claude Code
/task <task-id>command template for continuing an existing Trellis task by id or suffix. - Install
.claude/commands/task.mdduringinitandupdate. - Document
/taskusage in English and Chinese READMEs.
Verification
node --check bin/trellis-codex-review-kit.js- Temp project install check for
.claude/commands/task.md npm pack --dry-run --jsontemplate inclusion check
v0.5.0
v0.5.0
Added
- Add
trellis-codex-review-kit update --prune-oldto explicitly remove legacy review scripts from.trellis/scripts/after migrating to.trellis/spec/scripts/. - Add
update --dry-run --prune-oldpreview support.
Safety
--prune-olddeletes only the four documented legacy review script files.- Missing legacy files are skipped.
- Non-file legacy paths are skipped and not removed.
Published
- npm:
trellis-codex-review-kit@0.5.0
v0.4.0
v0.4.0
Changed
- Install Codex review scripts under
.trellis/spec/scripts/instead of.trellis/scripts/. - Update
/devcommand template, workflow guide, and README examples to use the new script location. - Keep package template source files under
templates/trellis/scripts/; only target project install paths changed.
Published
- npm:
trellis-codex-review-kit@0.4.0
v0.3.0
trellis-codex-review-kit v0.3.0
Added
- Add
trellis-codex-review-kit updatefor refreshing already installed kit files. - Add
trellis-codex-review-kit update --dry-runto preview update actions without writing files.
Changed
- Document
updateas the normal path for updating installed files. - Keep
initfocused on first install semantics: existing files are skipped unless--forceis passed.
Published
- npm:
trellis-codex-review-kit@0.3.0