consciousness/src
Kent Overstreet b0e852a05f add unreachable_pub lint, fix all 17 violations
pub → pub(crate) for SseReader methods (used across child modules).
pub → pub(super) for openai::stream_events, tool definitions, store
helpers. pub → private for normalize_link and differentiate_hub_with_graph
(only used within their own files).

Co-Authored-By: Proof of Concept <poc@bcachefs.org>
2026-04-02 16:15:32 -04:00
..
agent add unreachable_pub lint, fix all 17 violations 2026-04-02 16:15:32 -04:00
bin simplify compaction: Agent owns config, compact() reloads everything 2026-04-02 16:08:41 -04:00
cli Rename Session -> HookSession 2026-04-02 00:42:25 -04:00
hippocampus add unreachable_pub lint, fix all 17 violations 2026-04-02 16:15:32 -04:00
learn move memory_search from hippocampus to subconscious/hook 2026-03-27 20:50:24 -04:00
subconscious unify memory tracking: entries are the single source of truth 2026-04-02 14:56:02 -04:00
thought WIP: trim_entries dedup, context_window rename, compact simplification 2026-04-02 15:58:03 -04:00
config.rs cleanup: remove model name string matching 2026-04-02 14:09:54 -04:00
lib.rs cleanup: remove dead migrate module, fix stale comment 2026-03-27 21:08:40 -04:00
main.rs mcp: add mcp-schema command for generic MCP bridge 2026-03-31 18:20:52 -04:00
session.rs Wire AgentCycleState through runner and TUI 2026-04-02 00:52:57 -04:00
tui.rs logs: consolidate all logging under ~/.consciousness/logs/ 2026-03-28 20:39:20 -04:00
util.rs flatten: move poc-memory contents to workspace root 2026-03-25 00:54:12 -04:00