Skip to content

Commit 9e787cd

Browse files
author
Focaxis Dev
committed
chore: prepare v0.6.0 release
1 parent 991abc9 commit 9e787cd

5 files changed

Lines changed: 8 additions & 6 deletions

File tree

AGENTS.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
- Scope: `project:deja-vu`
77
- Memory root: `memory/`
88

9+
For the full protocol details, see docs/protocol.md.
10+
911
## Recall Before Substantial Work
1012

1113
Before substantial planning, coding, release preparation, or documentation changes:

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

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

5-
## Unreleased
5+
## [0.6.0] - 2026-05-17
66

77
- Reworked the README first screen around the "3-file memory system" positioning.
88
- Added a copy-first `starter-kit/` with minimal `AGENTS.md`, memory files, and per-agent prompts.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@ Deja Vu is trying to recall less, better.
2929

3030
## 2-Minute Start
3131

32-
Copy the starter kit into any repo:
32+
Option A: copy from this repo after cloning:
3333

3434
```bash
3535
cp -R starter-kit/. .
3636
```
3737

38-
Or use the optional CLI:
38+
Option B: use the optional CLI:
3939

4040
```bash
4141
npx @focaxisdev/deja-vu init --agents all

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@focaxisdev/deja-vu",
3-
"version": "0.5.0",
3+
"version": "0.6.0",
44
"description": "Ultra-light repo-local memory protocol for AI coding agents: stop re-explaining your repo to every new chat.",
55
"type": "module",
66
"main": "./dist/src/index.js",

0 commit comments

Comments
 (0)