consciousness/src/cli
Kent Overstreet fba8fcc587 Fix UTF-8 slicing panics: use floor_char_boundary for all truncation
Byte-position truncation (&s[..s.len().min(N)]) panics when position
N lands inside a multi-byte character. Fixed in parser debug logging,
API error messages, oneshot response logging, and CLI agent display.

Also fixed tool dispatch permissions (removed global fallback).

Co-Authored-By: Proof of Concept <poc@bcachefs.org>
2026-04-08 19:35:01 -04:00
..
admin.rs move Claude Code-specific code from thalamus/ to claude/ 2026-04-03 19:26:24 -04:00
agent.rs Fix UTF-8 slicing panics: use floor_char_boundary for all truncation 2026-04-08 19:35:01 -04:00
graph.rs deps: remove faer (224 transitive crates) 2026-04-05 06:39:47 -04:00
journal.rs journal: remove all stringly-typed key patterns, use NodeType 2026-03-26 19:11:17 -04:00
misc.rs delete dead code: channel-test, mcp-schema, cmd_mcp_schema 2026-04-03 20:52:40 -04:00
mod.rs flatten: move poc-memory contents to workspace root 2026-03-25 00:54:12 -04:00
node.rs move data home from ~/.claude/memory to ~/.consciousness 2026-03-27 21:07:17 -04:00