Skip to content

Commit 30ae95a

Browse files
Kasper Jungeclaude
authored andcommitted
docs: include named prompts in ralph status output examples
ralph status lists discovered prompts alongside checks, contexts, and instructions, but the getting-started example output and CLI reference omitted the Prompts section. Users seeing different output than the docs described could be confused. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 9e31a7d commit 30ae95a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

docs/cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ This command checks:
146146

147147
- Whether the prompt file exists
148148
- Whether the agent command is on PATH
149-
- All discovered checks, contexts, and instructions (with enabled/disabled status)
149+
- All discovered checks, contexts, instructions, and named prompts (with enabled/disabled status)
150150

151151
If everything is configured correctly, it prints "Ready to run." If not, it tells you exactly what's wrong.
152152

docs/getting-started.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,8 @@ Contexts: 1 found
224224
225225
Instructions: none
226226
227+
Prompts: none
228+
227229
Ready to run.
228230
```
229231

0 commit comments

Comments
 (0)