consciousness/poc-memory/src
ProofOfConcept a48cbe51a8 memory-search: move hook logic to library module, eliminate subprocesses
Move the hook logic from the memory-search binary into a library module
(poc_memory::memory_search) so poc-hook can call it as a direct function
instead of spawning a subprocess with piped stdin.

Also convert the node render call in surface_agent_cycle from
Command::new("poc-memory render") to a direct crate::cli::node::render_node()
call, eliminating another subprocess.

The memory-search binary remains as a thin CLI wrapper for debugging
(--hook reads from stdin) and inspection (show_seen).

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-24 12:27:54 -04:00
..
agents agents: fix resolve_placeholders infinite loop 2026-03-24 12:27:31 -04:00
bin memory-search: move hook logic to library module, eliminate subprocesses 2026-03-24 12:27:54 -04:00
cli render: mark node as seen when POC_SESSION_ID is set 2026-03-22 02:43:46 -04:00
neuro cleanup: fix all build warnings, delete dead DMN context code 2026-03-20 14:20:34 -04:00
query cleanup: auto-fix clippy warnings in poc-memory 2026-03-21 19:42:38 -04:00
store poc-agent: read context_groups from config instead of hardcoded list 2026-03-24 01:53:28 -04:00
config.rs surface agent: add surface_hooks config and reduce search hops 2026-03-24 12:27:40 -04:00
counters.rs counters: add redb-backed persistent counters (skeleton) 2026-03-10 23:59:39 -04:00
cursor.rs cleanup: auto-fix clippy warnings in poc-memory 2026-03-21 19:42:38 -04:00
graph.rs cleanup: auto-fix clippy warnings in poc-memory 2026-03-21 19:42:38 -04:00
lib.rs memory-search: move hook logic to library module, eliminate subprocesses 2026-03-24 12:27:54 -04:00
lookups.rs split into workspace: poc-memory and poc-daemon subcrates 2026-03-08 20:43:59 -04:00
main.rs remove --debug flag from agent run 2026-03-22 02:23:30 -04:00
memory_search.rs memory-search: move hook logic to library module, eliminate subprocesses 2026-03-24 12:27:54 -04:00
migrate.rs provenance: convert from enum to freeform string 2026-03-11 01:19:52 -04:00
similarity.rs Agent identity, parallel scheduling, memory-search fixes, stemmer optimization 2026-03-15 12:49:10 -04:00
spectral.rs cleanup: auto-fix clippy warnings in poc-memory 2026-03-21 19:42:38 -04:00
transcript.rs transcript: fix close-brace finder to track string boundaries 2026-03-24 12:27:22 -04:00
tui.rs cleanup: auto-fix clippy warnings in poc-memory 2026-03-21 19:42:38 -04:00
util.rs cleanup: auto-fix clippy warnings in poc-memory 2026-03-21 19:42:38 -04:00