Skip to content
This repository was archived by the owner on Feb 24, 2026. It is now read-only.

Latest commit

 

History

History
172 lines (75 loc) · 7.74 KB

File metadata and controls

172 lines (75 loc) · 7.74 KB

Changelog

0.3.9 (2026-02-13)

Miscellaneous Chores

  • update task ID docs to 6-digit range (ff0ea40)

0.3.8 (2026-02-13)

Features

  • add task management docs and SPECS.md skeleton (#47) (c18e633)

0.3.7 (2026-02-10)

Features

0.3.6 (2026-02-10)

Bug Fixes

  • resolve branch name from worktree when target is a path (#43) (b0ff7de)

0.3.5 (2026-02-09)

Bug Fixes

  • clean up empty parent directories after worktree removal (#41) (aba7142)

0.3.4 (2026-02-09)

Bug Fixes

  • preserve nested paths in wt-rm and wt-destroy (#39) (e485c94), closes #38

0.3.3 (2026-02-09)

Bug Fixes

  • add pre-flight check and issue-filing guidance to AGENTS.md (#36) (4c621a5)

0.3.2 (2026-02-09)

Documentation Updates

  • fix template URL to alltuner/projectuner (#32) (4dfbf14)
  • sync AGENTS.md files with current capabilities (#34) (798faa2)

0.3.1 (2026-02-09)

Features

  • add repo setup and visibility recipes (#30) (7c84f67)

0.3.0 (2026-02-09)

⚠ BREAKING CHANGES

  • simplify to skeleton-only copier template (#28)

Features

  • simplify to skeleton-only copier template (#28) (b520730)

0.2.4 (2026-02-08)

Features

  • fast-forward base branch in wt-add and add recipe aliases (#26) (b1dfd24)

0.2.3 (2026-02-08)

Features

  • accept folder paths in wt-rm and wt-destroy recipes (#24) (635fd99)

0.2.2 (2026-02-08)

Features

  • add blessed .claude and .opencode config to scaffolding template (#22) (5e3dcd5)

0.2.1 (2026-02-08)

Features

  • list recipes when just is invoked without arguments (#20) (69cfb18)

0.2.0 (2026-02-08)

⚠ BREAKING CHANGES

  • migrate from mise to just, make repo private (#18)

Features

  • migrate from mise to just, make repo private (#18) (415cf02)

0.1.6 (2026-02-07)

Bug Fixes

  • preserve gitignored files during convert-to-worktree (#16) (915e274)

0.1.5 (2026-02-06)

Features

  • add template-update task for copier updates in bare repo projects (#15) (9e572c8)

Documentation Updates

  • add known issue for Starship ignore_bare_repo with gitdir pointer (#13) (a0b88cd)

0.1.4 (2026-02-06)

Features

  • add wt-update, wt-destroy tasks and fetch-before-add (#11) (0be8088)

0.1.3 (2026-02-06)

Features

  • add conversion script for existing git clones and update docs (#7) (fe4f6c7)

Documentation Updates

  • add root AGENTS.md with conventional commit conventions (#10) (a9acf36)

0.1.2 (2026-02-06)

Miscellaneous Chores

0.1.1 (2026-02-06)

Bug Fixes

  • use root .gitignore instead of info/exclude for workspace cleanliness (#3) (c94200f)

CI/CD Changes