prjct-cli 3.4.0 → 3.5.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 +5 -0
- package/dist/bin/prjct-core.mjs +411 -408
- package/dist/bin/prjct-hooks.mjs +227 -224
- package/dist/daemon/entry.mjs +338 -335
- package/dist/mcp/server.mjs +214 -211
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,11 @@
|
|
|
2
2
|
|
|
3
3
|
## [Unreleased]
|
|
4
4
|
|
|
5
|
+
## [3.5.0] - 2026-06-26
|
|
6
|
+
|
|
7
|
+
### Added
|
|
8
|
+
- make all sync entities bidirectional (pull+push) and preserve per-record created_at (origin creation time) distinct from synced_at (ingestion time on receiving machine)
|
|
9
|
+
|
|
5
10
|
## [3.4.0] - 2026-06-26
|
|
6
11
|
|
|
7
12
|
### Added
|