Future follow-up from approved review on PR #69.
Reviewer: Claude
Follow-up:
- Coder follow-up prompts lack re-injected issue context.
build_followup_prompt and build_same_pr_followup_prompt in orchestrator.py do not receive or include issue_context. Agents with active sessions will retain the context from round 1, but stateless or resumed sessions will lose it. Adding an issue_context parameter to those builders (and threading it through run_pr_loop) would make the design complete and consistent.
This was mentioned in an approved review as future work and did not block merge readiness.
Future follow-up from approved review on PR #69.
Reviewer: Claude
Follow-up:
build_followup_promptandbuild_same_pr_followup_promptinorchestrator.pydo not receive or includeissue_context. Agents with active sessions will retain the context from round 1, but stateless or resumed sessions will lose it. Adding anissue_contextparameter to those builders (and threading it throughrun_pr_loop) would make the design complete and consistent.This was mentioned in an approved review as future work and did not block merge readiness.