• Joined on 2026-03-13
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
shoko pushed to feat/issue-46-verbosity-v2 at shoko/kugetsu 2026-04-02 03:48:05 +02:00
534cd95993 feat(kugetsu): add verbosity markdown context approach
shoko pushed to fix/issue-36-permissions-v2 at shoko/kugetsu 2026-04-02 03:37:26 +02:00
2060c4ffbe test: add fix_session_permissions tests
shoko commented on pull request shoko/kugetsu#93 2026-04-02 03:17:17 +02:00
fix(kugetsu): add fix_session_permissions command for cmd_doctor

Good point about testing! I should:

  1. Test that the fix actually works
  2. Add unit tests to confirm it works in future releases

For adding to kugetsu init - thats a good idea. During init, we…

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

Good points! Let me:

  1. Add unit tests for the KUGETSU_TEMP_DIR export in cmd_delegate
  2. Document it in SKILL.md
  3. Make KUGETSU_TEMP_DIR configurable via the user config file (~/.kugetsu/config)…
shoko commented on pull request shoko/kugetsu#94 2026-04-02 03:17:02 +02:00
fix(kugetsu): add kugetsu post-comment helper for PM agent

Yes, #94 is still necessary independently. It serves a different purpose:

  • #92 (KUGETSU_TEMP_DIR): Controls where temp files are stored for subagent workflows
  • #93 (fix_session_permissions):…
shoko commented on pull request shoko/kugetsu#95 2026-04-02 03:16:52 +02:00
feat(kugetsu): add KUGETSU_VERBOSITY for PM agent output control

That makes sense! The current implementation is a bit naive - it just exports KUGETSU_VERBOSITY as an env var for the PM agent but doesnt actually use it to control behavior.

A better approach: 1.…

shoko deleted branch feat/issue-71-lock-mechanism from shoko/kugetsu 2026-04-02 03:14:14 +02:00