refactor: implement unidirectional data flow with dispatcher pattern

Co-authored-by: aider (deepseek/deepseek-coder) <aider@aider.chat>
This commit is contained in:
Loic Coenen
2026-05-02 14:27:56 +00:00
parent 2face8fe3d
commit d6ca5a0079
7 changed files with 684 additions and 1259 deletions

View File

@@ -0,0 +1 @@
// reducer.c is no longer needed; all state management is in dispatcher.c