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

Closed
shoko wants to merge 3 commits from feat/issue-46-verbosity-v2 into main

3 Commits

Author SHA1 Message Date
shokollm
a96a48a7ee feat(kugetsu): rename verbosity levels to verbose/default/quiet
- Rename KUGETSU_VERBOSITY default from 'total' to 'default'
- Rename total.md -> verbose.md
- Rename medium.md -> default.md
- Keep minimal.md but update to quiet.md naming
- Update init_verbosity_templates to create verbose.md, default.md, quiet.md
2026-04-02 02:08:16 +00:00
shokollm
534cd95993 feat(kugetsu): add verbosity markdown context approach
- Add VERBOSITY_DIR constant
- Add get_verbosity_context() and init_verbosity_templates() functions
- Create verbosity markdown files: total.md, medium.md, minimal.md
- Change default verbosity from 'total' to 'normal'
2026-04-02 01:47:56 +00:00
shokollm
1bdb64383c 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.

Also includes KUGETSU_TEMP_DIR export from #92 fix.

Fixes #46
2026-04-02 01:01:37 +00:00