after audit
This commit is contained in:
parent
e8e20637e6
commit
a5165dc3ba
80 changed files with 8489 additions and 7302 deletions
|
|
@ -77,7 +77,7 @@ Types: `feat`, `fix`, `docs`, `ci`, `refactor`, `test`, `chore`, `perf`.
|
|||
|
||||
## 7. Testing & Quality Gates
|
||||
|
||||
All commands run inside containers. Do not run bare `npm`, `pytest`, or `ruff` on the host.
|
||||
All **local development** commands run inside containers. Do not run bare `npm`, `pytest`, or `ruff` on the host. CI workflows (`.github/workflows/`) use bare runners with `uv` and `npm` directly — this is intentional since CI has no Docker-in-Docker dependency.
|
||||
|
||||
### Backend
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue