← Về thư mục
scripts/check_sprint_contract.py
- load_schema · function · L23-L24 — def load_schema() -> dict
- validate · function · L27-L34 — def validate(contract: dict) -> list[str]
- check_structural_invariants · function · L37-L66 — def check_structural_invariants(contract: dict) -> list[str]
- _parse_version · function · L77-L83 — def _parse_version(v: str | None) -> tuple[int, int, int] | None
- warn_suspicious · function · L86-L250 — def warn_suspicious(contract: dict, ars_current_version: str | None) -> list[str]
- main · function · L253-L291 — def main() -> int