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

Merged
shoko merged 1 commits from feat/issue-46-verbosity-v3 into main 2026-04-02 04:54:12 +02:00
Owner

Summary

Fix for #46 - PM Agent verbosity control.

Changes

Add KUGETSU_VERBOSITY environment variable with three modes:

Mode Behavior
default Normal balanced output
verbose High verbosity with all context
quiet Minimal output, essential info only

Implementation

  1. Added KUGETSU_VERBOSITY variable with default default
  2. Added VERBOSITY_DIR constant for verbosity template files
  3. Export KUGETSU_VERBOSITY in cmd_delegate when running opencode

Usage

# Set verbosity (in ~/.kugetsu/config or ~/.kugetsu/env/default.env)
KUGETSU_VERBOSITY=default

# Or per-delegation (if PM skill supports it)
kugetsu delegate "work on #20"

PM agent skill should check KUGETSU_VERBOSITY env var and adjust posting behavior accordingly.

Fixes #46

## Summary Fix for #46 - PM Agent verbosity control. ## Changes Add `KUGETSU_VERBOSITY` environment variable with three modes: | Mode | Behavior | |------|----------| | `default` | Normal balanced output | | `verbose` | High verbosity with all context | | `quiet` | Minimal output, essential info only | ## Implementation 1. Added `KUGETSU_VERBOSITY` variable with default `default` 2. Added `VERBOSITY_DIR` constant for verbosity template files 3. Export `KUGETSU_VERBOSITY` in `cmd_delegate` when running opencode ## Usage ```bash # Set verbosity (in ~/.kugetsu/config or ~/.kugetsu/env/default.env) KUGETSU_VERBOSITY=default # Or per-delegation (if PM skill supports it) kugetsu delegate "work on #20" ``` PM agent skill should check `KUGETSU_VERBOSITY` env var and adjust posting behavior accordingly. Fixes #46
shoko added 1 commit 2026-04-02 04:48:01 +02:00
Add KUGETSU_VERBOSITY environment variable with three modes:
- default (default): Normal balanced output
- verbose: High verbosity with all context
- quiet: Minimal output, essential info only

Export KUGETSU_VERBOSITY in cmd_delegate when running opencode.

Fixes #46
shoko merged commit b5e2dfbb4e into main 2026-04-02 04:54:12 +02:00
Sign in to join this conversation.