$ python3 scripts/audit-records.py nonexistent-project
nonexistent-project — 기록 0건 · 원문 0 · 메타 0 · 렌더 0
  문제 없음
합계 0건
exit=0

$ python3 scripts/verify-tech-log-tree.py nonexistent-project
[nonexistent-project] records=0
  ! warn    1  분해 계약 없음
        · nonexistent-project: tech-log-tree.json 이 없다. 디렉터리가 정본 노릇을 하고 있다
TECH LOG TREE: PASS — 프로젝트 1 · error 0 · warn 1
exit=0

$ python3 scripts/check-figure-text.py nonexistent-project
FIGURE TEXT: PASS — 그림 0장 · 문장 0건
exit=0

$ python3 scripts/check-figure-overlap.py nonexistent-project
볼 그림이 없다
exit=0

$ python3 scripts/verify-project-layout.py nonexistent-project
PROJECT LAYOUT: FAIL — 프로젝트 1 · error 1 · warn 0
  [nonexistent-project] —
    ✗ error    1  final/document.md 가 없다
          · nonexistent-project
exit=1

$ node .agents/skills/writing-tech-log-records/scripts/check_evidence.mjs nonexistent-project --repo
nonexistent-project: tech-log-tree.json 이 없다
exit=2

