prjct-cli 3.56.1 → 3.57.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 +8 -9
- package/dist/bin/prjct-core.mjs +594 -585
- package/dist/bin/prjct-hooks.mjs +302 -300
- package/dist/daemon/entry.mjs +517 -508
- package/dist/mcp/server.mjs +4 -4
- package/dist/templates.json +1 -1
- package/package.json +1 -1
- package/templates/skills/prjct/SKILL.md +3 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,14 @@
|
|
|
2
2
|
|
|
3
3
|
## [Unreleased]
|
|
4
4
|
|
|
5
|
+
## [3.57.0] - 2026-07-14
|
|
6
|
+
|
|
7
|
+
### Added
|
|
8
|
+
- Memory auto-dream + L0 compact index (Claude Code steal Sprint A)
|
|
9
|
+
- `prjct dream` — memory auto-dream (KAIROS-style): gates (24h + 5 lands), 4-phase consolidate + L0 index rebuild; also on `prjct land` when gates open
|
|
10
|
+
- L0 compact memory index (`prjct memory index`) — ≤4k TOC injected on SessionStart; stored in kv `memory:l0-index`
|
|
11
|
+
- `prjct memory close|forget|dream|index` aliases; skill continue-vs-spawn + hygiene verbs
|
|
12
|
+
|
|
5
13
|
## [3.56.1] - 2026-07-14
|
|
6
14
|
|
|
7
15
|
### Bug Fixes
|
|
@@ -14,19 +22,11 @@
|
|
|
14
22
|
- point all URLs at github.com/prjct-app/cli (#560)
|
|
15
23
|
- point product surface at prjct-app/prjct-cli (#559)
|
|
16
24
|
|
|
17
|
-
|
|
18
25
|
## [3.56.0] - 2026-07-13
|
|
19
26
|
|
|
20
27
|
### Added
|
|
21
28
|
- skill generator l0 test assertions
|
|
22
29
|
|
|
23
|
-
<<<<<<< HEAD
|
|
24
|
-
|
|
25
|
-
## [3.39.0] - 2026-07-09
|
|
26
|
-
|
|
27
|
-
### Added
|
|
28
|
-
- pre-secrets CI parity after #534 — wire dispatcher + cursor multi-matcher
|
|
29
|
-
=======
|
|
30
30
|
## [3.55.0] - 2026-07-13
|
|
31
31
|
|
|
32
32
|
### Added
|
|
@@ -231,7 +231,6 @@
|
|
|
231
231
|
|
|
232
232
|
### Added
|
|
233
233
|
- quality orchestrator P0: auto ledger + inject; ship suggest with text confirm
|
|
234
|
-
>>>>>>> origin/main
|
|
235
234
|
|
|
236
235
|
## [3.38.0] - 2026-07-09
|
|
237
236
|
|