chore: Setup-Scripts auf neue Brain-Architektur, OpenClaw-Tutorial raus
aria-setup.sh Von 142 Zeilen auf 50 zurechtgestutzt. Alle OpenClaw-Schritte raus (openclaw.json, exec-approvals, Permissions fuer .openclaw, doctor). Es bleibt nur der SSH-Key-Setup fuer aria-wohnung — Brain + Proxy teilen sich denselben Key via Bind-Mount aria-data/ssh/. init.sh Legt jetzt aria-data/brain/data + aria-data/brain/qdrant an damit die Bind-Mounts beim ersten docker compose up nicht ins Leere zeigen. OpenClaw Tutorial _ MI.pdf Geloescht — OpenClaw ist abgerissen, das Tutorial gehoert nicht mehr ins Repo. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -24,3 +24,8 @@ if [ ! -f .env ]; then
|
||||
else
|
||||
echo ".env existiert bereits — uebersprungen."
|
||||
fi
|
||||
|
||||
# ── Brain-Verzeichnisse anlegen (Bind-Mounts fuer aria-brain + aria-qdrant)
|
||||
# Inhalt ist gitignored — wird ueber Diagnostic-Export/Import gesichert.
|
||||
mkdir -p aria-data/brain/data aria-data/brain/qdrant
|
||||
echo "✓ aria-data/brain/{data,qdrant} bereit"
|
||||
|
||||
Reference in New Issue
Block a user