consciousness/poc-memory
ProofOfConcept 8ba58ce9cd neuro: unify consolidation planning, fix threshold drift
The daemon's compute_graph_health had a duplicated copy of the
consolidation planning thresholds that had drifted from the canonical
version (α<2.0 → +7 replay in daemon vs +10 in neuro).

Split consolidation_plan into _inner(store, detect_interference) so
the daemon can call consolidation_plan_quick (skips O(n²) interference)
while using the same threshold logic.
2026-03-10 17:55:08 -04:00
..
.claude agents: self-contained agent files with embedded prompts 2026-03-10 15:29:55 -04:00
agents agents: extract shared run_one_agent, standardize output formats 2026-03-10 17:33:12 -04:00
defaults split into workspace: poc-memory and poc-daemon subcrates 2026-03-08 20:43:59 -04:00
schema agent visits: track when agents successfully process nodes 2026-03-10 14:30:53 -04:00
src neuro: unify consolidation planning, fix threshold drift 2026-03-10 17:55:08 -04:00
build.rs split into workspace: poc-memory and poc-daemon subcrates 2026-03-08 20:43:59 -04:00
Cargo.toml poc-memory status: add ratatui TUI dashboard 2026-03-10 00:41:29 -04:00
config.example.jsonl split into workspace: poc-memory and poc-daemon subcrates 2026-03-08 20:43:59 -04:00