{
  "title": "Model Zone",
  "description": "Module page section UI rules",
  "group": "module",
  "docsSource": "apps/akan/page/(docs)/conventions/module/zone.tsx",
  "codegenPriority": 3,
  "deprecated": false,
  "scans": [
    {
      "type": "docs",
      "description": "Current docs source for Model Zone",
      "path": "apps/akan/page/(docs)/conventions/module/zone.tsx"
    },
    {
      "type": "example",
      "description": "Existing Akan implementation examples",
      "path": "{apps,libs}/*/lib/**/*.ts",
      "sample": 4
    }
  ],
  "update": {
    "filePath": "./modelZone.instruction.md",
    "contents": ["purpose", "file ownership", "current API patterns", "codegen rules", "validation checklist"],
    "rules": [
      "Use current Akan APIs only",
      "Keep output parseable for codegen",
      "Include ownership boundaries and review checklist"
    ]
  },
  "page": "apps/akan/page/(docs)/conventions/module/zone.tsx"
}
