No description
Find a file
ProofOfConcept 2f455ba29d neuro: split into scoring, prompts, and rewrite modules
neuro.rs was 1164 lines wearing three hats:
- scoring.rs (401 lines): pure analysis — priority, replay queues,
  interference detection, consolidation planning
- prompts.rs (396 lines): agent prompt generation and formatting
- rewrite.rs (363 lines): graph topology mutations — hub
  differentiation, triangle closure, orphan linking

The split follows safety profiles: scoring never mutates, prompts
only reads, rewrite takes &mut Store. All public API re-exported
from neuro/mod.rs so callers don't change.
2026-03-05 10:24:05 -05:00
prompts digest: drop per-level instructions and section templates 2026-03-03 17:53:43 -05:00
schema types: unify all epoch timestamps to i64 2026-03-05 10:23:57 -05:00
scripts knowledge agents: extractor, connector, challenger, observation 2026-03-03 10:56:44 -05:00
src neuro: split into scoring, prompts, and rewrite modules 2026-03-05 10:24:05 -05:00
.gitignore knowledge agents: extractor, connector, challenger, observation 2026-03-03 10:56:44 -05:00
build.rs poc-memory v0.4.0: graph-structured memory with consolidation pipeline 2026-02-28 22:17:00 -05:00
Cargo.lock digest: remove dead iso_week_info, use chrono directly everywhere 2026-03-03 17:26:01 -05:00
Cargo.toml replace libc date math with chrono, extract memory_subdir helper 2026-03-03 17:23:43 -05:00