docs: add --json-stream to commit, finish, and rebase patterns#4
Closed
helixclaw wants to merge 1 commit intofeature/626-openclaw-skillfrom
Closed
docs: add --json-stream to commit, finish, and rebase patterns#4helixclaw wants to merge 1 commit intofeature/626-openclaw-skillfrom
helixclaw wants to merge 1 commit intofeature/626-openclaw-skillfrom
Conversation
Update all skill docs to reflect upstream v0.10.0 adding --json-stream support to commit, finish, and rebase commands: - SKILL.md: update finish/commit examples with --json-stream + background, expand safety rule #2 and Important note to cover all extended commands - non-interactive-patterns.md: add 'Background Commands — Extended Operations' section for commit/finish/rebase, move rebase out of 'Foreground Only', add autonomous rebase pattern, update JSON Output table - development-commands.md: add --json-stream flag to commit and rebase tables, update examples to use background mode - core-workflow.md: add --json-stream flag to finish table, update examples Refs #3
helixclaw
added a commit
that referenced
this pull request
Feb 24, 2026
Replace blanket 'always use pty:true' guidance with three categories: - No PTY needed: list, issues, projects, recap, start --no-claude, cleanup, finish, commit --no-review, build, test, lint, etc. - Background required: plan, spin, start (with Claude), summary, enhance - Foreground PTY only: init, shell, rebase (interactive, not for agents) Updates both SKILL.md and references/non-interactive-patterns.md. Closes #4
helixclaw
added a commit
that referenced
this pull request
Feb 24, 2026
Replace blanket 'always use pty:true' guidance with three categories: - No PTY needed: list, issues, projects, recap, start --no-claude, cleanup, finish, commit --no-review, build, test, lint, etc. - Background required: plan, spin, start (with Claude), summary, enhance - Foreground PTY only: init, shell, rebase (interactive, not for agents) Updates both SKILL.md and references/non-interactive-patterns.md. Closes #4
helixclaw
added a commit
that referenced
this pull request
Feb 24, 2026
Replace blanket 'always use pty:true' guidance with three categories: - No PTY needed: list, issues, projects, recap, start --no-claude, cleanup, finish, commit --no-review, build, test, lint, etc. - Background required: plan, spin, start (with Claude), summary, enhance - Foreground PTY only: init, shell, rebase (interactive, not for agents) Updates both SKILL.md and references/non-interactive-patterns.md. Closes #4
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Updates all skill docs to document
--json-streamsupport oncommit,finish, andrebasecommands (added in upstream v0.10.0 via NoahCardoza/iloom-cli#635).Changes
openclaw-skill/SKILL.mdfinishexample to use--json-stream+background:truecommitquick reference to use--json-stream+background:truereferences/non-interactive-patterns.mdil rebaseout of "Special: Foreground Only" section--json-stream--json-streamfor commit, finish, rebasereferences/development-commands.md--json-streamflag to commit and rebase flag tablesreferences/core-workflow.md--json-streamflag to finish flag tableCloses #3