Migrate codebase to TypeScript
typescript-migrationworkflowsetup L3★1
DieGopherLT/dotclaudefiles ↗What it does
Autonomous TypeScript migration pipeline: audit project, install tooling and rename files, extract shared types, type chunks in parallel, consolidate
Best for
Coordinating large-scale code migrations with staged validation.
Outputs
- · schema-validated results
Requires
- · Git/worktree
Preconditions
Workflow runtime, args with required parameters
Failure modes
- · Phase timeout or agent failure
- · Schema validation failure
- · Missing required args
Trust signals
- · JSON schema validation enforced
- · Comprehensive implementation (>6K LOC)
- · Error handling and abort paths defined