prjct-cli 1.46.7 → 1.47.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,29 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.47.1] - 2026-02-21
4
+
5
+ ### Refactoring
6
+
7
+ - centralize type definitions to core/types/ (#224)
8
+
9
+
10
+ ## [1.47.0] - 2026-02-21
11
+
12
+ ### Features
13
+
14
+ - fix: analytics data pipeline — heartbeat realtime state, screen sizes, time on page
15
+
16
+ ### Refactoring
17
+
18
+ - eliminate barrel files, duplicates, and dead code (#223)
19
+ - clean up hybrid re-exports and delete tools barrel
20
+ - eliminate core/types/index.ts barrel (90 importers)
21
+ - eliminate 4 medium barrel files (schemas, storage, services, agentic)
22
+ - eliminate 12 leaf barrel files
23
+ - consolidate scattered types into core/types/
24
+ - remove duplicate sorting logic and dead markdown-builder
25
+
26
+
3
27
  ## [1.46.7] - 2026-02-21
4
28
 
5
29
  ### Refactoring