Skip to content

Commit f2096a8

Browse files
chore(main): release 0.5.0
1 parent 10fb37d commit f2096a8

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.4.0"
2+
".": "0.5.0"
33
}

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [0.5.0](https://github.com/zenobi-us/pi-worktrees/compare/v0.4.0...v0.5.0) (2026-04-01)
4+
5+
6+
### Features
7+
8+
* **memory/epic:** add cli-only decoupling epic e9f4a1c2 ([4ce0639](https://github.com/zenobi-us/pi-worktrees/commit/4ce0639d4e09ee8f40b6baf2f20ba2848ef50ea8))
9+
* **memory:** add epic for exposing subcommands as tools ([bcb9abc](https://github.com/zenobi-us/pi-worktrees/commit/bcb9abcaadf2d9bef5985c8eb064ba64724c22cc))
10+
* **memory:** begin story 91 definition with task breakdown ([b75d1a1](https://github.com/zenobi-us/pi-worktrees/commit/b75d1a1020f89b814cea6cf83d70ecdfa81b81df))
11+
* **memory:** define worktrees tool discovery backlog ([8c6489f](https://github.com/zenobi-us/pi-worktrees/commit/8c6489fe2b28a2c375131ec68965c3089f30cf87))
12+
* **memory:** start cli-only execution planning ([43126bc](https://github.com/zenobi-us/pi-worktrees/commit/43126bcfd25c8f9f2778a81b003c4361fad98361))
13+
* **worktree:** add branch-first create flow with explicit generator mode ([2fdb605](https://github.com/zenobi-us/pi-worktrees/commit/2fdb605edc5346ac5e0f836aa98cf695b310f690))
14+
* **worktree:** improve interactive switching and lifecycle hooks (feat/interactive-ls-oncreate) ([#13](https://github.com/zenobi-us/pi-worktrees/issues/13)) ([b581f6e](https://github.com/zenobi-us/pi-worktrees/commit/b581f6eafa87badc4a4814125b09144df160d6ec))
15+
316
## [0.4.0](https://github.com/zenobi-us/pi-worktrees/compare/v0.3.0...v0.4.0) (2026-03-21)
417

518

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@zenobius/pi-worktrees",
3-
"version": "0.4.0",
3+
"version": "0.5.0",
44
"description": "Worktrees extension for Pi Coding Agent",
55
"author": {
66
"name": "Zenobius",

0 commit comments

Comments
 (0)