docs: record containerized developer workflow

This commit is contained in:
bisco
2026-03-20 19:56:10 +01:00
parent 3eb084cebc
commit 6e5c5f1258
2 changed files with 99 additions and 0 deletions

View File

@ -23,6 +23,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
- `ADR-0003`: containerized developer workflow baseline
The current baseline assumes:
- Python 3
@ -34,6 +35,8 @@ Future implementation work should assume the containerized workflow and PostgreS
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 runtime and scaffolding work should also follow the developer workflow defined in `docs/adr/0003-containerized-developer-workflow.md`, including app and PostgreSQL containers as the baseline local services and container-run development commands by default.
## Future Sections Placeholder
Future versions of this document may include sections such as: