check_artefacts
Identifies documentation artifacts requiring updates after code changes, prioritizing by impact or recency using git diff.
Instructions
Analyzes which documentation artifacts need updates based on recent codebase changes. Uses git diff to prioritize doc updates.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dirPath | Yes | The absolute path to the local project. | |
| sinceCommit | No | Optional. Check changes since this commit (default: last commit). | |
| priorityMode | No | Optional. 'impact' or 'recency' (default: 'impact'). |