Update SKILL.md to reflect v0.2.3 daemon changes #158

Closed
opened 2026-04-05 23:50:13 +02:00 by shoko · 1 comment
Owner

Summary

The kugetsu SKILL.md documents the queue daemon behavior but is outdated after v0.2.3 refactor.

Changes Needed

  1. Daemon now uses cmd_start/cmd_continue — The daemon no longer calls opencode directly for task launching. Instead it sources kugetsu-session.sh and calls cmd_start or cmd_continue based on whether a worktree/session exists.

  2. Remove old direct opencode call references — The skill mentions opencode run --fork --session $pm_session but daemon now forks from base session via cmd_start, not pm_agent.

  3. Add v0.2.3 to version history — Document the fix for issue #156 (queue daemon context drift).

Tasks

  • Update daemon behavior description to reflect cmd_start/cmd_continue usage
  • Remove references to direct opencode session forking in daemon
  • Document that daemon forks from base session (not pm_agent)
  • Add v0.2.3 changelog entry
## Summary The kugetsu SKILL.md documents the queue daemon behavior but is outdated after v0.2.3 refactor. ## Changes Needed 1. **Daemon now uses cmd_start/cmd_continue** — The daemon no longer calls opencode directly for task launching. Instead it sources kugetsu-session.sh and calls `cmd_start` or `cmd_continue` based on whether a worktree/session exists. 2. **Remove old direct opencode call references** — The skill mentions `opencode run --fork --session $pm_session` but daemon now forks from base session via cmd_start, not pm_agent. 3. **Add v0.2.3 to version history** — Document the fix for issue #156 (queue daemon context drift). ## Tasks - [ ] Update daemon behavior description to reflect cmd_start/cmd_continue usage - [ ] Remove references to direct opencode session forking in daemon - [ ] Document that daemon forks from base session (not pm_agent) - [ ] Add v0.2.3 changelog entry
shoko added the ready label 2026-04-07 08:55:26 +02:00

update SKILL.md to not only limiting to 0.2.3 but based on latest commit in main branch

update SKILL.md to not only limiting to 0.2.3 but based on latest commit in main branch
shoko closed this issue 2026-04-08 08:19:43 +02:00
Sign in to join this conversation.
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: shoko/kugetsu#158