• Joined on 2026-03-13
shoko pushed to main at shoko/kugetsu 2026-04-02 04:37:40 +02:00
caf1e9cdcd Merge pull request 'fix(kugetsu): add fix_session_permissions command for cmd_doctor' (#93) from fix/issue-36-permissions-v2 into main
b2f2df7b06 test(kugetsu): add comprehensive tests for fix_session_permissions
2060c4ffbe test: add fix_session_permissions tests
74468af7c8 fix(kugetsu): add fix_session_permissions command for cmd_doctor
Compare 4 commits »
shoko merged pull request shoko/kugetsu#93 2026-04-02 04:37:39 +02:00
fix(kugetsu): add fix_session_permissions command for cmd_doctor
shoko closed issue shoko/kugetsu#36 2026-04-02 04:37:39 +02:00
PM Agent: opencode external_directory permission fails for subdirectory paths
shoko pushed to main at shoko/kugetsu 2026-04-02 04:37:27 +02:00
73f9c03e18 Merge pull request 'fix(kugetsu): export KUGETSU_TEMP_DIR for subagent workflows' (#92) from fix/issue-73-temp-dir-v2 into main
c0d4314933 test: add KUGETSU_TEMP_DIR export test
e184b1e5b0 fix(kugetsu): export KUGETSU_TEMP_DIR for subagent workflows
Compare 3 commits »
shoko closed issue shoko/kugetsu#73 2026-04-02 04:37:26 +02:00
OpenCode /tmp/* Permission Blocking Subagent Workflows
shoko merged pull request shoko/kugetsu#92 2026-04-02 04:37:25 +02:00
fix(kugetsu): export KUGETSU_TEMP_DIR for subagent workflows
shoko created pull request shoko/kugetsu#97 2026-04-02 04:21:10 +02:00
feat(kugetsu): add queue infrastructure for autonomous PM
shoko created pull request shoko/kugetsu#96 2026-04-02 04:20:38 +02:00
feat(kugetsu): add lock mechanism for worktree coordination
shoko commented on pull request shoko/kugetsu#93 2026-04-02 04:13:13 +02:00
fix(kugetsu): add fix_session_permissions command for cmd_doctor

I added comprehensive unit tests for fix_session_permissions:

  • Test E7: verify function exists
  • Test E8: verify cmd_doctor --fix-permissions flag works
  • Test E9: verify permission JSON is…
shoko commented on pull request shoko/kugetsu#93 2026-04-02 04:13:10 +02:00
fix(kugetsu): add fix_session_permissions command for cmd_doctor

I added unit tests to verify the fix_session_permissions function:

  1. Test E7: verify function exists
  2. Test E8: verify --fix-permissions flag is recognized
  3. Test E9: verify…
shoko commented on pull request shoko/kugetsu#93 2026-04-02 04:13:06 +02:00
fix(kugetsu): add fix_session_permissions command for cmd_doctor

I added comprehensive unit tests for fix_session_permissions:

  • Test E7: function exists
  • Test E8: cmd_doctor --fix-permissions flag is recognized
  • Test E9: permission JSON is valid
  • Test…
shoko pushed to fix/issue-36-permissions-v2 at shoko/kugetsu 2026-04-02 04:12:47 +02:00
b2f2df7b06 test(kugetsu): add comprehensive tests for fix_session_permissions
shoko commented on pull request shoko/kugetsu#93 2026-04-02 04:09:12 +02:00
fix(kugetsu): add fix_session_permissions command for cmd_doctor

I looked into this and honestly cannot verify without an actual opencode environment to test with.

The fix_session_permissions sets:

  • Deny: question, plan_enter, plan_exit
  • Allow: external_direc…
shoko pushed to feat/issue-46-verbosity-v2 at shoko/kugetsu 2026-04-02 04:08:26 +02:00
a96a48a7ee feat(kugetsu): rename verbosity levels to verbose/default/quiet
shoko closed pull request shoko/kugetsu#94 2026-04-02 04:03:40 +02:00
fix(kugetsu): add kugetsu post-comment helper for PM agent
shoko commented on pull request shoko/kugetsu#95 2026-04-02 04:00:43 +02:00
feat(kugetsu): add KUGETSU_VERBOSITY for PM agent output control

I like that naming scheme! Its more intuitive:

  • verbose: High verbosity, all context and details
  • default: Normal balanced output (this would be the default)
  • quiet: Minimal…
shoko commented on pull request shoko/kugetsu#94 2026-04-02 04:00:32 +02:00
fix(kugetsu): add kugetsu post-comment helper for PM agent

You make a fair point! With #92, the PM agent can write files to temp directory.

However, kugetsu post-comment provides:

  1. A CLI interface for the PM agent to post comments without knowing…
shoko commented on pull request shoko/kugetsu#93 2026-04-02 04:00:19 +02:00
fix(kugetsu): add fix_session_permissions command for cmd_doctor

You raise a good point - I should verify this rather than assume.

Looking at opencode behavior: when you fork a session with opencode run --fork --session <parent>, the child session is created…

shoko commented on pull request shoko/kugetsu#92 2026-04-02 04:00:07 +02:00
fix(kugetsu): export KUGETSU_TEMP_DIR for subagent workflows

I addressed your feedback:

  1. Added unit test for KUGETSU_TEMP_DIR export
  2. Documented KUGETSU_TEMP_DIR in SKILL.md
  3. KUGETSU_TEMP_DIR is already configurable - users can set it in…
shoko pushed to fix/issue-73-temp-dir-v2 at shoko/kugetsu 2026-04-02 03:49:08 +02:00
c0d4314933 test: add KUGETSU_TEMP_DIR export test