{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://life-helper.local/schema/frame_pattern.schema.json", "title": "Frame Pattern (L0→L2/L3 변환표)", "description": "habit-todo-methodologies.md §언어 프레이밍 — 회피형 입력을 긍정 프레임으로 자동 변환 제안.", "type": "object", "required": ["id", "avoidance_keyword", "l0_example", "l2_suggestion"], "additionalProperties": false, "properties": { "id": { "type": "string" }, "domain": { "type": "string", "enum": ["food", "drink", "smoking", "screen", "porn", "sleep", "exercise", "general"] }, "avoidance_keyword": { "type": "string", "description": "감지할 회피형 키워드 (끊기/안/그만/줄이기/멈추기 등)" }, "l0_example": { "type": "string", "description": "원본 회피형 예시" }, "l1_simple_replace": { "type": "string", "description": "단순 대체 (임시)" }, "l2_suggestion": { "type": "string", "description": "조건부 긍정 (default 추천)" }, "l3_identity": { "type": "string", "description": "정체성 프레임 (6주 후 권장)" } } }