{
  "$schema": "./agents-governance.schema.json",
  "schemaVersion": 1,
  "_comment": "Light-contract agent governance. orphan-detection 断言:每个 bundled agent 要么被 skills/templates/CLI source 引用(引用即事实源),要么显式登记在 standalone_agents 里。standalone_agents 用于不被任何 workflow 自动调度、但作为面向下游用户的 manual-only 能力包保留的 agent。新增 agent 时,若无 workflow 调度又未登记,orphan-detection 测试会失败,迫使做出显式治理决定而非让孤儿静默泄漏到 runtime。",
  "standalone_agents": [
    {
      "agent_name": "spec-ankane-readme-writer",
      "rationale": "Ruby gem README 写手,面向下游 Ruby 项目用户的 manual-only 能力;对 spec-first(Node CLI)自身无自动调度路径。处置决定(移除 vs 正式入口)待定,暂登记以关闭孤儿泄漏口子。",
      "status": "pending-disposition"
    },
    {
      "agent_name": "spec-design-implementation-reviewer",
      "rationale": "Figma 与实现的视觉保真度审查,面向下游前端用户的 manual-only 能力;与已接线的 spec-figma-design-sync 职责相邻。处置决定(合并 vs 保留 vs 移除)待定,暂登记以关闭孤儿泄漏口子。",
      "status": "pending-disposition"
    }
  ]
}
