refactor: restore architecture governance gates

This commit is contained in:
jxxghp
2026-08-23 20:17:28 +08:00
parent 1d2984b95f
commit 9f3be0ea4b
13 changed files with 1146 additions and 565 deletions
+5
View File
@@ -59,6 +59,11 @@ jobs:
- name: Check async blocking ratchet
run: uv run --locked --no-sync python scripts/architecture/async_blocking.py
- name: Check startup performance contract
run: >-
uv run --locked --no-sync python
scripts/startup/performance.py --check --repeat 3
pytest:
runs-on: ubuntu-latest
name: Unit Tests (${{ matrix.shard }})