usm/cli-feedback [built]
The usm feedback command configures the agent feedback policy in system.usm — interactive setup or non-interactive flags for human-gate, direct-to-feedback, or direct-to-github modes.
Status: built
Usage
bash
# Interactive setup — prompts for GitHub auth and policy choice (TTY only)
usm feedback
# Non-interactive — agents write structured .usm/feedback entries directly
usm feedback --policy direct-to-feedback --github-auth
# Non-interactive — agents ask the human before filing (the default)
usm feedback --policy human-gate
# Non-interactive — agents file GitHub issues via gh
usm feedback --policy direct-to-github --github-auth --tracker https://github.com/org/repo/issuesWhy this exists
The feedback policy governs how AI agents surface bugs and improvements. Teams need a way to set it up without hand-editing system.usm: interactively at init/upgrade time, or explicitly in CI and agent contexts via flags. This command writes the policy block and tracker settings, which the rules-file generator renders into every agent-facing file.
See Also
- usm/agent-feedback
- usm/feedback-upstream-routing