get_repo_documentation
Retrieve and analyze documentation files—READMEs, API docs, design docs—from a previously cloned repository to understand project context.
Instructions
Retrieve and analyze documentation files from a repository, including README files, API docs, design documents, and other documentation. Repository must be previously cloned via clone_repo.
PARAMETER:
repo_path: Repository identifier (GitHub URL, Azure DevOps URL, or local path) Examples: 'https://github.com/user/repo', 'https://dev.azure.com/org/project/_git/repo', '/home/user/project'
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo_path | Yes |