From cf6633894817fe905d777bf8062822fd27b70c45 Mon Sep 17 00:00:00 2001 From: MumuTW <42820974+MumuTW@users.noreply.github.com> Date: Tue, 28 Jul 2026 06:08:26 +0800 Subject: [PATCH] chore(skills): regenerate cli-backup-sync SKILL.md to match catalog (#8657) * chore(skills): regenerate cli-backup-sync SKILL.md to match catalog check:agent-skills-sync was failing on release/v3.8.49 tip because the generated SKILL.md still documented backup-status flags the catalog no longer exposes. Re-run generate-agent-skills --apply (9-line delete only). * docs(changelog): add fragment for #8657 agent-skills sync --- .../maintenance/8657-agent-skills-cli-backup-sync-stale.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog.d/maintenance/8657-agent-skills-cli-backup-sync-stale.md diff --git a/changelog.d/maintenance/8657-agent-skills-cli-backup-sync-stale.md b/changelog.d/maintenance/8657-agent-skills-cli-backup-sync-stale.md new file mode 100644 index 0000000000..bdb8f7b873 --- /dev/null +++ b/changelog.d/maintenance/8657-agent-skills-cli-backup-sync-stale.md @@ -0,0 +1 @@ +- **chore(skills):** regenerate `skills/cli-backup-sync/SKILL.md` so it matches the agent-skills catalog — drops stale `backup status` flags the generator no longer emits; unblocks Merge integrity (`check:agent-skills-sync`) for every PR against `release/v3.8.49` ([#8657](https://github.com/diegosouzapw/OmniRoute/pull/8657)) — thanks @MumuTW