v1.2.92026-06-24
Guided install, memory provenance by tool, and a self-check that talks
A first-run and surfacing release. Connecting Myco is now a guided, self-healing walkthrough, every memory remembers which tool wrote it, and an agent can ask the brain how it is doing and get an answer. Additive only (two new tools and additive fields on existing ones); no breaking changes to any brain_* tool, and no migrations.
Added
- mycobrain-setup, a guided self-healing install. A nine-step, consent-driven walkthrough replaces the cryptic fresh-machine failure. It checks prerequisites with a fix for each, wires every client it detects, verifies the connection for real (semantic search present and a live write test), offers a one-tap import of your ChatGPT or Claude history, and runs the doctor. Experts skip the asking with
--yes,--all, or--client. - Memory provenance by tool. Each connected app gets its own identity, so
brain_recall_memoryandbrain_context_packshow which tool a memory came from, and a cross-tool recall is credited (recalled from Cursor's memory).brain_statsandbrain_self_checkshow a per-tool breakdown so compounding across tools is visible. - Surfacing modes and the self-check that talks.
brain_set_modesets how loudly Myco surfaces (silent, ambient, or audit, and silent by default).brain_self_checkis a pull-only call that reports what is working, what is awaiting your approval, and any problem with a concrete fix.
Fixed
brain_context_packhybrid retrieval referenced an out-of-scope column that could fail whenever the embedding path ran; the query now joins it correctly.
No breaking changes to any brain_* tool contract. Full details in the repository CHANGELOG.