docs: align top-level guidance with phase 1 baseline
This commit is contained in:
@ -27,7 +27,7 @@ Each ADR should include at least:
|
||||
Minimal example:
|
||||
|
||||
```md
|
||||
# ADR-0001: Example Decision
|
||||
# 0001-example-decision
|
||||
|
||||
- Status: proposed
|
||||
- Date: YYYY-MM-DD
|
||||
@ -62,10 +62,16 @@ Use these status values:
|
||||
Name ADR files using a numeric prefix and a short slug:
|
||||
|
||||
```text
|
||||
ADR-0001-short-decision-name.md
|
||||
ADR-0002-another-decision.md
|
||||
0001-short-decision-name.md
|
||||
0002-another-decision.md
|
||||
```
|
||||
|
||||
The repository currently follows this convention:
|
||||
- `0001-runtime-and-development-stack.md`
|
||||
- `0002-initial-project-structure.md`
|
||||
- `0003-containerized-developer-workflow.md`
|
||||
- `0004-configuration-and-environment-strategy.md`
|
||||
|
||||
## Relationship to Implementation Tasks
|
||||
|
||||
Implementation tasks should follow documented ADRs when they depend on architecture decisions. If an implementation task exposes a new major technical decision, evaluate the options first, then record the accepted outcome in an ADR before implementation proceeds.
|
||||
|
||||
Reference in New Issue
Block a user