prjct-cli 2.24.3 → 2.25.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 +16 -3
- package/dist/bin/prjct-core.mjs +387 -381
- package/dist/bin/prjct.mjs +20 -1
- package/dist/daemon/entry.mjs +330 -300
- package/dist/templates.json +1 -1
- package/package.json +1 -1
- package/templates/crew/CLAUDE-leader-mode.md +17 -3
- package/templates/crew/agents/leader.md +36 -10
- package/templates/skills/prjct/SKILL.md +4 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [2.25.0] - 2026-05-29
|
|
4
|
+
|
|
5
|
+
### Features
|
|
6
|
+
|
|
7
|
+
- parallel executor fan-out + reconcile skill-vs-crew (#382)
|
|
8
|
+
|
|
9
|
+
### Performance
|
|
10
|
+
|
|
11
|
+
- serve hooks from the warm daemon (~9x faster per hook) (#381)
|
|
12
|
+
|
|
13
|
+
|
|
3
14
|
## [2.24.3] - 2026-05-29
|
|
4
15
|
|
|
5
16
|
### Performance
|
|
@@ -13,7 +24,6 @@
|
|
|
13
24
|
|
|
14
25
|
- retrieval quality + robustness hardening (phases 1/2/4) (#379)
|
|
15
26
|
|
|
16
|
-
|
|
17
27
|
## [2.24.1] - 2026-05-21
|
|
18
28
|
|
|
19
29
|
### Bug Fixes
|
|
@@ -24,14 +34,12 @@
|
|
|
24
34
|
|
|
25
35
|
- dead _-prefixed defs round 2 + iCloud conflict-dir sweep + knip in CI (#376)
|
|
26
36
|
|
|
27
|
-
|
|
28
37
|
## [2.24.0] - 2026-05-21
|
|
29
38
|
|
|
30
39
|
### Features
|
|
31
40
|
|
|
32
41
|
- FTS5 BM25 recall + hot-path parallelization + smarter tokenizer (v2.23.18) (#375)
|
|
33
42
|
|
|
34
|
-
|
|
35
43
|
## [2.23.8] - 2026-05-19
|
|
36
44
|
|
|
37
45
|
### Bug Fixes
|
|
@@ -113,6 +121,11 @@
|
|
|
113
121
|
|
|
114
122
|
## [Unreleased]
|
|
115
123
|
|
|
124
|
+
## [2.24.3] - 2026-05-30
|
|
125
|
+
|
|
126
|
+
### Added
|
|
127
|
+
- current work
|
|
128
|
+
|
|
116
129
|
## [2.23.18] - 2026-05-20
|
|
117
130
|
|
|
118
131
|
### Added
|