Summary
Upstream iloom v0.10.0 added --json-stream support to rebase, finish, and commit commands (NoahCardoza/iloom-cli#635). Our skill docs currently only recommend --json-stream for plan and spin.
Changes Needed
openclaw-skill/SKILL.md — Update the quick reference examples for commit and finish to include --json-stream where appropriate
references/non-interactive-patterns.md — Add --json-stream to the autonomous patterns for commit, finish, and rebase
references/development-commands.md — Document --json-stream availability on these commands
references/core-workflow.md — Update finish examples to show --json-stream option
Context
--json-stream enables incremental structured output, which is useful for background monitoring via process action:poll. Previously only plan and spin supported it, so those were the only commands recommended to run in background mode. With this flag on rebase, finish, and commit, these can also be run in background with proper monitoring.
Acceptance Criteria
Summary
Upstream iloom v0.10.0 added
--json-streamsupport torebase,finish, andcommitcommands (NoahCardoza/iloom-cli#635). Our skill docs currently only recommend--json-streamforplanandspin.Changes Needed
openclaw-skill/SKILL.md— Update the quick reference examples forcommitandfinishto include--json-streamwhere appropriatereferences/non-interactive-patterns.md— Add--json-streamto the autonomous patterns forcommit,finish, andrebasereferences/development-commands.md— Document--json-streamavailability on these commandsreferences/core-workflow.md— Updatefinishexamples to show--json-streamoptionContext
--json-streamenables incremental structured output, which is useful for background monitoring viaprocess action:poll. Previously onlyplanandspinsupported it, so those were the only commands recommended to run in background mode. With this flag onrebase,finish, andcommit, these can also be run in background with proper monitoring.Acceptance Criteria
--json-streamwhere the flag is available