Skip to content

Commit a2f99a8

Browse files
realtonyyoungclaude
andcommitted
fix(review): qualify start_review_flow with the kcap-flows tool in the steering nudge
Qodo: the added steering paragraph referenced `start_review_flow` without the `kcap-flows` tool prefix, inconsistent with the same block's earlier "Call `kcap-flows` `start_review_flow`" — an agent could omit the prefix. Qualify it. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 8799a38 commit a2f99a8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Capacitor.Cli.Core/Instructions/KcapAgentInstructions.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ expose them.
4747
design**, proactively OFFER an independent second-harness review before wrapping up, even if
4848
the user didn't ask, because a fresh, separate reviewer catches what your own model misses.
4949
Call `kcap-flows` `list_reviewer_vendors` to see which reviewers can run for this repo,
50-
recommend one (prefer a vendor other than yourself), and call `start_review_flow` ONLY after
51-
the user accepts — never auto-start it. Skip the offer when the user asked you to review
50+
recommend one (prefer a vendor other than yourself), and call `kcap-flows` `start_review_flow`
51+
ONLY after the user accepts — never auto-start it. Skip the offer when the user asked you to review
5252
something yourself, or while you're mid-task and the work isn't finished.
5353
""";
5454
}

0 commit comments

Comments
 (0)