Fixed
validate --fix now auto-corrects common action aliases. Scouts frequently write action: edit instead of the valid action: modify. Rather than blocking with V036_INVALID_ENUM, the --fix path normalizes these before validation:
| Scout writes | Corrected to |
|---|---|
edit, update, change |
modify |
create, add |
new |
remove |
delete |
The validate_scout_output SubagentStop hook (v0.11.1) runs --fix before final validation, so these aliases are corrected automatically without manual intervention.
Upgrade
brew upgrade blackwell-systems/tap/polywave-tools
# or
go install github.com/blackwell-systems/polywave-go/cmd/polywave-tools@v0.100.4