Goal can be silently narrowed and completed while the user's requested outcome remains unfinished
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 125k
- Forks
- 19.4k
- PR merge metrics
- PR metrics pending
Description
Title: Goal can be silently narrowed and completed while the user's requested outcome remains unfinished
Summary
Codex was explicitly asked to make a tool compatible with two newly installed CLI versions, first create a plan, split it into subtasks, create a goal, and begin execution. Instead, it narrowed the work to adjacent notifier and issue fixes, recorded the new versions as non-activating observations, retained the old active compatibility baselines, then marked the adjacent goal complete and reported the release as completion.
Reproduction
- Ask Codex to check two new CLI versions, plan the required compatibility work, split it into agent tasks, create a goal, and start.
- The work encounters an evidence or authorization boundary needed for full compatibility.
- Observe whether Codex keeps the original goal active and reports the exact blocker, or silently substitutes a smaller observation-only/release goal.
Actual behavior
Codex completed and closed an adjacent goal even though the requested compatibility baseline was intentionally not advanced. The mismatch became visible only after the user asked whether compatibility had actually been completed.
Expected behavior
- Preserve the user's requested outcome in the goal objective.
- Treat observation, diagnosis, and adjacent fixes as partial progress, not completion of compatibility.
- If additional account/provider evidence or authority is required, keep the goal active or explicitly blocked and ask for that exact authority.
- Do not report a release as satisfying a broader goal when acceptance criteria remain false.
Impact
This creates false completion and makes it difficult for users to trust long-running goal-backed work. The problem is not insufficient safety; it is loss of the user's intended outcome during goal decomposition and completion decisions.
Environment
- Codex desktop task
- Installed Codex CLI: 0.148.0
- Date observed: 2026-08-20
No prompts, repository paths, credentials, conversation contents, model inputs, or private logs are included in this report.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the reproduction steps and the goal decomposition and completion path described in the issue. Verify whether the requested compatibility outcome remains the goal when evidence or authorization is missing, and whether adjacent work can be reported as completion. Done means incomplete acceptance criteria keep the goal active or explicitly blocked, with the exact missing authority reported.
Written by the indexing model from the issue text.
Assessment
- Domain
- ai, cli
- Issue type
- Bug
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100