{
  "id": "principles-disciple",
  "name": "Principles Disciple",
  "description": "Principles Disciple is an AI Agent Governance System. Stop correcting the same AI behavior across sessions. Turn repeated Agent corrections into Owner-approved, observable, reversible behavior principles.",
  "version": "2.0.2",
  "activation": {
    "onStartup": true,
    "onCapabilities": [
      "hook"
    ]
  },
  "skills": [
    "templates/langs/zh/skills"
  ],
  "configSchema": {
    "type": "object",
    "additionalProperties": false,
    "properties": {
      "language": {
        "type": "string",
        "enum": [
          "en",
          "zh"
        ],
        "default": "zh",
        "description": "系统提示词和交互语言 (默认推荐: zh)"
      },
      "auditLevel": {
        "type": "string",
        "enum": [
          "low",
          "medium",
          "high"
        ],
        "default": "medium",
        "description": "安全防爆级别：\n- low: 极客模式，几乎不拦截，AI 可以自由飞翔。\n- medium (推荐): 平衡模式，允许 AI 大胆尝试，但拦截毁灭性操作。\n- high: 严格模式，所有大范围修改都需要你明确授权。"
      },
      "riskPaths": {
        "type": "array",
        "items": {
          "type": "string"
        },
        "default": [],
        "description": "自定义高危目录（例如 .git/, prod_db/）。AI 试图修改这些目录前，将被强制拦截并要求出具安全计划。"
      }
    }
  }
}
