prjct-cli 3.45.0 → 3.47.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
@@ -3,9 +3,38 @@
3
3
  ## [Unreleased]
4
4
 
5
5
  ### Added
6
+
7
+ ## [3.47.0] - 2026-07-10
8
+
9
+ ### Added
10
+ - **Dominance SUPERIOR program (complete)**: all feature gaps vs gentle-ai / open-GSD / memory plugins are hard mechanisms, not banners.
11
+ - **Gates (consent-scoped overrides)**: discuss-lock H2+; context-pressure hard-blocks ship (`--force-pressure`); package PreToolUse + ship (`--allow-new-deps`); judgment dual-blind on code-strict (`--no-judgment-gate`); ship delivery-geometry on large diffs (`--geometry`); Nyquist-lite on H2+ work with vague ACs.
12
+ - **Memory hygiene**: `prjct close <id>`; Rho retention + auto-source cap + vault health; SoT/SUGGEST tip→user.
13
+ - **Drift**: SessionStart schedules world-model refresh; applied stamp clears permanent-stale banner.
14
+ - **Multi-runtime**: Claude/Codex/Gemini/Cursor/Grok signal parity matrix; CONTRACT.loop on Codex/Gemini surfaces (Codex ≤1024B).
15
+ - **Proof**: competitive dust SUPERIOR every row; `gate:dominance` 28/28.
16
+
17
+ ## [3.46.0] - 2026-07-10
18
+
19
+ ### Features
20
+
21
+ - value-based memory retention (full plan: score + apply + triggers) (#542)
22
+ - terminal tip channel — agent surfaces SoT/suggest to user
23
+ - living apply — SoT binding + live mod suggestions
24
+
25
+ ### Bug Fixes
26
+
27
+ - align tip→user tests + ship as v3.45.0
28
+
29
+
30
+ ## [3.45.0] - 2026-07-10
31
+
32
+ ### Added
33
+ - **Living apply (SoT · live suggest · tip→user)**: Rho-kept memory injects as binding SoT (decision/gotcha/fact) or live modification suggestions (anti-pattern/pattern + files). Agent is the terminal tip channel (no web UI) — restates SoT/SUGGEST in chat, then acts.
6
34
  - **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
35
  - Value-based retention apply path: archive/delete caps, inbox triage, done-trigger, `config.retention.mode` off|dry-run|apply.
8
36
  - **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.
37
+ - **Distill-then-hard-delete**: worthless history analyzed into one digest then hard-deleted; auto-source overflow distilled; delete verdicts hard-delete (protected types archive only).
9
38
 
10
39
  ## [3.45.0] - 2026-07-10
11
40