{
  "project_name": "{{projectName}}",
  "project_type": "web-app",
  "framework": "react",
  "language": "typescript",
  "created_at": "{{createdAt}}",
  "version": "0.0.1",
  "features": {
    "feature_ledger": {
      "enabled": true,
      "auto_track": true,
      "git_integration": true
    },
    "ai_persona": {
      "enabled": true,
      "default": "fullstack-developer",
      "available": [
        "fullstack-developer",
        "frontend-specialist",
        "ui-ux-designer",
        "performance-optimizer",
        "security-auditor"
      ]
    },
    "context_compression": {
      "enabled": true,
      "level": "balanced",
      "token_limit": 100000,
      "cache_enabled": true
    },
    "token_tracking": {
      "enabled": true,
      "alert_threshold": 80000,
      "history_days": 30
    }
  },
  "structure": {
    "src_dir": "src",
    "test_dir": "tests",
    "build_dir": "dist",
    "public_dir": "public"
  },
  "conventions": {
    "component_style": "functional",
    "state_management": "zustand",
    "styling": "tailwind",
    "testing": "jest",
    "linting": "eslint"
  },
  "scripts": {
    "pre_commit": "npm run lint && npm test",
    "post_feature": "npm run aiwf:feature update"
  }
}