consciousness/poc-memory/src/store
ProofOfConcept abab85d249 agents: deduplicate timestamps, plan expansion, rename agent
- Add compact_timestamp() to store — replaces 5 copies of
  format_datetime(now_epoch()).replace([':', '-', 'T'], "")
  Also fixes missing seconds (format_datetime only had HH:MM).

- Add ConsolidationPlan::to_agent_runs() — replaces identical
  plan-to-runs-list expansion in consolidate.rs and daemon.rs.

- Port job_rename_agent to use run_one_agent — eliminates manual
  prompt building, LLM call, report storage, and visit recording
  that duplicated the shared pipeline.

- Rename Confidence::weight()/value() to delta_weight()/gate_value()
  to clarify the distinction (delta metrics vs depth gating).
2026-03-10 17:48:00 -04:00
..
mod.rs agents: deduplicate timestamps, plan expansion, rename agent 2026-03-10 17:48:00 -04:00
ops.rs store: lock-refresh-write pattern to prevent duplicate UUIDs 2026-03-10 14:30:21 -04:00
parse.rs split into workspace: poc-memory and poc-daemon subcrates 2026-03-08 20:43:59 -04:00
persist.rs agent visits: track when agents successfully process nodes 2026-03-10 14:30:53 -04:00
types.rs agents: deduplicate timestamps, plan expansion, rename agent 2026-03-10 17:48:00 -04:00
view.rs extract truncation helpers, fix clippy warnings, dedup batching loop 2026-03-08 21:13:02 -04:00