Commit bd08805
docs(praxis-onboarding): use --stream when reading release logs (#17)
- raptor `logs release` now gates the stdout stream behind --stream (default
off; raptor#155). Without the flag, callers — including the praxis mcp
wrapper — see only "Logs: /tmp/..." and "Release logs fetched"; log
content lives on disk only, which the model can't read back.
- The flow's failure-recovery example (`flows/first-deployment.md`, Stop 6)
is the one place the skill shells out to raptor for logs; add --stream so
the model receives the content via stdout. Tempfile is unchanged
(authoritative, written file-first per the raptor change).
- Depends on the Praxis backend bundling a raptor build with --stream;
until then the server-side wrapper will return "unknown flag: --stream".
Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>1 parent 2d19a8a commit bd08805
1 file changed
Lines changed: 3 additions & 1 deletion
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
404 | 404 | | |
405 | 405 | | |
406 | 406 | | |
407 | | - | |
| 407 | + | |
| 408 | + | |
| 409 | + | |
408 | 410 | | |
409 | 411 | | |
410 | 412 | | |
| |||
0 commit comments