feat(#2569): serve the in-agent todo socket from the harness

This commit is contained in:
damocles 2026-07-20 22:42:41 +02:00
commit 713d7f424c
4 changed files with 171 additions and 0 deletions

View file

@ -23,6 +23,7 @@ mod prompt;
mod serve_common;
mod stats;
mod stream_enrich;
mod todo_server;
mod todos;
mod turn;
mod turn_stats;