Codebase Migrate Coordinate framework upgrades, API renames, config rewrites, and structural refactors across hundreds of files. Local edits are driven by the agent; the Composio CLI handles the surrounding ceremony: tracking issues, per-batch PRs, and CI verification. When to Use - Framework upgrade (React 17 → 19, Node 18 → 22, Django 4 → 5). - API rename across a monorepo (e.g., → ). - Config/format migration (webpack → vite, eslint → biome, jest → vitest). - Any "change 200 files the same way" task that needs to ship in reviewable slices. Prereqs Local tools the agent will use directly: ,…