Skip to content

Releases: Apparux/trellis-kit

v3.0.0

Choose a tag to compare

@Apparux Apparux released this 02 Jul 23:38

Changes

  • Replace the old review command surface with only /review and /review-fix.
  • Remove packaged /handoff and /rereview command files instead of keeping deprecated wrappers.
  • Add channel-driven /review support for normal review and /review --rereview mode.
  • Rename review artifacts/templates to review brief terminology: review-brief-template.md, rereview-brief-template.md, and review-fix-summary-template.md.
  • Delegate review worker orchestration to trellis channel for create/spawn/send/wait/messages.
  • Keep /review-fix focused on saved review findings; it does not create or manage channels.

Validation

  • node --check bin/trellis-kit.js
  • node bin/trellis-kit.js --help
  • node bin/trellis-kit.js --version
  • node bin/trellis-kit.js init --dry-run
  • node bin/trellis-kit.js update --dry-run
  • node bin/trellis-kit.js update --dry-run --prune-old
  • npm pack --dry-run --json
  • git diff --check
  • GitHub Actions npm publish succeeded for trellis-kit@3.0.0.

🤖 Generated with Claude Code

v2.1.0

Choose a tag to compare

@Apparux Apparux released this 30 Jun 13:26

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-fix does not automatically call reviewers or commit.
  • /rereview only prepares re-review materials and does not call external reviewers.
  • P2 findings are not fixed automatically by default.
  • /dev is not reintroduced.

Package

Published to npm as trellis-kit@2.1.0.

v1.0.0

Choose a tag to compare

@Apparux Apparux released this 28 Jun 02:03

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

Choose a tag to compare

@Apparux Apparux released this 26 Jun 13:06

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

Choose a tag to compare

@Apparux Apparux released this 26 Jun 06:50
  • Fix --prune-old also clean up old renamed templates

v0.7.0

Choose a tag to compare

@Apparux Apparux released this 26 Jun 06:43

v0.7.0

  • New: /fix command (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.mdreview-handoff-workflow.md
  • Rename: codex-handoff-template.mdreview-handoff-template.md

v0.6.0

Choose a tag to compare

@Apparux Apparux released this 25 Jun 06:10

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.md during init and update.
  • Document /task usage 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 --json template inclusion check

v0.5.0

Choose a tag to compare

@Apparux Apparux released this 25 Jun 02:40

v0.5.0

Added

  • Add trellis-codex-review-kit update --prune-old to explicitly remove legacy review scripts from .trellis/scripts/ after migrating to .trellis/spec/scripts/.
  • Add update --dry-run --prune-old preview support.

Safety

  • --prune-old deletes 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

Choose a tag to compare

@Apparux Apparux released this 25 Jun 02:05

v0.4.0

Changed

  • Install Codex review scripts under .trellis/spec/scripts/ instead of .trellis/scripts/.
  • Update /dev command 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

Choose a tag to compare

@Apparux Apparux released this 25 Jun 01:41

trellis-codex-review-kit v0.3.0

Added

  • Add trellis-codex-review-kit update for refreshing already installed kit files.
  • Add trellis-codex-review-kit update --dry-run to preview update actions without writing files.

Changed

  • Document update as the normal path for updating installed files.
  • Keep init focused on first install semantics: existing files are skipped unless --force is passed.

Published

  • npm: trellis-codex-review-kit@0.3.0