cleanup: remove dead migrate module, fix stale comment

migrate.rs was a one-time markdown→capnp conversion that's long done.
Remove it and update the identity.rs comment to reference the new
~/.consciousness/ path.
This commit is contained in:
ProofOfConcept 2026-03-27 21:08:40 -04:00
parent 6a1660cc9d
commit ccf13c3cb5
4 changed files with 2 additions and 371 deletions

View file

@ -59,7 +59,7 @@ pub mod memory_capnp {
pub use hippocampus::{
store, graph, lookups, cursor, query,
similarity, spectral, neuro, counters,
transcript, migrate, memory,
transcript, memory,
};
pub use hippocampus::query::engine as search;
pub use hippocampus::query::parser as query_parser;