consciousness/poc-memory/src/cli
Kent Overstreet 601a072cfd render: deduplicate footer links against inline references
Render now detects neighbor keys that already appear in the node's
content and omits them from the footer link list. Inline references
serve as the node's own navigation structure; the footer catches
only neighbors not mentioned in prose.

Also fixes PEG query parser to accept hyphens in field names
(content-len was rejected).

memory-instructions-core updated to v12: documents canonical inline
link format (→ `key`), adds note about normalizing references when
updating nodes, and guidance on splitting oversized nodes.

Content is never modified for display — render is round-trippable.
Agents can read rendered output and write it back without artifacts.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-20 13:37:29 -04:00
..
admin.rs Clean up unused imports, dead code, and compiler warnings 2026-03-17 00:47:52 -04:00
agent.rs Upgrade workspace to edition 2024, add --local flag to agent run 2026-03-18 22:44:36 -04:00
graph.rs graph: community isolation scoring + sort:isolation query 2026-03-20 12:55:14 -04:00
journal.rs Clean up unused imports, dead code, and compiler warnings 2026-03-17 00:47:52 -04:00
misc.rs config: hot-reload via RPC, Arc<Config> for cheap sharing 2026-03-19 13:41:13 -04:00
mod.rs poc-memory: POC_MEMORY_DRY_RUN=1 for agent testing 2026-03-16 18:09:56 -04:00
node.rs render: deduplicate footer links against inline references 2026-03-20 13:37:29 -04:00