prjct-cli 3.77.0 → 3.78.1

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,24 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ### Fixed
6
+
7
+ - **Client `.prjct/` is config-only on every sync.** `CHECKPOINTS.md`, `team.json`, ghost dirs, and any other leftover are **migrated to project SQLite first** (checkpoints → `crew:checkpoints`, team → `team:enrollment`, text → remember ingest) then **deleted** from the customer worktree. The only allowed file is `prjct.config.json` — no more "left in place" legacy files.
8
+
9
+ ## [3.78.1] - 2026-07-29
10
+
11
+ ### Bug Fixes
12
+
13
+ - sync migrates then deletes all client .prjct junk (config-only) (#599)
14
+
15
+
16
+ ## [3.78.0] - 2026-07-29
17
+
18
+ ### Features
19
+
20
+ - steal g-ai v2.2 authority teeth — stamp, candidate hash, kill switch (#598)
21
+
22
+
5
23
  ## [3.77.0] - 2026-07-28
6
24
 
7
25
  ### Fixed