Skip to content

Commit a7c23f3

Browse files
committed
feat(mcp): add issue replay prompts
1 parent 0d11497 commit a7c23f3

3 files changed

Lines changed: 439 additions & 9 deletions

File tree

TODO.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ This roadmap is derived from deep research into Greptile's public docs, blog, MC
5151
21. [ ] Build a first-class `fix until clean` loop that can run review, apply fixes, rerun review, and stop on convergence.
5252
22. [ ] Reuse the existing DAG runtime to model iterative review/fix loops as resumable workflow nodes.
5353
23. [x] Add a max-iteration policy and loop budget controls for autonomous review convergence.
54-
24. [ ] Add "issue replay" prompts that hand unresolved findings back to a coding agent with file-local context.
54+
24. [x] Add "issue replay" prompts that hand unresolved findings back to a coding agent with file-local context.
5555
25. [x] Add a handoff contract from reviewer findings to fix agents with rule IDs, evidence, and suggested diffs.
5656
26. [ ] Persist loop-level telemetry: iterations, fixes attempted, findings cleared, findings reopened.
5757
27. [x] Add "challenge the finding" verification loops where a validator tries to falsify a suspected issue before keeping it.

0 commit comments

Comments
 (0)