prjct-cli 2.32.2 → 2.32.3
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 +300 -299
- package/dist/daemon/entry.mjs +226 -225
- package/dist/mcp/server.mjs +77 -76
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -167,6 +167,11 @@
|
|
|
167
167
|
|
|
168
168
|
## [Unreleased]
|
|
169
169
|
|
|
170
|
+
## [2.32.3] - 2026-05-30
|
|
171
|
+
|
|
172
|
+
### Added
|
|
173
|
+
- memory dedup en capture + heal histórico (RAG #1): content-fingerprint, dedup net en remember(), fix friction-detector 64-vs-12, migración v25 backfill+purga
|
|
174
|
+
|
|
170
175
|
## [2.32.2] - 2026-05-30
|
|
171
176
|
|
|
172
177
|
### Added
|