mirror of
https://github.com/TronoSfera/Law.git
synced 2026-05-18 18:13:46 +03:00
461 B
461 B
Repository Operating Guide
- Make the smallest correct change and prefer minimal diffs.
- Read
.codex/PROJECT_CONTEXT.mdbefore expanding into new areas. - Preserve existing backend/frontend patterns and naming.
- Avoid whole-repo scans unless imports, failing tests, or uncertainty require it.
- Run the smallest useful validation first.
- Run tests inside containers when tests are needed.
- Do not change unrelated files or refactor opportunistically.