chore: import upstream snapshot with attribution

This commit is contained in:
wehub-resource-sync
2026-07-13 13:11:15 +08:00
commit ef8818bca3
1664 changed files with 540565 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
#!/bin/sh
set -eu
REPO_ROOT="$(git rev-parse --show-toplevel)"
cd "$REPO_ROOT"
if ! git diff --cached --quiet -- packages viewer skills plugins/cad/skills scripts/bundle; then
scripts/bundle/bundle.sh --check
fi