{
  "projectName": "Minimal Project",
  "projectType": "nextjs",
  "projectDescription": "Basic Next.js project with essential rules only",
  "rules": [
    {
      "id": "claude-essentials",
      "enabled": true,
      "variables": {
        "package.file": "package.json",
        "translation.function": "t",
        "lint.command": "npm run lint",
        "typecheck.command": "npm run type-check",
        "test.command": "npm test"
      }
    },
    {
      "id": "code-standards",
      "enabled": true
    }
  ],
  "globalVariables": {
    "project.name": "Minimal",
    "project.type": "nextjs"
  }
}