{
  "projectName": "MyAndroidApp",
  "projectType": "android",
  "packageName": "com.company.myandroidapp",
  "primaryLanguage": "en",
  "techStack": {
    "platform": "Android",
    "language": "Kotlin",
    "minSdk": "24",
    "targetSdk": "34",
    "framework": "Jetpack Compose",
    "architecture": "MVVM + Clean Architecture",
    "dependencyInjection": "Hilt",
    "networking": "Retrofit + Coroutines",
    "storage": "Room",
    "testing": "JUnit + Espresso",
    "buildSystem": "Gradle (KTS)"
  },
  "projectStage": "planning",
  "codingStandards": {
    "language": "en",
    "namingConvention": "camelCase",
    "indentation": "spaces-4",
    "lineLength": 120
  },
  "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"
    }
  }
}
