chore: remove nanoclaw legacy skills and scripts

Remove 9 inherited skills (Qodo, update-ejclaw, add-* addons,
update-skills) and restart-ejclaw-stack.sh that came from the
nanoclaw fork and are no longer used.
This commit is contained in:
Eyejoker
2026-03-31 05:16:48 +09:00
parent 060818c914
commit 648457d717
15 changed files with 0 additions and 1465 deletions

View File

@@ -1,8 +0,0 @@
#!/usr/bin/env bash
set -euo pipefail
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
PROJECT_ROOT="$(cd "${SCRIPT_DIR}/.." && pwd)"
cd "${PROJECT_ROOT}"
bun setup/restart-stack.ts "$@"