read_target_docs
Read documentation files from the target project to guide migration. Lists all available docs or returns a specific file's content.
Instructions
Read documentation files from the target project. Without a path, lists all available doc files. With a path, returns that file's content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Relative path to a specific doc file. If omitted, lists all available documentation files. | |
| targetPath | Yes | Path to the target project root directory |