fix: Drop invalid --prompt flag from claude command #247

Merged
mprihoda merged 2 commits from fix/drop-prompt-flag into main 2026-03-09 22:49:23 +00:00
mprihoda commented 2026-03-09 22:41:29 +00:00 (Migrated from github.com)

Summary

  • Claude Code takes the prompt as a positional argument, not via --prompt flag
  • Removed --prompt from the claude command string in both start.scala and open.scala
  • Updated E2E test assertions to match

Test plan

  • bats .iw/test/start-prompt.bats — 8/8 pass
  • bats .iw/test/open-prompt.bats — 9/9 pass

🤖 Generated with Claude Code

## Summary - Claude Code takes the prompt as a positional argument, not via `--prompt` flag - Removed `--prompt` from the claude command string in both `start.scala` and `open.scala` - Updated E2E test assertions to match ## Test plan - [x] `bats .iw/test/start-prompt.bats` — 8/8 pass - [x] `bats .iw/test/open-prompt.bats` — 9/9 pass 🤖 Generated with [Claude Code](https://claude.com/claude-code)
Sign in to join this conversation.
No description provided.