forked from NoahCardoza/iloom-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
Skill: instruct setting noTerminal/noVscode in iloom settings during initialization #1
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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-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 launching - The skill should guide the agent to suggest these settings during project setup, not silently configure them
Acceptance Criteria
- Skill initialization docs instruct setting
workflows.issue.startTerminal: falseandworkflows.issue.startIde: false -
--no-terminalremains in all autonomous start command patterns as a fallback - Clear explanation of why both exist (settings = default, flag = safety net)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request