consciousness/poc-agent/src
Kent Overstreet 9d476841b8 cleanup: fix all build warnings, delete dead DMN context code
- Delete poc-daemon/src/context.rs dead code (git_context, work_state,
  irc_digest, recent_commits, uncommitted_files) — replaced by
  where-am-i.md and memory graph
- Remove unused imports (BufWriter, Context, similarity)
- Prefix unused variables (_store, _avg_cc, _episodic_ratio, _message)
- #[allow(dead_code)] on public API surface that's not yet wired
  (Message::assistant, ConversationLog::message_count/read_all,
  Config::context_message, ContextInfo fields)
- Fix to_capnp macro dead_code warning
- Rename _rewrite_store_DISABLED to snake_case

Only remaining warnings are in generated capnp code (can't fix).

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-20 14:20:34 -04:00
..
api cleanup: fix all build warnings, delete dead DMN context code 2026-03-20 14:20:34 -04:00
tools refactor: move working_stack tool to tools/working_stack.rs 2026-03-20 13:15:01 -04:00
agent.rs cleanup: fix all build warnings, delete dead DMN context code 2026-03-20 14:20:34 -04:00
cli.rs Move poc-agent into workspace, improve agent prompts 2026-03-18 22:45:01 -04:00
config.rs cleanup: fix all build warnings, delete dead DMN context code 2026-03-20 14:20:34 -04:00
dmn.rs Move poc-agent into workspace, improve agent prompts 2026-03-18 22:45:01 -04:00
journal.rs Move poc-agent into workspace, improve agent prompts 2026-03-18 22:45:01 -04:00
lib.rs Add lib target to poc-agent, make poc-memory depend on it 2026-03-18 22:56:48 -04:00
log.rs cleanup: fix all build warnings, delete dead DMN context code 2026-03-20 14:20:34 -04:00
main.rs tui: fix scroll by using Paragraph::line_count() 2026-03-20 12:16:35 -04:00
observe.rs Move poc-agent into workspace, improve agent prompts 2026-03-18 22:45:01 -04:00
tui.rs tui: fix scroll by using Paragraph::line_count() 2026-03-20 12:16:35 -04:00
types.rs cleanup: fix all build warnings, delete dead DMN context code 2026-03-20 14:20:34 -04:00
ui_channel.rs cleanup: fix all build warnings, delete dead DMN context code 2026-03-20 14:20:34 -04:00