prjct-cli 1.32.0 → 1.33.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 +12 -1
- package/dist/bin/prjct-core.mjs +326 -300
- package/dist/cli/linear.mjs +26 -8
- package/dist/daemon/entry.mjs +271 -245
- package/dist/templates.json +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,23 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.33.0] - 2026-02-12
|
|
4
|
+
|
|
5
|
+
### Features
|
|
6
|
+
|
|
7
|
+
- dynamic workflow customization — hooks, gates, and custom steps (#180)
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
## [1.32.1] - 2026-02-12
|
|
11
|
+
|
|
12
|
+
### Added
|
|
13
|
+
- Phase 2: Dynamic workflow customization — hooks, gates, and custom steps via `prjct workflow`
|
|
14
|
+
|
|
3
15
|
## [1.32.0] - 2026-02-12
|
|
4
16
|
|
|
5
17
|
### Features
|
|
6
18
|
|
|
7
19
|
- session continuity and project-switch context preservation (PRJ-285) (#177)
|
|
8
20
|
|
|
9
|
-
|
|
10
21
|
## [1.31.0] - 2026-02-12
|
|
11
22
|
|
|
12
23
|
### Features
|