Summary
During the iloom initialization flow described in the OpenClaw skill, the agent should instruct the user to configure startTerminal: false and startIde: false in their iloom settings (e.g. .iloom/settings.local.json). This way --no-terminal doesn't need to be passed on every il start invocation.
Details
- Update the initialization steps in the skill docs to include setting these workflow options
- Keep
--no-terminal in the autonomous start patterns as a backup — if the user overrides the setting or it's not configured, the flag still prevents terminal/IDE from launching
- The skill should guide the agent to suggest these settings during project setup, not silently configure them
Acceptance Criteria
Summary
During the iloom initialization flow described in the OpenClaw skill, the agent should instruct the user to configure
startTerminal: falseandstartIde: falsein their iloom settings (e.g..iloom/settings.local.json). This way--no-terminaldoesn't need to be passed on everyil startinvocation.Details
--no-terminalin the autonomous start patterns as a backup — if the user overrides the setting or it's not configured, the flag still prevents terminal/IDE from launchingAcceptance Criteria
workflows.issue.startTerminal: falseandworkflows.issue.startIde: false--no-terminalremains in all autonomous start command patterns as a fallback