📦 deps(thirdparty): update snapshots

This commit is contained in:
ci[bot]
2026-08-31 05:00:46 +08:00
parent 8fea3d18fe
commit 0b2b056032
347 changed files with 38446 additions and 136 deletions
@@ -29,7 +29,9 @@ the Skill tool with the target version, or follow these steps directly):
3. **Write the changelog.** Add a `## <version>` section at the top of CHANGELOG.md
with Added / Fixed / Changed notes summarizing `git log <last-tag>..HEAD --oneline`.
4. **Re-validate.** `npm run validate` then `npm test`. Fix and re-run until clean.
5. **Commit & push.** Stage the changed manifests, README, CHANGELOG; commit
5. **Commit & push.** Stage everything `npm run bump` rewrote plus CHANGELOG — read
`git status` rather than naming files, since the version-bearing set is discovered
from disk and is more than one README; commit
`chore(release): bump version to <version>`; push to `main` (direct-to-main repo,
no PR).
6. **Tag & publish.** `gh release create v<version> --title "v<version>"