governance: enforce runtime verification coverage gates (#301)

This commit is contained in:
agentson
2026-02-27 22:13:11 +09:00
parent 7efc254ab5
commit dbf57b5068
10 changed files with 295 additions and 0 deletions

View File

@@ -21,6 +21,12 @@ jobs:
- name: Install dependencies
run: pip install ".[dev]"
- name: Validate governance assets
run: python3 scripts/validate_governance_assets.py
- name: Validate Ouroboros docs
run: python3 scripts/validate_ouroboros_docs.py
- name: Lint
run: ruff check src/ tests/