Block a user
fix(kugetsu): add fix_session_permissions command for cmd_doctor
Good point about testing! I should:
- Test that the fix actually works
- Add unit tests to confirm it works in future releases
For adding to kugetsu init - thats a good idea. During init, we…
fix(kugetsu): export KUGETSU_TEMP_DIR for subagent workflows
Good points! Let me:
- Add unit tests for the KUGETSU_TEMP_DIR export in cmd_delegate
- Document it in SKILL.md
- Make KUGETSU_TEMP_DIR configurable via the user config file (~/.kugetsu/config)…
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):…
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.…
feat(kugetsu): add KUGETSU_VERBOSITY for PM agent output control
fix(kugetsu): add kugetsu post-comment helper for PM agent
feat(kugetsu): add lock mechanism for worktree coordination
feat(kugetsu): add KUGETSU_VERBOSITY for PM agent output control
feat(kugetsu): add queue infrastructure for autonomous PM