@mnemosyne_os/sdk 1.1.0 → 1.2.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/README.md +11 -0
- package/dist/index.cjs +272 -3679
- package/dist/index.d.cts +501 -49
- package/dist/index.d.ts +501 -49
- package/dist/index.js +252 -3688
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -284,6 +284,17 @@ if (!validation.valid) process.exit(1);
|
|
|
284
284
|
|
|
285
285
|
## Changelog
|
|
286
286
|
|
|
287
|
+
### v2.0.0 — 2026-05-01 — Phase 59 Active Cognitive Filter
|
|
288
|
+
|
|
289
|
+
- **NEW** `bridge:read` scope — unlocks `computeResonance`, `getBridgeHistory`, `getBridgeSessions`
|
|
290
|
+
- **UPGRADE** `computeResonance` now uses **true vector embedding** (Phase 59):
|
|
291
|
+
embed input text → cosine vs. stored bridge spine vectors → real similarity scores.
|
|
292
|
+
Falls back to keyword heuristic (Phase 58) when embedding model is offline.
|
|
293
|
+
- **NEW** `docs/BRIDGE_API.md` — full Bridge API reference
|
|
294
|
+
- **NEW** `docs/MANIFEST.md` — `mnemoapp.json` manifest specification
|
|
295
|
+
- **NEW** `mnemoapp.json` replaces `app.manifest.json` (old format still accepted, deprecated)
|
|
296
|
+
- **NEW** `api_version: "2.0"` field in manifest (replaces `mnemosyne_sdk`)
|
|
297
|
+
|
|
287
298
|
### v1.1.0 — 2026-04-27
|
|
288
299
|
- **NEW** `MnemoClientBrowser` — zero-dependency browser client (native WebSocket API)
|
|
289
300
|
- **NEW** `sdk.resonances.list` — fetch real Resonance objects from the vault
|