feat: add client tests, status FIFO, and evaluation docs

This commit is contained in:
Loic Coenen
2026-05-14 14:12:50 +00:00
committed by Loic Coenen (aider)
parent 998406616a
commit 791744beeb
14 changed files with 333 additions and 83 deletions

View File

@@ -4,5 +4,6 @@
void tui_init(void);
void tui_run(void);
void tui_cleanup(void);
int send_command(const char *cmd);
#endif