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