• Joined on 2026-03-13
shoko created branch fix/issue-60-workdir-to-dir in shoko/kugetsu 2026-04-01 03:32:56 +02:00
shoko opened issue shoko/kugetsu#60 2026-04-01 03:31:48 +02:00
Bug: kugetsu uses --workdir but opencode expects --dir
shoko pushed to main at shoko/kugetsu 2026-04-01 02:59:44 +02:00
79dc3ee3b9 Merge pull request 'fix: change git clone --bare to git clone in create_worktree (fixes #57)' (#59) from fix/issue-57-worktree-creation into main
6ad51f3c0b fix: change git clone --bare to git clone in create_worktree()
Compare 2 commits »
shoko merged pull request shoko/kugetsu#59 2026-04-01 02:59:43 +02:00
fix: change git clone --bare to git clone in create_worktree (fixes #57)
shoko closed issue shoko/kugetsu#57 2026-04-01 02:59:43 +02:00
Bug: worktree creation creates bare repos instead of proper worktrees
shoko created pull request shoko/kugetsu#59 2026-04-01 02:51:20 +02:00
fix: change git clone --bare to git clone in create_worktree (fixes #57)
shoko created branch fix/issue-57-worktree-creation in shoko/kugetsu 2026-04-01 02:51:13 +02:00
shoko pushed to fix/issue-57-worktree-creation at shoko/kugetsu 2026-04-01 02:51:13 +02:00
6ad51f3c0b fix: change git clone --bare to git clone in create_worktree()
shoko pushed to main at shoko/kugetsu 2026-04-01 02:44:56 +02:00
0d408e8fd8 Merge pull request 'fix: opencode message argument must come before flags in init' (#58) from fix/kugetsu-init-opencode-arg-order into main
d5866d4b0f fix: opencode message argument must come before flags in init
Compare 2 commits »
shoko merged pull request shoko/kugetsu#58 2026-04-01 02:44:54 +02:00
fix: opencode message argument must come before flags in init
shoko created pull request shoko/kugetsu#58 2026-04-01 02:01:13 +02:00
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
shoko pushed to fix/kugetsu-init-opencode-arg-order at shoko/kugetsu 2026-04-01 02:00:14 +02:00
d5866d4b0f fix: opencode message argument must come before flags in init
shoko opened issue shoko/kugetsu#57 2026-04-01 01:14:48 +02:00
Bug: worktree creation creates bare repos instead of proper worktrees
shoko opened issue shoko/kugetsu#56 2026-04-01 01:03:27 +02:00
RFC: Agent Workflow Specification - PM and Dev Agent responsibilities
shoko commented on issue shoko/kugetsu#36 2026-04-01 00:45:47 +02:00
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/…
shoko pushed to fix/issue-52-pm-write-boundaries at shoko/kugetsu 2026-04-01 00:20:22 +02:00
71cab655fc make delegation format agnostic to git server
shoko pushed to fix/issue-52-pm-write-boundaries at shoko/kugetsu 2026-04-01 00:14:01 +02:00
cb0ada9e1c address PR #55 review: tighten write permissions to queue.json and logs/* only
shoko commented on issue shoko/kugetsu#52 2026-04-01 00:00:58 +02:00
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…

shoko created pull request shoko/kugetsu#55 2026-04-01 00:00:45 +02:00
fix(pm): add explicit write permissions boundary (fixes #52)