{
  "integrations": [
    "ai",
    "database"
  ],
  "riskIncludes": [
    "AI/tool calls",
    "file upload / storage"
  ],
  "envNames": [
    "DATABASE_URL",
    "OLLAMA_BASE_URL",
    "VOICE_BASE_URL"
  ],
  "apiIncludes": [
    "src/app/api/chat/route.ts",
    "src/app/api/documents/route.ts"
  ],
  "candidateTitles": [
    "AI Agent / Tooling Buildprint",
    "Data Infrastructure Buildprint",
    "Web App Route/API Buildprint"
  ],
  "mustContain": [
    "AI/tool calls",
    "file upload / storage",
    "Which AI/tool-call actions are allowed to affect external systems, user data, or billing without human approval?",
    "What file types, size limits, storage provider, retention policy, and malware scanning requirements apply to uploads?"
  ],
  "mustNotContain": [
    "local-secret-do-not-leak"
  ]
}
