{
  "project": {
    "name": "[Nombre del Proyecto]",
    "version": "1.0.0",
    "stack": {
      "backend": "[Framework/Lenguaje]",
      "frontend_web": "[Stack Web]",
      "frontend_mobile": "[Stack Móvil]",
      "database": "[Motor BD]"
    },
    "standards": {
      "identifiers": "[ID/UUID]",
      "soft_deletes": false,
      "auth_method": "[Sanctum/JWT/Session]",
      "performance_budgets": {
        "max_query_count": 1,
        "api_response_time_ms": 150,
        "server_side_threshold": 1000
      }
    },
    "code_generation": {
      "engine": "laravel-shift/blueprint",
      "source_file": "draft.yaml",
      "build_command": "php artisan blueprint:build",
      "erase_command": "php artisan blueprint:erase",
      "policy": "ALL_MIGRATIONS_VIA_BLUEPRINT",
      "manual_exception_marker": "// EXCEPCIÓN BLUEPRINT:"
    },
    "paths": {
      "models": "[Ruta, ej. app/Models/]",
      "controllers": "[Ruta, ej. app/Http/Controllers/]",
      "services": "[Ruta, ej. app/Services/]",
      "views": "[Ruta, ej. resources/views/]",
      "js_pages": "[Ruta, ej. resources/js/Pages/]",
      "blueprint": "draft.yaml"
    }
  }
}
