prjct-cli 3.76.1 → 3.78.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,27 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ### Added
6
+
7
+ - **gentle-ai v2.2.0 value steals (authority, not ceremony):**
8
+ - **A1 Content-bound no-stamp fail-closed** — under code-strict, approved judgment without a content-bound stamp hard-blocks `prjct ship` (consent: `--no-judgment-gate` only). `prjct judgment approve` fails closed if stamp cannot be written.
9
+ - **A2 Judgment ledger RMW** — ledger writes go through `updateDoc` (no silent LWW clobber on concurrent approve/challenge).
10
+ - **B1 Delivery kill switch** — `delivery.killSwitch: "on"` in `.prjct/prjct.config.json` removes the ship mutation path before task complete / workflow. Outranks `--no-judgment-gate` / `--no-spec-gate` / `--force-pressure`. Lift only by setting `off`.
11
+ - **C1 Frozen audit candidate hash** — `prjct spec audit` stamps `audit_candidate_hash`; each lens review binds `candidateHash`; body edits clear reviews + demote `reviewed`→`draft`; promote gate refuses drifted candidates. Legacy specs without a hash keep prior lens-only behavior.
12
+
13
+ ## [3.78.0] - 2026-07-29
14
+
15
+ ### Features
16
+
17
+ - steal g-ai v2.2 authority teeth — stamp, candidate hash, kill switch (#598)
18
+
19
+
20
+ ## [3.77.0] - 2026-07-28
21
+
22
+ ### Fixed
23
+
24
+ - **Plans and work data: SQLite only — never physical files.** Templates stopped *instructing* `.prjct/sessions/` writes in v2.19.7, but stale customized agents kept dumping `plan.md` / `impl.md` into client repos (not traceable). Every `prjct sync` now (1) **ingests** text from `.prjct/{sessions,audits,deploy}/` into project SQLite (`prjct remember` context, topic `worktree-ghost-ingest`) then **deletes** those dirs (no re-home onto disk), and (2) **force-refreshes** crew agent files / `CLAUDE.md` / `CREW.md` that still instruct disk writes (including `SESSION_ROOT` / `~/.prjct-cli/**/sessions/` hideouts). Durable surface: `prjct plan` / `prjct spec` / `prjct crew record-run` / `prjct remember` — project SQL only. Only hand-editable file under `.prjct/` is `prjct.config.json`.
25
+
5
26
  ## [3.76.1] - 2026-07-22
6
27
 
7
28
  ### Fixed