We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bef3ef commit 722eb25Copy full SHA for 722eb25
1 file changed
README.md
@@ -61,9 +61,9 @@ Requires [codex CLI](https://github.com/openai/codex) for review. See the full [
61
/humanize:ask-gemini What are the latest best practices for X?
62
```
63
64
-5. **Monitor progress**:
+5. **Monitor progress (in another terminal, not inside Claude Code)**:
65
```bash
66
- source <path/to/humanize>/scripts/humanize.sh
+ source <path/to/humanize>/scripts/humanize.sh # Or just add it into your .bashec or .zshrc
67
humanize monitor rlcr # RLCR loop
68
humanize monitor skill # All skill invocations (codex + gemini)
69
humanize monitor codex # Codex invocations only
0 commit comments