prjct-cli 2.75.0 → 2.76.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 +14 -0
- package/dist/bin/prjct-core.mjs +407 -399
- package/dist/daemon/entry.mjs +373 -365
- package/dist/mcp/server.mjs +221 -217
- package/dist/templates.json +1 -1
- package/package.json +1 -1
- package/templates/skills/prjct/SKILL.md +3 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,20 @@
|
|
|
2
2
|
|
|
3
3
|
## [Unreleased]
|
|
4
4
|
|
|
5
|
+
## [2.76.1] - 2026-06-26
|
|
6
|
+
|
|
7
|
+
### Bug Fixes
|
|
8
|
+
|
|
9
|
+
- prjct sync regenerates the vault (was leaving it stale) (#475)
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
## [2.76.0] - 2026-06-26
|
|
13
|
+
|
|
14
|
+
### Features
|
|
15
|
+
|
|
16
|
+
- project context RAG — the history of contexts (context is gold) (#474)
|
|
17
|
+
|
|
18
|
+
|
|
5
19
|
## [2.75.0] - 2026-06-26
|
|
6
20
|
|
|
7
21
|
### Features
|