document process assumptions

This commit is contained in:
Yisroel Baum 2026-05-25 21:53:00 +03:00
parent 7736b88802
commit 2b489d4a44
Signed by: yisroelbaum
GPG key ID: 0FA60884F75520A9

View file

@ -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