prjct-cli 1.35.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 CHANGED
@@ -1,12 +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
+
3
20
  ## [1.35.0] - 2026-02-13
4
21
 
5
22
  ### Features
6
23
 
7
24
  - add diff between consecutive analysis runs (PRJ-275) (#182)
8
25
 
9
-
10
26
  ## [1.34.0] - 2026-02-13
11
27
 
12
28
  ### Features