Architecture¶
Strict onion:
domain/— pure stdlib value objects and total functionsapplication/— ports + runner orchestrationinfrastructure/—codexsubprocess, app-server, OpenAI REST surfacecli/— Typerbootstrap.py— only module that sees every layer
Contracts are enforced by import-linter. See ADRs in this section for
accepted decisions.