Core boundary rules:
src/main.rsstarts the app and delegates toapp::run().src/app/runtime/**handles event handling and side-effect orchestration.src/app/render/**handles drawing and UI composition only.src/app/state/**stores state containers and state helpers.src/app/orchestrator/**owns spec/orchestration control and related formatting.