Skip to content

Commit 9cdc63b

Browse files
author
Focaxis Dev
committed
feat: reboot deja-vu as a protocol-first memory system
1 parent db76d31 commit 9cdc63b

31 files changed

Lines changed: 1317 additions & 546 deletions

CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,25 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [0.2.0] - 2026-04-20
6+
7+
- Repositioned Deja Vu as a protocol-first memory system for AI agents.
8+
- Rewrote the root README around rules, workflow, and Markdown memory as the primary adoption path.
9+
- Added the core protocol references:
10+
- `docs/protocol.md`
11+
- `docs/workflow.md`
12+
- `docs/storage-markdown.md`
13+
- Added copyable project rules and memory templates under `docs/templates/`.
14+
- Added `examples/protocol-project/` as a repo-first example that works without npm or the optional engine.
15+
- Moved the semantic TypeScript engine into an explicitly optional documentation path under `docs/engine/`.
16+
- Rewrote handshake, bootstrap, release, and AI-readable docs to match the new protocol-first framing.
17+
- Updated package metadata to describe the npm package as an optional semantic recall layer.
18+
- Fixed `npm run test:src` for the current Node.js v24 environment by switching to a compatible `ts-node` registration path.
19+
520
## [0.1.0] - 2026-04-19
621

722
- Initial public release of Deja Vu.
823
- Added the familiarity-first semantic recall engine core.
924
- Added in-memory storage and vector adapters for zero-infrastructure local trials.
1025
- Added runnable examples for basic recall, agent PM, chat memory, and task assistant flows.
1126
- Added AI-readable integration docs, handshake guidance, and project rules templates.
12-

0 commit comments

Comments
 (0)