docs: define architecture principles for phase 1
This commit is contained in:
@ -12,6 +12,10 @@ This is a phase-1 placeholder. The architecture is not yet fully defined, and im
|
||||
|
||||
Architecture in this repository should be decision-driven. Major technical choices should be documented before implementation begins, and implementation should follow documented decisions rather than informal local reasoning.
|
||||
|
||||
## Relationship to Architecture Principles
|
||||
|
||||
This document should stay consistent with `docs/ARCHITECTURE_PRINCIPLES.md`. Future architecture sections should reflect the guiding principles and constraints defined there before they commit the repository to more concrete technical choices.
|
||||
|
||||
## Relationship to ADRs
|
||||
|
||||
This document should stay aligned with the ADR set in `docs/adr/`. ADRs capture specific decisions and their rationale. This overview should summarize the accepted decisions at a higher level, not replace the ADR record.
|
||||
|
||||
Reference in New Issue
Block a user