PII 표시 토큰 누출 보정

This commit is contained in:
Yun Chan 2026-08-09 21:04:29 +09:00
parent 61a41d1f08
commit 7cece90e33
19 changed files with 284 additions and 197 deletions

View file

@ -23,8 +23,8 @@ DEFAULT_LOCAL_DEVELOPMENT = REPO_ROOT / "docs" / "guides" / "local-development.m
DEFAULT_TODO = REPO_ROOT / "docs" / "TODO.md"
EXPECTED_STATUS_COUNTS = {
"done": 32,
"doing": 3,
"done": 33,
"doing": 2,
"planned": 0,
}
EXPECTED_OWNER_COLUMN_COUNTS = {