Files
OmniRoute/changelog.d/fixes/cli-skill-parser-addargument.md
Nguyen Thanh Dat 9a56147019 fix(skills): read positionals declared with .addArgument() (#13009)
Approved by the maintainer for the agent-instruction surface it touches: the SKILL.md change is regenerated output from the corrected parser (`resilience set` -> `resilience set <name>`), restoring the required argument the published page had been hiding. No hand-written directive was added.

Boarded with 13 sibling PRs and validated as a set: 132 focused tests pass, typecheck:core clean, changelog integrity and file-size gates green.

Thank you — the table contrasting the declared argument against the published page is what made the second case (an agent told to run `resilience set` with no argument) visible as more than cosmetic.
2026-09-10 18:13:37 -03:00

318 B

  • fix(skills): The CLI registry parser now reads positionals declared with .addArgument(), not only those written inline in .command(). tunnel create [type] was being published as tunnel create, so the agent-skills sync gate reported drift on every branch and regenerating would have deleted the argument.