document process assumptions
This commit is contained in:
parent
7736b88802
commit
2b489d4a44
1 changed files with 7 additions and 0 deletions
|
|
@ -20,6 +20,13 @@ guides (`backend-context.md`, `frontend-context.md`) extend these.
|
|||
batch multiple behaviors into one failing-test commit and one
|
||||
implementation commit when they can be reviewed separately.
|
||||
|
||||
## Runtime assumptions
|
||||
|
||||
- Assume every process defined in `process-compose.yml` is already running
|
||||
for local development and verification unless a command proves otherwise.
|
||||
Do not start duplicate PostgreSQL, backend, or frontend processes just to
|
||||
run checks.
|
||||
|
||||
## Code style
|
||||
|
||||
- Lines should not exceed 80 columns, but should use up to 80 columns when
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue