Architectural Decision Records¶
This directory contains architectural decision records (ADRs) documenting significant design choices made during the project lifecycle. Each ADR captures the context, decision, alternatives considered, and consequences.
Active Decisions¶
Separates concerns across dispatcher, reporter, compositor, and printer layers with protocol-based interfaces.
Configuration inheritance follows Python package hierarchy for library-friendly isolation and application control.
Superseded Decisions¶
None yet.