docs: record containerized developer workflow
This commit is contained in:
@ -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:
|
||||
|
||||
Reference in New Issue
Block a user