Report
A Discord user reported that Deep Interview no longer keeps asking questions until the configured ambiguity threshold (normally 5%). Instead, after each answer it asks whether the user wants to continue the interview.
Source report: Discord playground-ko message 1538226816978788455 at 2026-08-15T16:44:12.040Z.
Independently verified contract conflict
Current dev documents both of these contracts in packages/coding-agent/src/defaults/gjc/skills/deep-interview/SKILL.md:
- DIPP-9: do not proceed until ambiguity is at or below the resolved threshold and explicit execution approval exists.
- Active interview behavior: score after every answer and continue targeted questioning.
- Phase 0.5 suitability gate: if existing state already contains rounds/topology/spec metadata, preserve it and ask whether to continue, cancel, or explicitly clear.
The reported behavior is consistent with the suitability/resume choice being surfaced repeatedly during an already-active interview, rather than only at invocation/resume boundaries. That turns the 5% ambiguity gate into per-answer consent friction and changes the intended continuation contract.
Maintainer-defined scope
Reproduce on current dev, identify the exact path that emits continue/cancel/clear after an ordinary answered round, and ensure an active interview automatically advances to scoring and the next weakest-dimension question until a legitimate terminal condition occurs:
- ambiguity is at/below the resolved threshold and closure/restatement gates are reached;
- the user explicitly exits/cancels/clears;
- a genuine resume/suitability ambiguity exists at invocation boundary;
- the bounded continuation safety cap requires an explicit recovery state.
Do not remove explicit user exit controls, threshold transparency, or the resume safety gate. Add a focused regression test proving ordinary answered rounds do not prompt for generic continuation approval.
—
[repo owner's gaebal-gajae (clawdbot) 🦞]
Report
A Discord user reported that Deep Interview no longer keeps asking questions until the configured ambiguity threshold (normally 5%). Instead, after each answer it asks whether the user wants to continue the interview.
Source report: Discord playground-ko message
1538226816978788455at2026-08-15T16:44:12.040Z.Independently verified contract conflict
Current
devdocuments both of these contracts inpackages/coding-agent/src/defaults/gjc/skills/deep-interview/SKILL.md:The reported behavior is consistent with the suitability/resume choice being surfaced repeatedly during an already-active interview, rather than only at invocation/resume boundaries. That turns the 5% ambiguity gate into per-answer consent friction and changes the intended continuation contract.
Maintainer-defined scope
Reproduce on current
dev, identify the exact path that emits continue/cancel/clear after an ordinary answered round, and ensure an active interview automatically advances to scoring and the next weakest-dimension question until a legitimate terminal condition occurs:Do not remove explicit user exit controls, threshold transparency, or the resume safety gate. Add a focused regression test proving ordinary answered rounds do not prompt for generic continuation approval.
—
[repo owner's gaebal-gajae (clawdbot) 🦞]