Skip to content

docs(mobile): fix kilo run argument order in workflow launch command#4601

Open
iscekic wants to merge 1 commit into
mainfrom
fix/mobile-workflow-kilo-run-arg-order
Open

docs(mobile): fix kilo run argument order in workflow launch command#4601
iscekic wants to merge 1 commit into
mainfrom
fix/mobile-workflow-kilo-run-arg-order

Conversation

@iscekic

@iscekic iscekic commented Jul 16, 2026

Copy link
Copy Markdown
Contributor

The orchestrator launch example in MOBILE_WORKFLOW.md passes --file <handoff> "<message>". kilo run --file is an array option, so it consumes the trailing message positional as a second file path and the command exits with File not found: <message> (reproduced on kilo 7.4.9). Moving the message positional before the flags makes the documented command work as written; a note explains why the order matters.

@iscekic iscekic self-assigned this Jul 16, 2026
@kilo-code-bot

kilo-code-bot Bot commented Jul 16, 2026

Copy link
Copy Markdown
Contributor

Code Review Summary

Status: No Issues Found | Recommendation: Merge

Executive Summary

Documentation-only reordering of the kilo run example command in MOBILE_WORKFLOW.md; the fix matches the described --file array-consumption behavior and the accompanying note is accurate.

Files Reviewed (1 files)
  • apps/mobile/.kilo/MOBILE_WORKFLOW.md

Reviewed by claude-sonnet-5 · Input: 20 · Output: 3.2K · Cached: 354.6K

Review guidance: REVIEW.md from base branch main

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant