analyze_v1_project
Analyze a ClearSkies v1 project to produce a migration report, listing models, handlers, errors, warnings, and complexity assessment.
Instructions
Analyze a ClearSkies v1 project and generate migration report.
Args:
project_path: Path to the v1 project directory
Returns:
Dictionary containing:
- models: List of discovered models
- handlers: List of discovered handlers
- errors: List of parsing errors
- warnings: List of migration warnings
- complexity: Migration complexity assessment
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||