Summary
When the agent traces a root cause to a specific deployment or config change, use git blame / commit history to identify which commit and author introduced the change.
Why This Matters
Knowing WHO made the change helps route the incident to the right person for review. Combined with auto-PR generation, this enables targeted code review.
Acceptance Criteria
Dependencies
- Requires GitHub integration (repo access)
- Works best with image tagging convention (e.g., image tag = git SHA)
Summary
When the agent traces a root cause to a specific deployment or config change, use git blame / commit history to identify which commit and author introduced the change.
Why This Matters
Knowing WHO made the change helps route the incident to the right person for review. Combined with auto-PR generation, this enables targeted code review.
Acceptance Criteria
Dependencies