From 480f4a2bbb1ae91a2f9ee422db7cd63d970731c8 Mon Sep 17 00:00:00 2001 From: diegosouzapw <8016841+diegosouzapw@users.noreply.github.com> Date: Fri, 11 Sep 2026 13:50:33 -0300 Subject: [PATCH] chore(skills): regenerate the cli-tunnel SKILL.md after the positional-arg fix #13009 taught the CLI registry parser to read positionals declared with .addArgument() but did not re-run the generator, so check:agent-skills-sync has been red on the base tip ever since. Regenerated with the official generator (--apply --only=cli-tunnel); the only delta is 'tunnel create' gaining its [type] positional. Co-authored-by: diegosouzapw <8016841+diegosouzapw@users.noreply.github.com> --- skills/cli-tunnel/SKILL.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/skills/cli-tunnel/SKILL.md b/skills/cli-tunnel/SKILL.md index d62aab6abb..4d7388bb7b 100644 --- a/skills/cli-tunnel/SKILL.md +++ b/skills/cli-tunnel/SKILL.md @@ -37,12 +37,12 @@ omniroute tunnel omniroute tunnel list ``` -### `tunnel create` +### `tunnel create [type]` **Example:** ```bash -omniroute tunnel create +omniroute tunnel create [type] ``` ### `tunnel stop `