prjct-cli 3.44.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,23 @@
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
+
5
22
  ## [3.44.0] - 2026-07-10
6
23
 
7
24
  ### Added