Update SKILL.md to reflect v0.2.3 daemon changes #158
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
The kugetsu SKILL.md documents the queue daemon behavior but is outdated after v0.2.3 refactor.
Changes Needed
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_startorcmd_continuebased on whether a worktree/session exists.Remove old direct opencode call references — The skill mentions
opencode run --fork --session $pm_sessionbut daemon now forks from base session via cmd_start, not pm_agent.Add v0.2.3 to version history — Document the fix for issue #156 (queue daemon context drift).
Tasks
update SKILL.md to not only limiting to 0.2.3 but based on latest commit in main branch