#3534 · docs said commands that agent-browser 0.34.0 does not have

Skills and agents taught command forms the CLI rejects: nonexistent verbs, flags that are not flags, a find grammar written backwards. Every correction below was verified against the installed agent-browser 0.34.0 --help (and per-command help) before editing. An agent copying the old docs got a CLI error, or silently wrong behavior, at test time.

Wrong form → real form

defectdocs said0.34.0 realityfixed in

The self-contradiction that motivated the sweep

skills/expect/SKILL.md taught find --role button "X" while its own executor, agents/expect-agent.md, already used the correct grammar. The same inverted form was then found by sweep in test-generator, frontend-ui-developer, and web-research-analyst. When a skill and its executor disagree, one of them is training agents to fail.