prjct-cli 1.34.0 → 1.36.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 +23 -0
- package/dist/bin/prjct-core.mjs +478 -357
- package/dist/cli/linear.mjs +34 -9
- package/dist/daemon/entry.mjs +369 -248
- package/dist/templates.json +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,28 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.36.0] - 2026-02-14
|
|
4
|
+
|
|
5
|
+
### Features
|
|
6
|
+
|
|
7
|
+
- Custom workflows with agentic auto-configuration (#183)
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
## [1.36.0] - 2026-02-13
|
|
11
|
+
|
|
12
|
+
### Features
|
|
13
|
+
|
|
14
|
+
- Custom workflows with agentic auto-configuration (#183)
|
|
15
|
+
- Create user-defined workflows beyond built-in (task/done/ship/sync)
|
|
16
|
+
- Dynamic template generation at ~/.claude/commands/p/{name}.md
|
|
17
|
+
- CLI commands: create, list, delete, run
|
|
18
|
+
- Full test coverage (21 new tests)
|
|
19
|
+
|
|
20
|
+
## [1.35.0] - 2026-02-13
|
|
21
|
+
|
|
22
|
+
### Features
|
|
23
|
+
|
|
24
|
+
- add diff between consecutive analysis runs (PRJ-275) (#182)
|
|
25
|
+
|
|
3
26
|
## [1.34.0] - 2026-02-13
|
|
4
27
|
|
|
5
28
|
### Features
|