Commit db48388
docs: fix incorrect claim that failed context commands produce no output
The troubleshooting page and cookbook both stated that context commands
with non-zero exit codes produce no output. In reality, ralphify captures
and injects context output regardless of exit code — this is intentional
so commands like pytest still provide useful data when tests are failing.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 282a8e9 commit db48388
2 files changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
894 | 894 | | |
895 | 895 | | |
896 | 896 | | |
897 | | - | |
| 897 | + | |
898 | 898 | | |
899 | 899 | | |
900 | 900 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
207 | 207 | | |
208 | 208 | | |
209 | 209 | | |
210 | | - | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
211 | 213 | | |
212 | 214 | | |
213 | 215 | | |
| |||
0 commit comments