Skip to content

v0.100.4

Latest

Choose a tag to compare

@blackwell-systems blackwell-systems released this 23 May 01:03

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