consciousness/src
ProofOfConcept 8ee0d90388 move memory_search from hippocampus to subconscious/hook
memory_search.rs is agent orchestration (surface-observe, journal,
reflect cycles), not memory storage. Rename to hook.rs and move to
subconscious/ where it belongs.

Backward compat: pub use subconscious::hook as memory_search in lib.rs
so existing crate::memory_search paths still resolve.
2026-03-27 20:50:24 -04:00
..
agent provenance: pass directly through thought::dispatch, remove globals 2026-03-27 15:44:39 -04:00
bin session: --session flag, journal agent cycle, conversation bytes config 2026-03-26 14:22:29 -04:00
cli journal: remove all stringly-typed key patterns, use NodeType 2026-03-26 19:11:17 -04:00
hippocampus move memory_search from hippocampus to subconscious/hook 2026-03-27 20:50:24 -04:00
learn move memory_search from hippocampus to subconscious/hook 2026-03-27 20:50:24 -04:00
subconscious move memory_search from hippocampus to subconscious/hook 2026-03-27 20:50:24 -04:00
thought provenance: pass directly through thought::dispatch, remove globals 2026-03-27 15:44:39 -04:00
config.rs session: --session flag, journal agent cycle, conversation bytes config 2026-03-26 14:22:29 -04:00
lib.rs move memory_search from hippocampus to subconscious/hook 2026-03-27 20:50:24 -04:00
main.rs journal: remove all stringly-typed key patterns, use NodeType 2026-03-26 19:11:17 -04:00
session.rs move memory_search from hippocampus to subconscious/hook 2026-03-27 20:50:24 -04:00
tui.rs flatten: move poc-memory contents to workspace root 2026-03-25 00:54:12 -04:00
util.rs flatten: move poc-memory contents to workspace root 2026-03-25 00:54:12 -04:00