← Về thư mục
scripts/check_version_consistency.py
- _parse_iso_date · function · L130-L138 — def _parse_iso_date(raw: str) -> date | None
- _version_tuple · function · L141-L143 — def _version_tuple(token: str) -> tuple[int, ...]
- _version_le · function · L146-L150 — def _version_le(a: str, b: str) -> bool
- _is_strict_semver · function · L153-L154 — def _is_strict_semver(token: str) -> bool
- _parse_table_versions · function · L157-L175 — def _parse_table_versions( claude_md_text: str, ) -> tuple[dict[str, str], list[tuple[str, str]]]
- _parse_suite_version · function · L178-L190 — def _parse_suite_version(claude_md_text: str) -> tuple[str | None, str | None]
- _parse_changelog_latest · function · L193-L222 — def _parse_changelog_latest( changelog_text: str, ) -> tuple[str | None, str | None, str | None, str]
- _next_entry_offset · function · L225-L245 — def _next_entry_offset(text: str, start: int) -> int
- check · function · L248-L398 — def check(root: Path, tag: str | None = None) -> list[str]
- _check_plugin_manifests · function · L401-L451 — def _check_plugin_manifests(root: Path, suite_version: str) -> list[str]
- _check_readme_badge · function · L454-L476 — def _check_readme_badge(root: Path, suite_version: str) -> list[str]
- _check_docs_versions · function · L479-L504 — def _check_docs_versions(root: Path, suite_version: str) -> list[str]
- _version_bearing_headings · function · L507-L521 — def _version_bearing_headings(text: str) -> Counter
- _check_zhtw_heading_parity · function · L524-L556 — def _check_zhtw_heading_parity(root: Path) -> list[str]
- _check_last_updated_freshness · function · L559-L598 — def _check_last_updated_freshness( claude_md: Path, claude_text: str, changelog: Path, latest_date: str | None, ) -> list[str]
- _check_key_additions · function · L601-L623 — def _check_key_additions( claude_md: Path, claude_text: str, suite_version: str ) -> list[str]
- _check_agent_count_claim · function · L626-L663 — def _check_agent_count_claim(root: Path) -> list[str]
- main · function · L666-L687 — def main() -> int