prjct-cli 1.26.0 → 1.27.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,30 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.27.0] - 2026-02-11
4
+
5
+ ### Features
6
+
7
+ - dual-runtime SQLite — bun:sqlite + better-sqlite3 (#174)
8
+
9
+
10
+ ## [1.27.6] - 2026-02-11
11
+
12
+ ### Added
13
+ - Dual-runtime SQLite — bun:sqlite + better-sqlite3 for Node.js compatibility
14
+
15
+ ## [1.27.1] - 2026-02-11
16
+
17
+ ### Removed
18
+ - Dead context generators (`ContextFileGenerator`, legacy `generateContext()`) — no readers existed
19
+ - StorageManager MD write-through (`toMarkdown()`, `getLayer()`, `getMdFilename()`) from base class and 8 subclasses
20
+ - ~1,750 lines of orphaned code; writes are faster (no MD file I/O on state changes)
21
+
3
22
  ## [1.26.0] - 2026-02-11
4
23
 
5
24
  ### Features
6
25
 
7
26
  - kill JSON I/O + skill-on-demand --md architecture (PRJ-303) (#173)
8
27
 
9
-
10
28
  ## [1.27.0] - 2026-02-11
11
29
 
12
30
  ### Features