{
  "version": "0.0.127",
  "updated_at": "2026-06-13",
  "description": "AIWK module registry. v127 standard modules only; site-specific code lives under AIWK_COMMON/domains/{HTTP_HOST}/{path...}/index.js.",
  "modules": [
    {
      "id": "core.pc.local_bridge",
      "type": "core",
      "category1": "공통 기본 모듈",
      "category2": "PC 정체성",
      "name": "PC Identity Bridge",
      "entry": "AIWK_COMMON/modules/core/local_pc_bridge.js",
      "target": [
        "top",
        "iframe"
      ],
      "enabled": false,
      "description": "EXT4가 ws://127.0.0.1:8768 AIWK_PC Local Identity Service에서 device/profile/tab identity를 읽어 client_id 혼동을 방지합니다. PC 제어/사이트별 자동화/selector 기능은 담당하지 않습니다."
    },
    {
      "id": "core.selector.tool",
      "type": "core",
      "category1": "공통 기본 모듈",
      "category2": "셀렉터",
      "name": "Selector Tool",
      "entry": "AIWK_COMMON/modules/core/selector_tool.js",
      "target": [
        "top",
        "iframe"
      ],
      "enabled": false,
      "description": "현재 frame/window에서 selector 찾기, 입력, 클릭, 텍스트/HTML 읽기를 수행하는 공용 선택자 도구입니다. 도메인에서 체크한 경우에만 표시/실행됩니다."
    },
    {
      "id": "core.iframe.chat_agent",
      "type": "core",
      "category1": "공통 기본 모듈",
      "category2": "iframe",
      "name": "iframe chat/stream/settings",
      "entry": "AIWK_COMMON/modules/core/iframe_chat_agent.js",
      "target": [
        "iframe"
      ],
      "enabled": true,
      "description": "iframe 내부 채팅 링크 설정과 테스트 입력/수집을 담당하는 범용 기본 모듈입니다. 사이트별 selector/preset은 domains/{HTTP_HOST}/{path}/index.js에서 전달합니다."
    }
  ]
}
