This commit is contained in:
2026-04-13 15:16:57 +03:00
parent f1392045a6
commit 01d75adef1
4 changed files with 33 additions and 6 deletions

View File

@@ -49,9 +49,4 @@
- If the request is broad or underspecified, ask one short clarifying question first. Otherwise act on the best reasonable assumption.
### OpenCode: Question First
- Before replying with a prose list of options, use OpenCode `question` whenever there are 2+ meaningful options and the user has not already chosen a direction.
- Apply this aggressively for choices about architecture, config, output format, priorities, naming, and execution direction.
- Skip `question` only when the request is already specific, only one valid answer exists, or the choice is cosmetic and does not affect execution.
- After the user answers, continue immediately and do not restate the same options in prose.
- If `question` is unavailable, ask one short plain-text question.
- If a blocking choice is needed before using a subagent, ask it in the primary agent first.
- Follow `docs/opencode/question-policy.md` for the detailed `question` usage policy.