analyze_current_change
Identify files likely affected by uncommitted git changes, with tiered confidence and plain-English reasons, to guide follow-up edits.
Instructions
Analyze the repo's current uncommitted git diff and report files that
might also need attention, tiered by confidence (HIGH / MEDIUM / REVIEW
SUGGESTED) with a plain-English reason for each. against compares to a
specific ref instead of HEAD (e.g. "HEAD~1").
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| since | No | ||
| against | No | ||
| repo_path | Yes |