prjct-cli 2.76.2 → 2.77.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,41 +2,41 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ## [2.77.0] - 2026-06-26
6
+
7
+ ### Added
8
+ - context quality cleanup
9
+
5
10
  ## [2.76.2] - 2026-06-26
6
11
 
7
12
  ### Bug Fixes
8
13
 
9
14
  - vault regen self-heals missing files (no more stale-complete vault) (#476)
10
15
 
11
-
12
16
  ## [2.76.1] - 2026-06-26
13
17
 
14
18
  ### Bug Fixes
15
19
 
16
20
  - prjct sync regenerates the vault (was leaving it stale) (#475)
17
21
 
18
-
19
22
  ## [2.76.0] - 2026-06-26
20
23
 
21
24
  ### Features
22
25
 
23
26
  - project context RAG — the history of contexts (context is gold) (#474)
24
27
 
25
-
26
28
  ## [2.75.0] - 2026-06-26
27
29
 
28
30
  ### Features
29
31
 
30
32
  - deterministic project id, stable deviceId, local-safe sync (#473)
31
33
 
32
-
33
34
  ## [2.74.0] - 2026-06-26
34
35
 
35
36
  ### Features
36
37
 
37
38
  - sync specs + full analysis to the cloud vault (#472)
38
39
 
39
-
40
40
  ## [2.73.0] - 2026-06-25
41
41
 
42
42
  ### Added