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
Showing only changes of commit 40f4e2e5b4 - Show all commits

View File

@@ -1054,6 +1054,9 @@ cmd_init() {
# Max concurrent dev agents (default: 3)
# MAX_CONCURRENT_AGENTS=5
# Verbosity level for PM agent output (default, verbose, or quiet)
# KUGETSU_VERBOSITY=default
# Git server configurations
# Format: GIT_SERVERS["hostname"]="https://hostname"
# Add servers with: kugetsu server add <name> <url>