Files
gnoma/docs
vikingowl c483656681 docs(plans): fix gnoma one-shot invocation in safety-banner plan
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 the f9094f6 / 3eeb5b4 commit
messages but those are immutable. This commit also serves as the
public record of the typo so future readers don't repeat it.
2026-05-23 22:26:56 +02:00
..