From c60e2abd34a531aa854cf63a0265a369ba5fe225 Mon Sep 17 00:00:00 2001 From: Andrew Yim Date: Sun, 29 Mar 2026 07:34:04 +0900 Subject: [PATCH] fix(jamie-journal): broaden individual_variation_pattern and tune StructureValidator regex --- .../46-jamie-journal-editor/code/scripts/journal_validator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom-skills/46-jamie-journal-editor/code/scripts/journal_validator.py b/custom-skills/46-jamie-journal-editor/code/scripts/journal_validator.py index bbeae2f..f6d218e 100644 --- a/custom-skills/46-jamie-journal-editor/code/scripts/journal_validator.py +++ b/custom-skills/46-jamie-journal-editor/code/scripts/journal_validator.py @@ -288,7 +288,7 @@ class ComplianceChecker: suggestion='"부작용(출혈, 감염, 염증 등)이 있을 수 있습니다" 형태의 안내를 추가하세요.', )) - individual_variation_pattern = re.compile(r'개인.{0,5}(?:차이|다를 수|다릅니다)') + individual_variation_pattern = re.compile(r'개인(?:에 따라|마다|별|차이|.{0,30}다를 수|.{0,30}다릅니다)') if not individual_variation_pattern.search(content): total_lines = len(lines) issues.append(ValidationIssue(