prjct-cli 3.28.0 → 3.29.0
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 +15 -0
- package/dist/bin/prjct-core.mjs +65 -65
- package/dist/bin/prjct-hooks.mjs +71 -71
- package/dist/daemon/entry.mjs +62 -62
- package/dist/mcp/server.mjs +56 -56
- package/dist/templates.json +1 -1
- package/package.json +1 -1
- package/templates/skills/prjct/SKILL.md +7 -0
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,21 @@
|
|
|
2
2
|
|
|
3
3
|
## [Unreleased]
|
|
4
4
|
|
|
5
|
+
## [3.29.0] - 2026-07-03
|
|
6
|
+
|
|
7
|
+
### Features
|
|
8
|
+
|
|
9
|
+
- surface work-graph + ceremony verbs in the verb map (#523)
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
## [3.28.1] - 2026-07-03
|
|
13
|
+
|
|
14
|
+
### Bug Fixes
|
|
15
|
+
|
|
16
|
+
- import 'it' in task-orchestration test (#522)
|
|
17
|
+
- research classifies as its own kind → parallel fan-out (#521)
|
|
18
|
+
|
|
19
|
+
|
|
5
20
|
## [3.28.0] - 2026-07-03
|
|
6
21
|
|
|
7
22
|
### Features
|