forked from kent/consciousness
Three Python scripts (858 lines) replaced with native Rust subcommands: - digest-links [--apply]: parses ## Links sections from episodic digests, normalizes keys, applies to graph with section-level fallback - journal-enrich JSONL TEXT [LINE]: extracts conversation from JSONL transcript, calls Sonnet for link proposals and source location - apply-consolidation [--apply]: reads consolidation reports, sends to Sonnet for structured action extraction (links, categorizations, manual items) Shared infrastructure: call_sonnet now pub(crate), new parse_json_response helper for Sonnet output parsing with markdown fence stripping. |
||
|---|---|---|
| .. | ||
| bin | ||
| capnp_store.rs | ||
| digest.rs | ||
| graph.rs | ||
| main.rs | ||
| migrate.rs | ||
| neuro.rs | ||
| search.rs | ||
| similarity.rs | ||