{
  "projectName": "MyWebApp",
  "projectType": "react_web",
  "primaryLanguage": "en",
  "techStack": {
    "platform": "Web",
    "language": "TypeScript",
    "framework": "Next.js 14+ (App Router)",
    "styling": "TailwindCSS",
    "stateManagement": "Zustand",
    "database": "PostgreSQL + Prisma",
    "auth": "NextAuth.js",
    "deployment": "Vercel"
  },
  "projectStage": "planning",
  "codingStandards": {
    "language": "en",
    "namingConvention": "camelCase",
    "indentation": "spaces-2",
    "lineLength": 100
  },
  "communication": {
    "cavemanMode": {
      "enabled": false,
      "level": "full"
    }
  },
  "createdDate": "{{DATE}}",
  "lastUpdated": "{{DATE}}",
  "automation": {
    "autoQA": true,
    "maxSelfCorrectionLoops": 3,
    "telegram": {
      "enabled": true,
      "chatId": "",
      "topicId": "",
      "triggers": {
        "git_push": true,
        "task_complete": false,
        "deploy": true
      }
    },
    "trello": {
      "enabled": true,
      "autoSync": true,
      "triggers": {
        "task_complete": true,
        "milestone": true,
        "blocked": true
      }
    },
    "git": {
      "autoCommit": true,
      "autoPush": true
    },
    "obsidian": {
      "enabled": false,
      "path": "",
      "autoSync": false
    },
    "mcp": {
      "pixel-mcp": {
        "enabled": false
      }
    }
  },
  "modelPolicy": {
    "mode": "auto",
    "defaultTier": "STANDARD",
    "tierOverrides": {
      "*.plist|*.json|*.env": "LIGHT",
      "docs/*": "LIGHT"
    }
  }
}
