prjct-cli 2.15.0 → 2.17.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 +18 -0
- package/dist/bin/prjct-core.mjs +352 -292
- package/dist/daemon/entry.mjs +266 -206
- package/dist/mcp/server.mjs +73 -40
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [2.17.0] - 2026-05-05
|
|
4
|
+
|
|
5
|
+
### Features
|
|
6
|
+
|
|
7
|
+
- Phase 1.6 — brownfield-aware SDD (auto-context + codebase reviewers + inventory) (#321)
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
## [2.16.0] - 2026-05-04
|
|
11
|
+
|
|
12
|
+
### Features
|
|
13
|
+
|
|
14
|
+
- Phase 1.5 — harden sync engine for prjct-cloud (B1–B8) (#319)
|
|
15
|
+
|
|
16
|
+
### Bug Fixes
|
|
17
|
+
|
|
18
|
+
- drop unused imports in entity-handlers (#320)
|
|
19
|
+
|
|
20
|
+
|
|
3
21
|
## [2.15.0] - 2026-05-03
|
|
4
22
|
|
|
5
23
|
### Features
|