prjct-cli 3.50.2 → 3.52.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 +15 -2
- package/dist/bin/prjct-core.mjs +757 -789
- package/dist/bin/prjct-hooks.mjs +302 -334
- package/dist/daemon/entry.mjs +669 -701
- package/dist/mcp/server.mjs +278 -311
- package/dist/templates.json +1 -1
- package/package.json +1 -1
- package/templates/antigravity/SKILL.md +4 -3
- package/templates/codex/SKILL.md +4 -3
- package/templates/global/ANTIGRAVITY.md +2 -2
- package/templates/global/GEMINI.md +2 -2
- package/templates/skills/prjct/SKILL.md +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,21 @@
|
|
|
2
2
|
|
|
3
3
|
## [Unreleased]
|
|
4
4
|
|
|
5
|
+
## [3.52.0] - 2026-07-13
|
|
6
|
+
|
|
7
|
+
### Added
|
|
8
|
+
- KISS/DRY dead code cleanup after portable L0 skill
|
|
9
|
+
|
|
10
|
+
## [3.51.0] - 2026-07-13
|
|
11
|
+
|
|
12
|
+
### Added
|
|
13
|
+
- portable multi-LLM L0 skill isolation — no global project stamp
|
|
14
|
+
|
|
15
|
+
## [3.50.2] - 2026-07-12
|
|
16
|
+
|
|
17
|
+
### Added
|
|
18
|
+
- perf: routing fix + MCP schema slim (19→10 tools)
|
|
19
|
+
|
|
5
20
|
### Performance
|
|
6
21
|
|
|
7
22
|
- **MCP schema slim (ListTools tax)**: default core surface **19 → 10 tools**; `projectPath` optional (cwd / `PRJCT_PROJECT_PATH`); typed record verbs + cost/signals/skills/developer/tiers/artifacts moved to `PRJCT_MCP_TOOLS=standard|all`; shorter server instructions. CLI parity unchanged.
|
|
@@ -23,14 +38,12 @@
|
|
|
23
38
|
|
|
24
39
|
- slim core ListTools 19→10 tools (#554)
|
|
25
40
|
|
|
26
|
-
|
|
27
41
|
## [3.50.1] - 2026-07-12
|
|
28
42
|
|
|
29
43
|
### Performance
|
|
30
44
|
|
|
31
45
|
- fix harness GTD capture + hot-path efficiency (#553)
|
|
32
46
|
|
|
33
|
-
|
|
34
47
|
## [3.50.0] - 2026-07-12
|
|
35
48
|
|
|
36
49
|
### Added
|