c483656681
gnoma takes the prompt as a positional argument, not via -p (that's Claude Code's syntax). Surfaced when the maintainer tried the manual smoke from the plan's "Definition of done" section and hit the "flag provided but not defined: -p" error. before: gnoma -p "test" after: gnoma "test" The same wrong syntax appears in thef9094f6/3eeb5b4commit messages but those are immutable. This commit also serves as the public record of the typo so future readers don't repeat it.