Skip to content

Commit 96cf74f

Browse files
zaheer15351Augment Agent
andcommitted
fix(clarify): correct conflicting question limit from 10 to 5
Resolves inconsistency where line 92 stated 'Maximum of 10 total questions' while all other references (lines 2, 91, 100, 134, 158, 178) consistently specify a maximum of 5 questions. Co-authored-by: Augment Agent <noreply@augmentcode.com>
1 parent 9111699 commit 96cf74f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/commands/clarify.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ Execution steps:
8989
- Information is better deferred to planning phase (note internally)
9090

9191
3. Generate (internally) a prioritized queue of candidate clarification questions (maximum 5). Do NOT output them all at once. Apply these constraints:
92-
- Maximum of 10 total questions across the whole session.
92+
- Maximum of 5 total questions across the whole session.
9393
- Each question must be answerable with EITHER:
9494
- A short multiple‑choice selection (2–5 distinct, mutually exclusive options), OR
9595
- A one-word / short‑phrase answer (explicitly constrain: "Answer in <=5 words").

0 commit comments

Comments
 (0)