docs(cli): document run-cloud --title and --parent-run-id - #602
Draft
hongyi-chen wants to merge 1 commit into
Draft
docs(cli): document run-cloud --title and --parent-run-id#602hongyi-chen wants to merge 1 commit into
hongyi-chen wants to merge 1 commit into
Conversation
Both flags are new on `oz agent run-cloud`: `--title` sets the run and conversation title, and `--parent-run-id` starts the run as an orchestration child of an existing run. Co-Authored-By: Warp <agent@warp.dev>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Collaborator
Author
|
This PR was generated with Warp. Comment |
Contributor
|
Your GitHub account is not connected to Warp. Connect it here. |
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
oz agent run-cloudgained two flags that the CLI reference didn't cover:--titleand--parent-run-id.Found by the
missing_docsdrift-watch audit (cli_flag_addedsurface changes inwarp_cli/src/agent.rs).Changes
run-cloudKey flags list.--titlesets, an example, and how it differs from--name(config name for grouping versus a human-readable label for one run).--parent-run-iddoes to lineage and scope, with an example.Verification
RunCloudArgsdefinitions incrates/warp_cli/src/agent.rs. Neither flag is feature-gated.npm run buildpasses;style_lint --changedreports no new issues (the web app name uses{VARS.WEB_APP}).Deferred findings from this audit run
internalin the companion bookkeeping PR rather than hand-documented, per the skill's public/private guardrail.style_lintskill.