docs: remove migration wording from current guides

This commit is contained in:
tukuaiai
2026-05-04 01:47:51 +08:00
parent 5c7a3c2d71
commit 7dea8587b1
19 changed files with 29 additions and 59 deletions
@@ -3,7 +3,7 @@
set -euo pipefail
# ==================== Purpose ====================
# Legacy updater for the old vendored Skill Seekers source snapshot.
# Guarded updater for the linked Skill Seekers source.
#
# Notes:
# - Skill Seekers now lives under tools/external/Skill_Seekers-development.
@@ -71,7 +71,7 @@ command -v tar >/dev/null 2>&1 || die "tar not found"
command -v rsync >/dev/null 2>&1 || die "rsync not found"
if [[ -L "$target_dir" && "$dry_run" -eq 0 ]]; then
die "Skill_Seekers-development is linked to tools/external. Update tools/external/Skill_Seekers-development directly instead of overwriting through this legacy updater."
die "Skill_Seekers-development is linked to tools/external. Update tools/external/Skill_Seekers-development directly instead of overwriting through this guarded helper."
fi
tmp_dir="$(mktemp -d)"