02-구조
02 — 구조: settings.json 훅 슬롯
섹션 제목: “02 — 구조: settings.json 훅 슬롯”{ "hooks": { "UserPromptSubmit": [ { "command": "omc-magic-keyword-detect" } ], "PreToolUse": [ { "matcher": "Write", "command": "omc-frontmatter-check" } ], "PostToolUse": [ { "matcher": "Edit|Write", "command": "omc-notepad-append" } ], "Stop": [ { "command": "omc-state-flush" } ] }}UserPromptSubmit— 매직 키워드 감지PreToolUse— 게이트 검사 (frontmatter, 권한)PostToolUse— state 갱신Stop— 세션 종료 시 cleanup