Releases: luisroquette/youre-always_on_my_mind-free
Releases · luisroquette/youre-always_on_my_mind-free
Release list
v0.2.0 — Local-first growth tools
Local-first growth tools
New
- One-command local MCP setup with a safe dry-run.
- Encrypted local backup/export using AES-256-GCM and scrypt.
- Manual adoption report for public GitHub activity, package downloads when available, and local doctor status.
- Copyable MCP configurations for Claude Code, Codex, Cursor, and compatible stdio clients.
- Cursor Markdown and Replit JSON/JSONL importers.
Documentation
- Real local workflows and screen-capture video scripts.
- Public roadmap and community adapter contribution rules.
Privacy
No telemetry, hosted memory, or paid API calls were added. Lovable and Antigravity remain on generic JSONL/MCP until stable supported formats are available.
Validation
npm testnpm run doctornpm audit --omit=dev(0 vulnerabilities)
v0.1.0 — The visual memory cockpit for claude-mem
You see the whole picture
You’re Always on My Mind Free is the local visual intelligence layer around claude-mem — a decision cockpit, not a replacement.
Included
- Interactive local graph, clusters, relationships and timeline
- Offline semantic search and quality signals
- Safe cleanup previews and explicit confirmation
- Claude Code, Codex and generic JSONL session import previews with redaction
- Local-first privacy boundaries
Quick start
git clone https://github.com/luisroquette/youre-always_on_my_mind-free.git
cd youre-always_on_my_mind-free
npm install
npm run doctor
npm test
npm run dashboardOpen http://127.0.0.1:4317. For the dashboard and MCP server, configure a local claude-mem-compatible bridge as described in the README.
Import sessions safely
Every import is a dry run until you add --commit after reviewing its output.
npm run import:sessions -- --source claude-code --input ~/.claude/projects/<project>/<session>.jsonl
npm run import:sessions -- --source codex --input ~/.codex/sessions/<date>/<session>.jsonl
npm run import:sessions -- --source generic --input ./sessions.jsonlMIT licensed. Free to use, modify and build on.