get_issues_by_category
Retrieve technical debt issues filtered by category for a given project directory. Supports categories like dependency, code-quality, architecture, etc.
Instructions
Get all issues of a specific category.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Absolute path to the project root directory | |
| category | Yes | Category to filter by |