• Joined on 2026-03-13
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
shoko created branch feat/issue-71-lock-mechanism-v2 in shoko/kugetsu 2026-04-02 03:11:53 +02:00
shoko pushed to feat/issue-71-lock-mechanism-v2 at shoko/kugetsu 2026-04-02 03:11:53 +02:00
59061a9c03 feat(kugetsu): add lock mechanism for worktree coordination
shoko created branch feat/issue-49-queue-v2 in shoko/kugetsu 2026-04-02 03:04:14 +02:00
shoko pushed to feat/issue-49-queue-v2 at shoko/kugetsu 2026-04-02 03:04:14 +02:00
0f66de2929 feat(kugetsu): add queue infrastructure for autonomous PM
shoko created pull request shoko/kugetsu#95 2026-04-02 03:01:52 +02:00
feat(kugetsu): add KUGETSU_VERBOSITY for PM agent output control
shoko pushed to feat/issue-46-verbosity-v2 at shoko/kugetsu 2026-04-02 03:01:41 +02:00
1bdb64383c feat(kugetsu): add KUGETSU_VERBOSITY for PM agent output control
shoko created branch feat/issue-46-verbosity-v2 in shoko/kugetsu 2026-04-02 03:01:40 +02:00
shoko created pull request shoko/kugetsu#94 2026-04-02 03:00:32 +02:00
fix(kugetsu): add kugetsu post-comment helper for PM agent
shoko created branch fix/issue-45-post-comment-v2 in shoko/kugetsu 2026-04-02 03:00:19 +02:00
shoko pushed to fix/issue-45-post-comment-v2 at shoko/kugetsu 2026-04-02 03:00:19 +02:00
075fe24a03 fix(kugetsu): add kugetsu post-comment helper for PM agent
shoko closed pull request shoko/kugetsu#90 2026-04-02 02:57:49 +02:00
feat(kugetsu): add lock mechanism for worktree coordination
shoko closed pull request shoko/kugetsu#88 2026-04-02 02:57:48 +02:00
feat(kugetsu): add KUGETSU_VERBOSITY for PM agent output control
shoko closed pull request shoko/kugetsu#89 2026-04-02 02:57:48 +02:00
feat(kugetsu): add queue infrastructure for autonomous PM