vestige/crates
Alec Marcus 5eccc728bd fix: hydrate cognitive modules from persisted connections (#14)
explore_connections and memory_graph returned empty results because
in-memory cognitive modules were never loaded from the database.
Connections were persisting to SQLite correctly (795 in production)
but the query path only checked empty ActivationNetwork.

- Add CognitiveEngine::hydrate() to load connections at startup
- Add storage fallback in explore_connections associations
- Hydrate live engine after dream persists new connections
- Add error logging for save_connection failures
- Add 7 integration tests for the full round-trip

Closes #14

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-01 00:51:49 -05:00
..
vestige-core fix: comprehensive audit fixes for dashboard and backend 2026-02-22 15:50:47 -06:00
vestige-mcp fix: hydrate cognitive modules from persisted connections (#14) 2026-03-01 00:51:49 -05:00