prjct-cli 2.2.2 → 2.2.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +14 -0
- package/dist/bin/prjct-core.mjs +360 -322
- package/dist/bin/prjct.mjs +1 -1
- package/dist/daemon/entry.mjs +310 -278
- package/dist/mcp/server.mjs +2 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [2.2.4] - 2026-04-24
|
|
4
|
+
|
|
5
|
+
### Bug Fixes
|
|
6
|
+
|
|
7
|
+
- stop hook counts ships/captures/tags as checkpoints (#254)
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
## [2.2.3] - 2026-04-23
|
|
11
|
+
|
|
12
|
+
### Refactoring
|
|
13
|
+
|
|
14
|
+
- workflow-first dispatcher + ambiguity gate (#253)
|
|
15
|
+
|
|
16
|
+
|
|
3
17
|
## [2.2.2] - 2026-04-22
|
|
4
18
|
|
|
5
19
|
### Bug Fixes
|