consciousness/poc-memory/src/store
Kent Overstreet 835b392b7a transcript progress: capnp append-only log replaces stub nodes
Add TranscriptSegment capnp schema and append-only log for tracking
which transcript segments have been mined by which agents. Replaces
the old approach of creating stub nodes (_observed-transcripts,
_mined-transcripts, _facts-) in the main graph store.

- New schema: TranscriptSegment and TranscriptProgressLog
- Store methods: append_transcript_progress, replay, is_segment_mined,
  mark_segment_mined
- Migration command: admin migrate-transcript-progress (migrated 1771
  markers, soft-deleted old stub nodes)
- Progress log replayed on all Store::load paths

Also: revert extractor.agent to graph-only (no CONVERSATIONS),
update memory-instructions-core with refine-over-create principle.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-16 17:40:32 -04:00
..
mod.rs agents: deduplicate timestamps, plan expansion, rename agent 2026-03-10 17:48:00 -04:00
ops.rs feedback: not-relevant/not-useful commands, edge strength adjustment 2026-03-14 12:14:17 -04:00
parse.rs split into workspace: poc-memory and poc-daemon subcrates 2026-03-08 20:43:59 -04:00
persist.rs transcript progress: capnp append-only log replaces stub nodes 2026-03-16 17:40:32 -04:00
types.rs transcript progress: capnp append-only log replaces stub nodes 2026-03-16 17:40:32 -04:00
view.rs graph: add implicit temporal edges between episodic nodes 2026-03-14 02:40:00 -04:00