← Về thư mục
scripts/check_firm_rules_sync.py
- _norm · function · L104-L106 — def _norm(text: str) -> str
- parse_canonical_blocks · function · L109-L114 — def parse_canonical_blocks(firm_rules_text: str) -> dict[str, str]
- _canonical_to_regex · function · L127-L136 — def _canonical_to_regex(canonical_clause: str) -> re.Pattern[str]
- check_claim_manifest_sync · function · L139-L166 — def check_claim_manifest_sync( cim_patterns: dict[str, re.Pattern[str]], prompt_texts: dict[str, str], violations: list[str], ) -> None
- check_collision_guard · function · L169-L222 — def check_collision_guard( root: Path, prompt_texts: dict[str, str], contamination_texts: dict[str, str], violations: list[str], ) -> None
- check_contradiction_guard · function · L255-L277 — def check_contradiction_guard( contamination_texts: dict[str, str], violations: list[str] ) -> None
- _extract_section · function · L284-L322 — def _extract_section(text: str, header: str) -> str | None
- main · function · L325-L371 — def main() -> int