Generate a Signal Forms migration report
get_migration_reportGenerates a markdown migration report from Angular .ts and .html files, listing complexity, recommended file order, form constructs, and version-sensitive warnings to guide Signal Forms migration.
Instructions
Scans .ts and .html files (or a directory) and returns a MARKDOWN REPORT combining findings, complexity, a suggested file order, the constructs present with their recipe names, and a warning for any version-sensitive recipe involved. Returns the report as a string — it does NOT write a file; you decide whether to save it. Read-only: this tool never modifies your files.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Absolute path to a .ts file or a directory to scan recursively. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| markdown | Yes |