From 6a83c57f19cb2fa6ca6595e8f68780912019f5af Mon Sep 17 00:00:00 2001 From: diegosouzapw <8016841+diegosouzapw@users.noreply.github.com> Date: Fri, 11 Sep 2026 13:26:50 -0300 Subject: [PATCH] fix(ci): clear the agent-skills-sync base-red on release/v3.8.51 check:agent-skills-sync exits 2 on the clean tip (reproduced in a throwaway probe worktree cut from origin/release/v3.8.51, with none of this branch's commits): the generator wants to rewrite skills/cli-tunnel/SKILL.md. Cause: #13009 ('read positionals declared with .addArgument()') taught the generator to surface positional arguments, so the committed skill's 'tunnel create' heading and example went stale against 'tunnel create [type]'. Regenerated with the official generator (scripts/skills/generate-agent-skills.mjs --apply), never hand-edited. The gate now exits 0. Refs #12732 --- .../maintenance/0000-basered-agent-skills-cli-tunnel.md | 1 + skills/cli-tunnel/SKILL.md | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 changelog.d/maintenance/0000-basered-agent-skills-cli-tunnel.md diff --git a/changelog.d/maintenance/0000-basered-agent-skills-cli-tunnel.md b/changelog.d/maintenance/0000-basered-agent-skills-cli-tunnel.md new file mode 100644 index 0000000000..48d064e67a --- /dev/null +++ b/changelog.d/maintenance/0000-basered-agent-skills-cli-tunnel.md @@ -0,0 +1 @@ +- Clear the `release/v3.8.51` `check:agent-skills-sync` base-red: regenerate `skills/cli-tunnel/SKILL.md` so the `tunnel create [type]` positional that #13009 taught the generator to read is reflected in the committed skill. 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 `