docs: record initial project structure decision

This commit is contained in:
bisco
2026-03-20 19:53:25 +01:00
parent 6e4539d06f
commit 6101790adb
2 changed files with 104 additions and 0 deletions

View File

@ -22,6 +22,7 @@ This document should stay aligned with the ADR set in `docs/adr/`. ADRs capture
The current baseline decision is:
- `ADR-0001`: runtime and development stack baseline
- `ADR-0002`: initial project structure baseline
The current baseline assumes:
- Python 3
@ -31,6 +32,8 @@ The current baseline assumes:
Future implementation work should assume the containerized workflow and PostgreSQL baseline rather than introducing non-containerized local setups or a different default database.
Future scaffolding and implementation work should also follow the initial repository structure defined in `docs/adr/0002-initial-project-structure.md` unless a later ADR supersedes it.
## Future Sections Placeholder
Future versions of this document may include sections such as: