refactor: separate semantic architecture baselines

This commit is contained in:
jxxghp
2026-08-21 19:28:31 +08:00
parent 7bc3ea831f
commit 37c442b042
6 changed files with 872 additions and 630 deletions
+1
View File
@@ -322,6 +322,7 @@ def parse_args(argv: Optional[list[str]] = None) -> argparse.Namespace:
def _display_path(path: Path) -> Path:
"""优先返回仓库相对路径,便于 CLI 输出稳定可读。"""
try:
return path.relative_to(PROJECT_ROOT)
except ValueError: