feat(kugetsu): add KUGETSU_VERBOSITY for PM agent output control #88

Closed
shoko wants to merge 1 commits from feat/issue-46-verbosity-control into main

1 Commits

Author SHA1 Message Date
shokollm
1594204a78 feat(kugetsu): add KUGETSU_VERBOSITY for PM agent output control
Add KUGETSU_VERBOSITY environment variable with three modes:
- total (default): Work silently, post only final summary
- verbose: Post every action (current noisy behavior)
- hybrid: Post only on errors

Export KUGETSU_VERBOSITY in cmd_delegate so PM agent can read it.
Add config option to cmd_init template.

Fixes #46
2026-04-01 23:21:36 +00:00