prjct-cli 3.51.0 → 3.56.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 +51 -0
- package/README.md +2 -2
- package/dist/bin/prjct-core.mjs +766 -767
- package/dist/bin/prjct-hooks.mjs +299 -300
- package/dist/daemon/entry.mjs +510 -511
- package/dist/mcp/server.mjs +281 -282
- package/dist/templates.json +1 -1
- package/package.json +3 -3
- package/scripts/install.sh +3 -3
- package/templates/skills/prjct/SKILL.md +12 -12
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,56 @@
|
|
|
2
2
|
|
|
3
3
|
## [Unreleased]
|
|
4
4
|
|
|
5
|
+
## [3.56.1] - 2026-07-14
|
|
6
|
+
|
|
7
|
+
### Bug Fixes
|
|
8
|
+
|
|
9
|
+
- publish npm metadata pointing at prjct-app/cli (#563)
|
|
10
|
+
|
|
11
|
+
### Maintenance
|
|
12
|
+
|
|
13
|
+
- one-shot npm publish for registry metadata (temp) (#561)
|
|
14
|
+
- point all URLs at github.com/prjct-app/cli (#560)
|
|
15
|
+
- point product surface at prjct-app/prjct-cli (#559)
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
## [3.56.0] - 2026-07-13
|
|
19
|
+
|
|
20
|
+
### Added
|
|
21
|
+
- skill generator l0 test assertions
|
|
22
|
+
|
|
23
|
+
<<<<<<< HEAD
|
|
24
|
+
|
|
25
|
+
## [3.39.0] - 2026-07-09
|
|
26
|
+
|
|
27
|
+
### Added
|
|
28
|
+
- pre-secrets CI parity after #534 — wire dispatcher + cursor multi-matcher
|
|
29
|
+
=======
|
|
30
|
+
## [3.55.0] - 2026-07-13
|
|
31
|
+
|
|
32
|
+
### Added
|
|
33
|
+
- Optimized core prjct L0 skill for token efficiency (compressed verbs table + reduced redundancy = 791 tokens). Upgraded create-skill with SDO and TDD-for-skills patterns. Added systematic-debugging skill. Updated architecture with curation principles. All retrocompatible with all models. Full post analysis wins delivered. Tests and harness score passing.
|
|
34
|
+
|
|
35
|
+
## [3.54.0] - 2026-07-13
|
|
36
|
+
|
|
37
|
+
### Added
|
|
38
|
+
- Optimized core prjct L0 skill for token efficiency (compressed verbs table + reduced redundancy = 791 tokens). Upgraded create-skill with SDO and TDD-for-skills. Added systematic-debugging skill. Updated architecture with curation principles. All retrocompatible. Full post analysis wins delivered. Tests and harness passing.
|
|
39
|
+
|
|
40
|
+
## [3.53.2] - 2026-07-13
|
|
41
|
+
|
|
42
|
+
### Added
|
|
43
|
+
- Optimized core prjct L0 skill for token efficiency (compressed verbs table and reduced redundancy → 791 tokens). Upgraded create-skill with SDO and TDD-for-skills patterns. Added systematic-debugging skill template. Updated architecture.md with curation principles. All changes retrocompatible with all models. Full implementation of post analysis wins. Tests and harness score passing. Branch: feat/post-analysis-optimizations
|
|
44
|
+
|
|
45
|
+
## [3.53.0] - 2026-07-13
|
|
46
|
+
|
|
47
|
+
### Added
|
|
48
|
+
- skill curation from post analysis
|
|
49
|
+
|
|
50
|
+
## [3.52.0] - 2026-07-13
|
|
51
|
+
|
|
52
|
+
### Added
|
|
53
|
+
- KISS/DRY dead code cleanup after portable L0 skill
|
|
54
|
+
|
|
5
55
|
## [3.51.0] - 2026-07-13
|
|
6
56
|
|
|
7
57
|
### Added
|
|
@@ -181,6 +231,7 @@
|
|
|
181
231
|
|
|
182
232
|
### Added
|
|
183
233
|
- quality orchestrator P0: auto ledger + inject; ship suggest with text confirm
|
|
234
|
+
>>>>>>> origin/main
|
|
184
235
|
|
|
185
236
|
## [3.38.0] - 2026-07-09
|
|
186
237
|
|
package/README.md
CHANGED
|
@@ -34,7 +34,7 @@ After install, run `prjct install` to verify/repair required native dependencies
|
|
|
34
34
|
If you'd rather have the standalone binary (Bun runtime embedded, no Node ecosystem needed), run this **yourself in a terminal** — it's a `curl | bash` install which Claude Code's harness intentionally blocks for safety:
|
|
35
35
|
|
|
36
36
|
```bash
|
|
37
|
-
curl -sSL https://raw.githubusercontent.com/
|
|
37
|
+
curl -sSL https://raw.githubusercontent.com/prjct-app/cli/main/scripts/install-standalone.sh | bash
|
|
38
38
|
```
|
|
39
39
|
|
|
40
40
|
The script auto-detects platform (mac arm64/intel + linux x64), downloads the right binary from GitHub Releases, sets up `~/.local/bin/prjct` on your PATH, runs `prjct setup` + `prjct sync`, and warns you if a stale package-manager install is shadowing the new binary.
|
|
@@ -616,7 +616,7 @@ tradeoffs: [docs/storage-and-paths.md](./docs/storage-and-paths.md).
|
|
|
616
616
|
## Links
|
|
617
617
|
|
|
618
618
|
- [Website](https://cli.prjct.app)
|
|
619
|
-
- [GitHub](https://github.com/
|
|
619
|
+
- [GitHub](https://github.com/prjct-app/cli)
|
|
620
620
|
- [npm](https://www.npmjs.com/package/prjct-cli)
|
|
621
621
|
- [Changelog](CHANGELOG.md)
|
|
622
622
|
- [Architecture](./docs/architecture.md) · [Execution environments](./docs/environments.md) · [Storage & paths](./docs/storage-and-paths.md) · [SQLite migration](./docs/sqlite-migration.md)
|