prepare_legacy_project_for_ai
prepare_legacy_project_for_aiTransform legacy SAPUI5 projects for AI-assisted development by structuring code, creating baselines, and indexing context to enable automated analysis and generation.
Instructions
Prepare a legacy/existing project for high-quality AI delivery by orchestrating ensure, intake, baseline, and context index steps.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sourceDir | No | ||
| autoApply | No | ||
| runEnsureProjectMcp | No | ||
| ensureAutoApply | No | ||
| includeVscodeMcp | No | ||
| allowOverwrite | No | ||
| askForMissingContext | No | ||
| refreshBaseline | No | ||
| refreshContextIndex | No | ||
| reason | No | ||
| maxDiffLines | No |
Output Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ran | Yes | ||
| ensure | Yes | ||
| intake | Yes | ||
| changed | Yes | ||
| autoApply | Yes | ||
| sourceDir | Yes | ||
| nextActions | Yes | ||
| artifactsAfter | Yes | ||
| artifactsBefore | Yes | ||
| readyForAutopilot | Yes |