Skip to content

v3.0.0

Latest

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