Skip to content

Commit 4662fb2

Browse files
committed
feat: add feedback analytics API endpoints
1 parent bc55440 commit 4662fb2

3 files changed

Lines changed: 419 additions & 1 deletion

File tree

TODO.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ This roadmap is derived from deep research into Greptile's public docs, blog, MC
115115

116116
71. [x] Expose unresolved/resolved comment search through the HTTP API.
117117
72. [x] Expose PR readiness through the HTTP API for CI and agent integrations.
118-
73. [ ] Add API endpoints to fetch learned rules, attention gaps, and top rejected patterns.
118+
73. [x] Add API endpoints to fetch learned rules, attention gaps, and top rejected patterns.
119119
74. [x] Add machine-friendly APIs to fetch findings grouped by severity, file, and lifecycle state.
120120
75. [ ] Add a "trigger re-review" API that reuses existing PR metadata and loop policy.
121121
76. [x] Add APIs for comment resolution and lifecycle updates, not just thumbs.
@@ -171,4 +171,5 @@ This roadmap is derived from deep research into Greptile's public docs, blog, MC
171171
- [x] Close TODO drift for existing comment lifecycle update APIs now that read and write surfaces are both shipped.
172172
- [x] Make PR readiness explicitly call out incremental review coverage when newer commits were not part of the latest pass.
173173
- [x] Add grouped PR findings API responses for severity, file, and lifecycle automation workflows.
174+
- [x] Add learned-rules, attention-gap, and rejected-pattern analytics API endpoints for automation consumers.
174175
- [ ] Commit and push each validated checkpoint before moving to the next epic.

0 commit comments

Comments
 (0)