consciousness/src
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
..
agent logs: assert non-empty agent names, fix debug.log path 2026-04-15 01:52:31 -04:00
bin Convert store and CLI to anyhow::Result for cleaner error handling 2026-04-13 18:05:04 -04:00
cli Remove .md suffix stripping from key lookups 2026-04-15 02:08:35 -04:00
hippocampus Remove .md suffix stripping from key lookups 2026-04-15 02:08:35 -04:00
learn rust edition 2024 2026-04-05 06:20:16 -04:00
mind unconscious: event-driven loop via tokio::select! 2026-04-13 22:38:01 -04:00
subconscious Remove .md suffix stripping from key lookups 2026-04-15 02:08:35 -04:00
thalamus kill MIN_NUDGE_INTERVAL 2026-04-11 16:45:33 -04:00
user TUI: redirect stderr to log file and display in UI 2026-04-15 02:01:41 -04:00
config.rs store: protected nodes, explicit provenance in mutations 2026-04-15 01:40:18 -04:00
lib.rs logs: write debug.log to daemon/ subdir 2026-04-15 01:47:15 -04:00
locks.rs locks: add process-wide lock hold time tracking 2026-04-12 20:27:42 -04:00
main.rs cli: add 'node restore' command for undeleting nodes 2026-04-15 01:40:29 -04:00
mcp_server.rs memory.rs: clean up store access and tool dispatch 2026-04-13 14:27:38 -04:00
session.rs delete claude code integration 2026-04-09 19:58:07 -04:00
util.rs delete 20 dead public functions across 12 files 2026-04-02 16:21:01 -04:00