forked from NoahCardoza/iloom-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
Skill: document --json-stream flag for rebase, finish, and commit commands #3
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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 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-streamoption
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
- All skill docs reference
--json-streamwhere the flag is available - Background mode patterns updated for commit/finish/rebase
- Examples are consistent with existing plan/spin patterns
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request