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

@ -15,5 +15,4 @@ pub mod similarity;
pub mod spectral;
pub mod neuro;
pub mod counters;
pub mod migrate;
pub mod transcript;