This is an automated email from the ASF dual-hosted git repository. hanahmily pushed a commit to branch vendor-update in repository https://gitbox.apache.org/repos/asf/skywalking-banyandb.git
commit f887190a023501aa6674f9dec99eaf4734f52527 Author: Hongtao Gao <[email protected]> AuthorDate: Mon Mar 23 01:55:47 2026 +0000 chore(skills): fix vendor-update skill frontmatter and add .skill bundle Update SKILL.md frontmatter (compat → compatibility, list → string) to match packager schema, and add vendor-update.skill for team distribution. --- skills/vendor-update/SKILL.md | 4 +--- vendor-update.skill | Bin 0 -> 1402 bytes 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/skills/vendor-update/SKILL.md b/skills/vendor-update/SKILL.md index 9711f47b5..c4719b80f 100644 --- a/skills/vendor-update/SKILL.md +++ b/skills/vendor-update/SKILL.md @@ -7,9 +7,7 @@ description: > This skill also checks `scripts/build/version.mk` after upgrading to see if any tracked tool versions need updating too, and removes stale binaries from `bin/` when versions change. -compat: - - go - - make +compatibility: go, make --- ## Upgrade vendor dependencies diff --git a/vendor-update.skill b/vendor-update.skill new file mode 100644 index 000000000..782178e2a Binary files /dev/null and b/vendor-update.skill differ
