prjct-cli 2.13.0 → 2.14.1

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,5 +1,25 @@
1
1
  # Changelog
2
2
 
3
+ ## [2.14.1] - 2026-05-03
4
+
5
+ ### Refactoring
6
+
7
+ - split 1522-line workflow.ts into SRP modules (#311)
8
+ - split 746-line setup.ts into SRP modules (#303)
9
+ - zod-validate analysis-save-llm input (#310)
10
+ - single source of truth for verb→handler dispatch (#309)
11
+ - IndexRegistry — unify bm25/import-graph/git-cochange (#308)
12
+ - split 1454-line wiki-generator into pure builders (#307)
13
+ - introduce runHook<I> runner — DRY the hook quartet (#305)
14
+
15
+
16
+ ## [2.14.0] - 2026-05-02
17
+
18
+ ### Features
19
+
20
+ - cleanup + friction-detection + proactive improvement loop (#302)
21
+
22
+
3
23
  ## [2.13.0] - 2026-05-02
4
24
 
5
25
  ### Features