Skip to content

Commit 722eb25

Browse files
committed
[docs] clarify the place to use monitor script
1 parent 3bef3ef commit 722eb25

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@ Requires [codex CLI](https://github.com/openai/codex) for review. See the full [
6161
/humanize:ask-gemini What are the latest best practices for X?
6262
```
6363

64-
5. **Monitor progress**:
64+
5. **Monitor progress (in another terminal, not inside Claude Code)**:
6565
```bash
66-
source <path/to/humanize>/scripts/humanize.sh
66+
source <path/to/humanize>/scripts/humanize.sh # Or just add it into your .bashec or .zshrc
6767
humanize monitor rlcr # RLCR loop
6868
humanize monitor skill # All skill invocations (codex + gemini)
6969
humanize monitor codex # Codex invocations only

0 commit comments

Comments
 (0)