prjct-cli 3.66.0 → 3.69.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 -0
- package/dist/bin/prjct-core.mjs +832 -806
- package/dist/bin/prjct-hooks.mjs +391 -365
- package/dist/daemon/entry.mjs +739 -713
- package/dist/mcp/server.mjs +315 -289
- package/dist/templates.json +1 -1
- package/package.json +1 -1
- package/templates/antigravity/SKILL.md +1 -1
- package/templates/codex/SKILL.md +1 -1
- package/templates/global/ANTIGRAVITY.md +6 -4
- package/templates/global/CURSOR.mdc +2 -2
- package/templates/global/GEMINI.md +6 -4
- package/templates/global/WINDSURF.md +2 -2
- package/templates/grok/SKILL.md +3 -5
- package/templates/skills/prjct/SKILL.md +14 -11
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,21 @@
|
|
|
2
2
|
|
|
3
3
|
## [Unreleased]
|
|
4
4
|
|
|
5
|
+
## [3.69.0] - 2026-07-16
|
|
6
|
+
|
|
7
|
+
### Added
|
|
8
|
+
- fix agent contract: bin verbs + analysis-save JSON preferred across all surfaces
|
|
9
|
+
|
|
10
|
+
## [3.68.0] - 2026-07-16
|
|
11
|
+
|
|
12
|
+
### Added
|
|
13
|
+
- project style model dual evolution
|
|
14
|
+
|
|
15
|
+
## [3.67.0] - 2026-07-16
|
|
16
|
+
|
|
17
|
+
### Added
|
|
18
|
+
- project style model dual evolution
|
|
19
|
+
|
|
5
20
|
## [3.66.0] - 2026-07-16
|
|
6
21
|
|
|
7
22
|
### Added
|