fix(bridge): auto-approve crash — DOM observer Deny filter + bot reject-word guard + AGENT rule

This commit is contained in:
2026-03-15 18:49:58 +09:00
parent 6739f8f30c
commit 5e5f515db4
5 changed files with 35 additions and 5 deletions

View File

@@ -19,6 +19,7 @@ description: 모든 작업에 자동 적용되는 에이전트 행동 규칙.
7. NEVER truncate error messages — always show the full error output
8. NEVER say "구현 완료" or "동작 확인" without ACTUAL end-to-end test — import/문법 통과는 검증이 아님
9. NEVER confuse "코드가 논리적으로 맞음" with "실제로 동작함" — 실행 로그가 없으면 미검증
10. NEVER fix code by looking at only the immediate file — always trace the full data flow across ALL affected files (producer → consumer → side effects) before proposing a fix
## ALWAYS (필수)