Prompt file imported from alexanderdfree/Fantasy_Football_ML_AWS (
.codex/prompts/solve-issues.md). Copyright stays with the author.
Run the repo's Codex solve-issues wrapper.
The authoritative instructions are version-controlled at agent-workflows/solve-issues/instructions.md. That file, not this wrapper, defines issue parsing, Mode A/B, FIX/LEAVE categories, regress-risk handling, tier bundling, approval gates, and close/merge rules.
Codex runtime values:
WORKFLOW_PROVIDER=CodexWORKFLOW_ENTRYPOINT=/prompts:solve-issuesWORKFLOW_WRAPPER=.codex/prompts/solve-issues.mdWORKFLOW_SHARED_INSTRUCTIONS=agent-workflows/solve-issues/instructions.mdWORKFLOW_ISSUES=ISSUES if supplied, otherwise enumerate the open severity-labeled backlogWORKFLOW_DRY_RUN=1 when invoked with DRY_RUN=1; otherwise 0WORKFLOW_PLAN_MODE=produce a compact plan and wait for user approval when explicit plan-mode tools are unavailableWORKFLOW_SUBAGENTS=Codex subagents when available; otherwise manual tier-by-tier execution in the same file-disjoint orderWORKFLOW_PRE_PR_GATE=/prompts:pre-pr-gateWORKFLOW_PRE_PR_JUDGE_ENTRYPOINT=/prompts:pre-pr-judgeWORKFLOW_REVIEW_TOOL=scripts/codex-review-quiet.sh --base origin/mainWORKFLOW_MEMORY_DESTINATION=$CODEX_HOME/memories, plus the relevant agent-guides topic or ADR for durable shared lessons
Execution:
- Read
agent-workflows/solve-issues/instructions.md. - If it is missing or empty, STOP NOW: do not close issues, edit files, commit, push, open PRs, or improvise an audit-backlog workflow.
- Otherwise, execute that file to completion using the Codex runtime values and supplied arguments above.