Skip to content
← Changelog
v1.2.12026-06-13

Import your ChatGPT / Claude history, agent instructions, security & RLS hardening

A reliability, security, and onboarding release. No tool-contract changes.

Import your ChatGPT / Claude history

Turn an OpenAI or claude.ai data export into searchable, provenance-tracked memory — one document per conversation:

mycobrain-ingest --from chatgpt-export ./export.zip
mycobrain-ingest --from claude-export  ./export.zip

Verified by npm run test:export-import.

Out-of-box agent instructions

The MCP server now ships a usage contract to every connected client at initialization, so agents know when to recall, save, and cite — without per-project setup. A copy-paste behavioral block also ships in docs/agent-setup.md.

The “magic moment,” on your own data

The bundled demo corpus now carries a deliberate contradiction — a person changes employers. With the keyless local graph running, the trust engine supersedes the old fact (kept, not deleted) and brain_why shows both sources. Supersession on ingested data, not a scripted demo.

Operator tooling

Fixed & hardened

Run the checks yourself

Full details in the repository changelog. No breaking changes to any brain_* tool contract.

v1.2.1 Changelog — Myco Brain