fix: replace --workdir with --dir for opencode CLI (fixes #60) #61

Merged
shoko merged 1 commits from fix/issue-60-workdir-to-dir into main 2026-04-01 03:35:46 +02:00
Owner

Summary

  • Replaced all 4 occurrences of --workdir with --dir in skills/kugetsu/scripts/kugetsu
  • Affected functions: cmd_start() and cmd_continue()
  • opencode CLI expects --dir, not --workdir

Fixes #60

## Summary - Replaced all 4 occurrences of `--workdir` with `--dir` in `skills/kugetsu/scripts/kugetsu` - Affected functions: `cmd_start()` and `cmd_continue()` - opencode CLI expects `--dir`, not `--workdir` ## Fixes #60
shoko added 1 commit 2026-04-01 03:33:04 +02:00
Issue #60: kugetsu uses --workdir flag but opencode expects --dir.

Changed all 4 occurrences in cmd_start() and cmd_continue() functions.
shoko added the need-review label 2026-04-01 03:33:53 +02:00
han approved these changes 2026-04-01 03:35:16 +02:00
han left a comment
First-time contributor

lgtm

lgtm
shoko merged commit 43aa1ac330 into main 2026-04-01 03:35:46 +02:00
Sign in to join this conversation.