Per #7 Phase 2. co_activate (crates/shrimpk-memory/src/hebbian.rs:152) keys edges on u32 memory IDs, and RelationshipType::WorksAt(String) etc. (hebbian.rs:27-31) carry raw entity strings — not anchored to EntityId.
Fix: decouple typed edges from entity strings; key on EntityId so entity edges survive supersession/merge.
Refs #7.
Per #7 Phase 2.
co_activate(crates/shrimpk-memory/src/hebbian.rs:152) keys edges on u32 memory IDs, andRelationshipType::WorksAt(String)etc. (hebbian.rs:27-31) carry raw entity strings — not anchored toEntityId.Fix: decouple typed edges from entity strings; key on
EntityIdso entity edges survive supersession/merge.Refs #7.