docs: correct runtime baseline to containers and postgres

This commit is contained in:
bisco
2026-03-20 19:45:25 +01:00
parent 0330b98b8b
commit d2bb7c9d4d
2 changed files with 59 additions and 25 deletions

View File

@ -6,7 +6,7 @@ This document will become the central architecture overview for HoopScout v2. It
## Current Status
This is still a phase-1 architecture overview, but the repository now has its first accepted concrete technical decision in `docs/adr/0001-runtime-and-development-stack.md`. Later implementation work should follow that baseline unless a future ADR supersedes it.
This is still a phase-1 architecture overview, but the repository now has its first accepted concrete technical decision in `docs/adr/0001-runtime-and-development-stack.md`. Later implementation work should follow that corrected baseline unless a future ADR supersedes it.
## Decision-Driven Development
@ -23,6 +23,14 @@ 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
The current baseline assumes:
- Python 3
- Django
- PostgreSQL
- containerized local development by default
Future implementation work should assume the containerized workflow and PostgreSQL baseline rather than introducing non-containerized local setups or a different default database.
## Future Sections Placeholder
Future versions of this document may include sections such as: