compass review reply 404s on conversation comments
Table of Contents
This page is a capture in the discarded bucket of the product backlog.
Resolved (deep backlog refinement, 2026-07-11): projects/ores.compass/src/compass_review.py _cmd_reply already routes by comment kind: it calls _comment_kind() and for kind=='issue' posts to repos/{owner}/{repo}/issues/{pr}/comments (issues endpoint), while kind=='review' uses pulls/…/replies — exactly the fix requested.
What
(One paragraph: the idea.)
Why
(Motivation, problem being solved, related context.)