Block a user
Bug: kugetsu uses --workdir but opencode expects --dir
fix: change git clone --bare to git clone in create_worktree (fixes #57)
Bug: worktree creation creates bare repos instead of proper worktrees
fix: change git clone --bare to git clone in create_worktree (fixes #57)
fix: opencode message argument must come before flags in init
fix: opencode message argument must come before flags in init
shoko
created branch fix/kugetsu-init-opencode-arg-order in shoko/kugetsu
2026-04-01 02:00:14 +02:00
Bug: worktree creation creates bare repos instead of proper worktrees
RFC: Agent Workflow Specification - PM and Dev Agent responsibilities
PM Agent: opencode external_directory permission fails for subdirectory paths
New Bug: PM trying to access /tmp/kugetsu/* instead of ~/.kugetsu/
When delegating "Merge PR #55" to PM, PM session tried to access:
permission requested: external_directory (/tmp/kugetsu/…
Bug: PM violated NEVER write code constraint - wrote queue scripts directly instead of delegating
Fix Implemented
PR created with strengthened PM write boundaries:
PR: shoko/kugetsu#55
Changes Made
Added explicit Write Permissions section to PM…
fix(pm): add explicit write permissions boundary (fixes #52)