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

Closed
shoko wants to merge 4 commits from feat/issue-46-verbosity-v5 into main
Owner

Summary

Fix for #46 - PM Agent verbosity control.

Changes

Add KUGETSU_VERBOSITY environment variable with three modes:

Mode Behavior
verbose High verbosity, all context and details
default Normal balanced output (default)
quiet Minimal output, only essential info

Implementation

  1. Added KUGETSU_VERBOSITY variable with default default
  2. Created verbosity markdown templates in $KUGETSU_DIR/verbosity/
  3. Export KUGETSU_VERBOSITY in cmd_delegate when running opencode
  4. PM agent reads verbosity markdown and appends to context

Usage

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

# Or per-delegation
kugetsu delegate "work on #20"

PM agent skill reads KUGETSU_VERBOSITY and injects the appropriate verbosity markdown into context.

Fixes #46

## Summary Fix for #46 - PM Agent verbosity control. ## Changes Add `KUGETSU_VERBOSITY` environment variable with three modes: | Mode | Behavior | |------|----------| | `verbose` | High verbosity, all context and details | | `default` | Normal balanced output (default) | | `quiet` | Minimal output, only essential info | ## Implementation 1. Added `KUGETSU_VERBOSITY` variable with default `default` 2. Created verbosity markdown templates in `$KUGETSU_DIR/verbosity/` 3. Export `KUGETSU_VERBOSITY` in `cmd_delegate` when running opencode 4. PM agent reads verbosity markdown and appends to context ## Usage ```bash # Set verbosity (in ~/.kugetsu/config or ~/.kugetsu/env/default.env) KUGETSU_VERBOSITY=default # Or per-delegation kugetsu delegate "work on #20" ``` PM agent skill reads `KUGETSU_VERBOSITY` and injects the appropriate verbosity markdown into context. Fixes #46
shoko added 3 commits 2026-04-02 05:32:44 +02:00
shoko added 1 commit 2026-04-02 05:38:24 +02:00
han approved these changes 2026-04-02 05:40:37 +02:00
han left a comment
First-time contributor

lgtm

lgtm
shoko closed this pull request 2026-04-02 05:49:29 +02:00

Pull request closed

Sign in to join this conversation.