prjct-cli 2.4.39 → 2.5.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 +27 -0
- package/dist/bin/prjct-core.mjs +224 -222
- package/dist/daemon/entry.mjs +179 -177
- package/dist/mcp/server.mjs +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,32 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [2.5.0] - 2026-05-02
|
|
4
|
+
|
|
5
|
+
### Features
|
|
6
|
+
|
|
7
|
+
- adopt gstack patterns — subagent dispatch + audit orchestrator + decision-brief (#291)
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
## [2.4.43] - 2026-05-02
|
|
11
|
+
|
|
12
|
+
### Added
|
|
13
|
+
- current work
|
|
14
|
+
|
|
15
|
+
## [2.4.42] - 2026-05-02
|
|
16
|
+
|
|
17
|
+
### Added
|
|
18
|
+
- current work
|
|
19
|
+
|
|
20
|
+
## [2.4.41] - 2026-05-02
|
|
21
|
+
|
|
22
|
+
### Added
|
|
23
|
+
- current work
|
|
24
|
+
|
|
25
|
+
## [2.4.40] - 2026-05-02
|
|
26
|
+
|
|
27
|
+
### Added
|
|
28
|
+
- perf: cache context7 verify to disk + dead-code cleanup (3.5x faster sync direct path)
|
|
29
|
+
|
|
3
30
|
## [2.4.39] - 2026-05-02
|
|
4
31
|
|
|
5
32
|
### Added
|