[task-2472+1 긴급 STOP / surface repair 명령] ts: 2026-05-07T19:24:00Z authorized_by: chairman (jeon-jonghyuk) recipient: dev2-team (오딘) ## STOP 사유 commit 05d9ea17 [task-2472+1] CI regex fix: task-N+M suffix 호환 (.github/workflows/{guard,ci}.yml) - .github/workflows/** 수정 → task-2479의 P0 surface와 직접 overlap - task-2472+1 allowed_resources에 .github/workflows/** 미선언 - allowed_resources 위반 + P0 신규 surface 침범 - 회장 명시 룰상 P0 신규 침범 = ESCALATED 사유 ## 즉시 조치 (회장 명시 6단계) ### 1. workflow 변경 부분만 제거 - .github/workflows/guard.yml - .github/workflows/ci.yml 위 두 파일 변경을 task-2472+1 diff에서 제거한다. 방법: git revert 또는 commit 분리/cherry-pick — bot 판단에 맡김. ### 2. task-2472+1에는 본질 변경만 남긴다 - utils/state_repair.py - utils/g3_fail_classifier.py - scripts/taskctl.py reconcile 명령 - 관련 regression tests - state-recovery audit append 검증 - memory/reports/task-2472+1.md ### 3. workflow regex fix는 task-2472+1에 포함하지 않는다 별도 task로 분리. task-2479와 surface 충돌 정리 후 별도 발행 (회장 후속 결정 대기). ### 4. 제거 후 재검증 - task-2472+1 regression 16건 PASS - 기존 taskctl 관련 회귀 PASS - workflow 파일 diff 0 확인 (`git diff origin/main..HEAD .github/workflows/`) - allowed_resources 위반 0 확인 - P0 surface overlap 0 확인 ### 5. G3 false alert (SCQA 패턴 부족) - 이번에도 false alert로 보되, 자동 retry에 맡기지 말고 **보고서에 SCQA 섹션 명시 보강** - 단, 보고서 보강은 문서 정합성 보완일 뿐. workflow 변경을 되살리는 근거 X. ### 6. scripts/refresh_bot_token.py 사라짐 원인 진단 - task-2472+1 worktree에서 `git status` / `git log` / `git diff` 로 삭제 여부 확인 - 삭제가 본 task diff에 포함되어 있으면 즉시 복구 - 삭제가 base/main 또는 타 task 영향이면 별도 incident로 보고 - 이 파일 삭제/복구를 task-2472+1 본질 변경에 섞지 말고 **별도 원인 보고**로 분리 ## 최종 보고 필수 항목 (회장 명시) 1. workflow 변경 제거 방식 (revert vs cherry-pick vs branch reset) 2. 제거 후 남은 diff 목록 3. allowed_resources 재검증 결과 4. P0 overlap 재검증 결과 5. regression 결과 (16건 PASS 유지 검증) 6. G3 false alert 처리 결과 (SCQA 보강 evidence) 7. refresh_bot_token.py 존재 여부 및 원인 진단 ## 금지 - workflow 변경 정당화 시도 금지 - workflow 변경 본질 분리 없이 강행 금지 - admin override 금지 - self-correction 가장한 추가 surface 침범 금지 이 명령 처리 후 finish-task 재호출.