feat(kugetsu): add KUGETSU_VERBOSITY for PM agent output control #103
Reference in New Issue
Block a user
Delete Branch "feat/issue-46-verbosity-v6"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Fix for #46 - PM Agent verbosity control.
Changes
Add
KUGETSU_VERBOSITYenvironment variable with three modes:verbosedefaultquietImplementation
KUGETSU_VERBOSITYvariable with defaultdefault$KUGETSU_DIR/verbosity/KUGETSU_VERBOSITYincmd_delegatewhen running opencodeget_verbosity_context()function to read verbosity filesinit_verbosity_templates()to create default verbosity filesUsage
PM agent skill reads
KUGETSU_VERBOSITYand injects the appropriate verbosity markdown into context.Fixes #46