Good point on commit message quality.
We've addressed this partly by design, every event gets normalized into a standard schema: message, description, author, timestamp, files changed, PR state.
The AI reasons over structured data, not just raw commit messages. PR descriptions especially help. Most devs write oneline commits but actually explain context in the PR body. We capture that.
Still, teams with good commit hygiene get better output. No way around it.
[flagged]
Good point on commit message quality. We've addressed this partly by design, every event gets normalized into a standard schema: message, description, author, timestamp, files changed, PR state.
The AI reasons over structured data, not just raw commit messages. PR descriptions especially help. Most devs write oneline commits but actually explain context in the PR body. We capture that.
Still, teams with good commit hygiene get better output. No way around it.
Appreciate the thoughtful take.