prjct-cli 2.37.6 → 2.38.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 +304 -309
- package/dist/daemon/entry.mjs +208 -213
- package/dist/mcp/server.mjs +535 -57
- package/dist/templates.json +1 -1
- package/package.json +1 -1
- package/templates/skills/prjct/SKILL.md +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,20 @@
|
|
|
2
2
|
|
|
3
3
|
## [Unreleased]
|
|
4
4
|
|
|
5
|
+
## [2.38.1] - 2026-06-02
|
|
6
|
+
|
|
7
|
+
### Performance
|
|
8
|
+
|
|
9
|
+
- slim always-on skill description (2.38.1) (#411)
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
## [2.38.0] - 2026-06-01
|
|
13
|
+
|
|
14
|
+
### Features
|
|
15
|
+
|
|
16
|
+
- PULL-only prompt hook + MCP task write-path (2.38.0) (#410)
|
|
17
|
+
|
|
18
|
+
|
|
5
19
|
## [2.37.6] - 2026-06-01
|
|
6
20
|
|
|
7
21
|
Code-health pass (clean-code batch from the optimization audit).
|