Conversation
67047b3 to
f11f0e7
Compare
f11f0e7 to
1d98a34
Compare
|
@codex review! |
There was a problem hiding this comment.
Codex Review: Here are some suggestions.
pitaya/src/orchestration/strategies/doc_review.py
Lines 70 to 75 in 1d98a34
[P1] Preserve user prompt in reviewer prompts
The strategy still accepts a prompt argument but never uses it when building reviewer or validator prompts, whereas the previous version injected the original request into _build_reviewer_prompt. As a result the caller’s instructions (e.g. pitaya "Review docs for X" --strategy doc-review …) are silently ignored and the agents always receive the built‑in generic prompt. This removes the operator’s ability to scope or customize the review and can lead to incorrect or incomplete reports. Consider threading the user prompt back into the reviewer prompt or otherwise documenting that the argument is unused.
Reply with @codex fix comments to fix any unresolved comments.
About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you open a pull request for review, mark a draft as ready, or comment "@codex review". If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex fix this CI failure" or "@codex address that feedback".
closes #28