Skip to content

Skill: instruct setting noTerminal/noVscode in iloom settings during initialization #1

@helixclaw

Description

@helixclaw

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

  • Skill initialization docs instruct setting workflows.issue.startTerminal: false and workflows.issue.startIde: false
  • --no-terminal remains in all autonomous start command patterns as a fallback
  • Clear explanation of why both exist (settings = default, flag = safety net)

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions