prjct-cli 1.46.5 → 1.47.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,41 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.47.0] - 2026-02-21
4
+
5
+ ### Features
6
+
7
+ - fix: analytics data pipeline — heartbeat realtime state, screen sizes, time on page
8
+
9
+ ### Refactoring
10
+
11
+ - eliminate barrel files, duplicates, and dead code (#223)
12
+ - clean up hybrid re-exports and delete tools barrel
13
+ - eliminate core/types/index.ts barrel (90 importers)
14
+ - eliminate 4 medium barrel files (schemas, storage, services, agentic)
15
+ - eliminate 12 leaf barrel files
16
+ - consolidate scattered types into core/types/
17
+ - remove duplicate sorting logic and dead markdown-builder
18
+
19
+
20
+ ## [1.46.7] - 2026-02-21
21
+
22
+ ### Refactoring
23
+
24
+ - extract context contract builder from workflow.ts (#222)
25
+
26
+
27
+ ## [1.46.6] - 2026-02-21
28
+
29
+ ### Refactor
30
+
31
+ - Extract context contract builder from workflow.ts
32
+
3
33
  ## [1.46.5] - 2026-02-21
4
34
 
5
35
  ### Bug Fixes
6
36
 
7
37
  - structural fixes for pattern ranking audit (#221)
8
38
 
9
-
10
39
  ## [1.46.5] - 2026-02-20
11
40
 
12
41
  ### Bug Fixes