Skip to content

Commit 344c42b

Browse files
committed
docs: example for codex cli
1 parent c3044de commit 344c42b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/tools/clink.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The `clink` tool lets you leverage external AI CLIs (like Gemini CLI, etc.) dire
2020
"Use consensus with pro and gpt5 to decide whether to add dark mode or offline support next"
2121
[consensus runs, models deliberate, recommendation emerges]
2222
23-
"Continue with clink - implement the recommended feature"
23+
Use continuation with clink - implement the recommended feature
2424
```
2525

2626
Gemini receives the full conversation context from `consensus` including the consensus prompt + replies, understands the chosen feature, technical constraints discussed, and can start implementation immediately. No re-explaining, no context loss - true conversation continuity across tools and models.
@@ -39,17 +39,17 @@ Gemini receives the full conversation context from `consensus` including the con
3939

4040
**Default Role** - General questions, summaries, quick answers
4141
```
42-
"Use clink to ask gemini about the latest React 19 features"
42+
Use clink to ask gemini about the latest React 19 features
4343
```
4444

4545
**Planner Role** - Strategic planning with multi-phase approach
4646
```
47-
"Clink with gemini role='planner' to map out our microservices migration strategy"
47+
clink with gemini with planner role to map out our microservices migration strategy
4848
```
4949

5050
**Code Reviewer Role** - Focused code analysis with severity levels
5151
```
52-
"Use clink role='codereviewer' to review auth.py for security issues"
52+
Use clink codereviewer role to review auth.py for security issues
5353
```
5454

5555
You can make your own custom roles in `conf/cli_clients/` or tweak any of the shipped presets.

0 commit comments

Comments
 (0)