← Về thư mục
scripts/check_v3_6_6_ab_manifest.py
- _load_manifest · function · L52-L71 — def _load_manifest(manifest_path: Path) -> dict | None
- _check_schema_shape · function · L74-L259 — def _check_schema_shape(manifest: dict) -> list[str]
- _collect_declared_paths · function · L262-L295 — def _collect_declared_paths(manifest: dict) -> set[str]
- _check_path_existence · function · L298-L309 — def _check_path_existence(manifest: dict, fixture_root: Path) -> list[str]
- _check_reverse_scan · function · L312-L328 — def _check_reverse_scan(manifest: dict, fixture_root: Path) -> list[str]
- main · function · L331-L360 — def main() -> int