Skip to content

Commit ac36c19

Browse files
authored
Merge pull request #107 from chuanqichuanqi/codex/docs-install-link
docs: clarify install verification
2 parents 822f0b3 + 352b714 commit ac36c19

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

INSTALL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,9 @@ full refresh.
8282

8383
## Verifying
8484

85+
- **General check**: run `rb doctor --workspace <project>` after installation. It should report engine, provider, knowledge freshness, and log locations without exposing the API key.
8586
- **Claude Code**: `/repobrain:rb-ask "what does the engine do?"` should run `rb-ask` and print a routed answer.
8687
- **Codex CLI**: `/rb-ask "what does the engine do?"` (or `rb-ask "..." --workspace <project>` from the shell) should print a routed answer.
87-
- **Diagnostics**: `rb doctor --workspace <project>` should report engine, provider, knowledge freshness, and log locations without exposing the API key.
8888

8989
## Available slash commands
9090

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ rb init my-project && cd my-project
214214

215215
</details>
216216

217-
See [INSTALL.md](INSTALL.md) for full details and troubleshooting.
217+
See [INSTALL.md](INSTALL.md) for full install details, verification commands such as `rb doctor`, and troubleshooting notes for PATH, MCP, and host-specific plugin behavior.
218218

219219
---
220220

0 commit comments

Comments
 (0)