consciousness/src/cli
Kent Overstreet e8462af505 Remove .md suffix stripping from key lookups
The strip_md_suffix function was removed but its usages remained,
causing lookups like `identity.md` to fail (stripped to `identity`
which didn't exist). Now keys are used as-is.

Renamed 4 nodes that had .md suffixes to canonical form:
- identity.md → identity
- promotion-work-queue.md-* → promotion-work-queue-*
- patterns.md#* → patterns-*
- practices.md#* → practices-*

Co-Authored-By: Proof of Concept <poc@bcachefs.org>
2026-04-15 02:08:35 -04:00
..
admin.rs store: protected nodes, explicit provenance in mutations 2026-04-15 01:40:18 -04:00
agent.rs store: remove visit tracking infrastructure 2026-04-13 18:57:12 -04:00
graph.rs store: internal locking, remove Arc<Mutex<Store>> wrapper 2026-04-13 21:49:54 -04:00
journal.rs Convert store and CLI to anyhow::Result for cleaner error handling 2026-04-13 18:05:04 -04:00
mod.rs kill cli/misc.rs 2026-04-12 23:03:00 -04:00
node.rs Remove .md suffix stripping from key lookups 2026-04-15 02:08:35 -04:00