Skip to content

Releases: luisroquette/youre-always_on_my_mind-free

v0.2.0 — Local-first growth tools

Choose a tag to compare

@luisroquette luisroquette released this 25 Jul 14:12
fea7cbd

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 test
  • npm run doctor
  • npm audit --omit=dev (0 vulnerabilities)

v0.1.0 — The visual memory cockpit for claude-mem

Choose a tag to compare

@luisroquette luisroquette released this 25 Jul 12:19

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 dashboard

Open 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.jsonl

MIT licensed. Free to use, modify and build on.