prjct-cli 3.42.0 → 3.45.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
@@ -2,6 +2,34 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ### Added
6
+ - **Rho-inspired selective memory (microsoft/rho analogy)** — real reference model R (judgment + living-v2), excess = 1−max_sim vs R via local subword embeddings (0 tokens), capture gate rejects low-excess noise, score/apply/embed driven by excess + usage + groundedness. Modules: `retention/reference-model.ts`, `excess.ts`, `capture-gate.ts`.
7
+ - Value-based retention apply path: archive/delete caps, inbox triage, done-trigger, `config.retention.mode` off|dry-run|apply.
8
+ - **Historical bloat mitigation on `prjct sync`**: soft-deleted vacuum (30d), orphan remember-events purge, archive prune, auto-source live cap (20), vault health line; auto-source capture gate (stricter excess); inject filter demotes aged auto history on recall.
9
+
10
+ ## [3.45.0] - 2026-07-10
11
+
12
+ ### Features
13
+
14
+ - paid UX — account status, connect, billing (v3.45.0) (#543)
15
+ - distill-then-hard-delete worthless history
16
+ - historical bloat mitigation on prjct sync
17
+ - real Rho excess vs reference model R
18
+ - complete retention plan — apply, inbox triage, done-trigger, selective embed
19
+ - retention score service + sync dry-run report (PR1 of value-based cleanup)
20
+
21
+
22
+ ## [3.44.0] - 2026-07-10
23
+
24
+ ### Added
25
+ - multi-agent realtime yield/switch handoff + auto-worktree isolation
26
+ - **`prjct switch <agent> [--reason] [--launch]`** — yield the live work cycle to another runtime (codex/claude/grok/…) with durable who/why in SQLite (`task_handoffs`)
27
+ - **`prjct accept [hand_id]`** / **`prjct handoffs`** — accept pending handoff, rebind ownership, resume brief
28
+ - Owner stamping on cycle start (`ownerAgent` / `ownerIdentity` / `ownerSessionId`) so handoffs know who started
29
+ - Auto-worktree isolation when `prjct work` collides with a foreign occupant on main (`multiAgent.autoWorktree`: auto|ask|off)
30
+ - Prompt + SessionStart cues for pending handoffs; desktop notify on yield/accept; optional CLI launch
31
+ - Loop-discipline skill triggers for stuck/switch and parallel worktree isolation
32
+
5
33
  ## [3.42.0] - 2026-07-10
6
34
 
7
35
  ### Added