prjct-cli 3.40.0 → 3.41.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,16 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ## [3.41.0] - 2026-07-10
6
+
7
+ ### Added
8
+ - closed-loop judgment + dynamic work-scope inventory
9
+ - Closed-loop judgment continuity: Judgment Receipts on `land`/Stop (capture:receipt-v1), Decision Conflict Gate on Edit|Write (`judgment.conflictMode` off|advisory|strict with durable override via remember tags — not land/sdd modes), hot-path latency budgets (≤300ms fail-open + SQL LIMIT on file recall), SessionStart git timeouts, closed-loop health line on `prjct harness score`. Proof of traps prevented and decisions applied — continuity of engineering judgment, not an AI memory product (mem_3919).
10
+ - Full 7-bet leap: world-model impact on `guard` (import/co-change + traps); default routing surface `work`+`ship` progressive disclosure; multi-agent geometry DEFAULT wording for H2/H3 fan-out; token economics score on `prime`/`harness score`; `judgment.weakModelMode` product mode (strict conflict floor + elevated quality + SessionStart/prime banner).
11
+ - Work-scope SSOT: before Grep/Glob, agents get a constrained file list from memory (FTS + semantic embeddings when enabled) + BM25 code index + import/co-change graph (`resolveWorkScope`). Wired into `prjct work`, prompt file cue, MCP `prjct_relevant_files`, and skill MUST discipline.
12
+ - Project file inventory on every `prjct sync`: discovers real extensions/languages in the tree (language-agnostic). Work-scope ranks with inventory weights (unknown ext downranks, never hard-drops).
13
+ - Conflict gate defaults pack-gated: off | code→advisory | code-strict→strict (no CONFLICT spam on bare projects). Pre-edit shares one preventive recall between decide+build.
14
+
5
15
  ## [3.40.0] - 2026-07-10
6
16
 
7
17
  ### Added