← Về thư mục
scripts/check_spec_consistency.py
- read · function · L15-L16 — def read(rel_path: str) -> str
- fail · function · L19-L20 — def fail(message: str) -> None
- expect_contains · function · L23-L26 — def expect_contains(rel_path: str, needle: str) -> None
- expect_absent · function · L29-L32 — def expect_absent(rel_path: str, needle: str) -> None
- extract_section · function · L35-L44 — def extract_section(text: str, start: str, end: str) -> str
- check_relative_markdown_links · function · L47-L58 — def check_relative_markdown_links(rel_path: str) -> None
- check_mode_registry · function · L61-L71 — def check_mode_registry() -> None
- check_claude_md · function · L74-L83 — def check_claude_md() -> None
- _parse_skill_version_block · function · L100-L124 — def _parse_skill_version_block(rel_path: str) -> tuple[str, str, str, str] | None
- check_skill_version_blocks · function · L127-L142 — def check_skill_version_blocks() -> None
- _latest_changelog_date · function · L145-L152 — def _latest_changelog_date() -> str | None
- check_suite_skill_date_sanity · function · L155-L184 — def check_suite_skill_date_sanity() -> None
- check_pipeline_docs · function · L187-L202 — def check_pipeline_docs() -> None
- _suite_version · function · L214-L217 — def _suite_version() -> str | None
- check_architecture_component_version · function · L220-L274 — def check_architecture_component_version() -> None
- check_readme_sections · function · L277-L351 — def check_readme_sections() -> None
- check_readme_ja_sections · function · L354-L416 — def check_readme_ja_sections() -> None
- check_readme_ko_sections · function · L419-L481 — def check_readme_ko_sections() -> None
- check_readme_zh_sections · function · L522-L595 — def check_readme_zh_sections() -> None
- check_setup_docs · function · L598-L610 — def check_setup_docs() -> None
- check_docx_contract · function · L613-L638 — def check_docx_contract() -> None
- check_reference_docs · function · L641-L664 — def check_reference_docs() -> None
- check_rebuttal_audit_guard · function · L667-L692 — def check_rebuttal_audit_guard() -> None
- main · function · L695-L718 — def main() -> int