Changelog
Product updates and release notes for Myco Brain.
v0.1.02026-05-20
Public launch prep, sales page, noise audit
- Noise audit published: 97% of agent memories identified as noise, with open methodology and reproducibility script.
- Sales page rebuilt with pain-led hero, 9-offer structure, and Railway CTA.
- Marketing landing page served at mycobrain.dev root via hostname detection.
- Separate marketing and app surfaces via hostname routing.
- Onboarding email sequence automated for first 7 days.
- Retention tracking infrastructure rebuilt with migrations, API routes, and cron jobs.
- Beta signup API alias route for waitlist.
- Graph and agents nav restored with auth fallback.
- Security headers (X-Frame-Options, CSP) added for app.mycobrain.dev.
v0.0.22026-05-15
Connector stability, entity extraction, and ingestion hardening
- Entity extraction cron wired to main — activates relationship discovery automatically.
- Connector bind update SQL typing regression resolved.
- Ingestion source coverage audit added; async fetch paths stabilized.
- Advisory synthesis fallback broadened for relations and describer.
- Subscription tracking migration aligned with production schema.
- CORS helper added for retention routes.
- CI gracefully skips external sync when running against localhost.
v0.0.12026-05-01
Core platform: MCP server, knowledge graph, ingestion pipeline
- MCP server with 15 brain.* tools: context pack, search, ingest, graph traversal, memory, provenance.
- Postgres 16 + pgvector schema with multi-tenancy, RLS, bi-temporal semantics.
- Deterministic knowledge graph with audit trail on every mutation.
- Python workers for ingestion, advisory extraction, connectors, schema evolution.
- Next.js dashboard and admin apps for knowledge exploration and onboarding.
- CLI onboarding with cloud and local/offline modes.
- Budget governor compaction logic for MCP server.
- SSL self-heal for all database query paths.