chore(phase-a): aria.env + OpenClaw-specific configs raus, Brain-Backup angelegt
Vorbereitung fuer Bridge-als-Agent (OpenClaw raus). Phase-A-Cleanup: - aria-data/brain-import/ angelegt — System-Prompt-Files BOOTSTRAP.md + AGENT.md + USER.md.example + TOOLING.md.example dort archiviert. Werden vom neuen Agent-Framework spaeter importiert. - aria-data/config/aria.env + .example geloescht (alle Eintraege waren tot oder via runtime.json/Hardcode-Default abgedeckt) - aria-data/config/openclaw.env + openclaw-auth.json geloescht (Provider-Config landet im Bridge-Code) - docker-compose: AGENT/BOOTSTRAP/USER/openclaw.env-Mounts aus aria-core raus; aria.env-Mount aus bridge raus; COMPACT_AFTER_MESSAGES env raus (kommt jetzt aus runtime.json) - bridge: CONFIG_PATH-Lesen aus /config/aria.env entfernt, load_config nutzt nur noch runtime.json; _compact_after liest compactAfterMessages aus runtime.json (Default 140) - diagnostic: Eingabefeld "Compact nach Messages" in Runtime-Config-UI; load/save schreiben/lesen compactAfterMessages - init.sh: nur noch .env-Bootstrap (Rest landet eh in runtime.json/DB) ARIA antwortet im Phase-A-Status ohne ihre Persoenlichkeit (System-Prompt nicht mehr gemountet, "raw Claude" durch Proxy) — das ist Absicht und Uebergang bis das neue Gehirn live ist. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
# ARIA Tooling — installierte Software in der VM
|
||||
|
||||
## Stand: 2026-03-08
|
||||
|
||||
### Desktop / X11
|
||||
- xfce4 — leichtgewichtiger Window Manager (Wahl: minimal, stabil)
|
||||
- xterm — Terminal
|
||||
|
||||
### Browser
|
||||
- firefox-esr — fuer Web-Skills
|
||||
|
||||
### Dev Tools
|
||||
- nodejs v22, npm
|
||||
- python3, pip
|
||||
- git, curl, wget, jq
|
||||
|
||||
### Audio
|
||||
- pulseaudio, alsa-utils
|
||||
|
||||
## Installationsreihenfolge bei Neuaufbau
|
||||
1. apt install xfce4 xterm
|
||||
2. startx
|
||||
3. apt install firefox-esr nodejs python3 git curl wget jq
|
||||
4. docker compose up -d
|
||||
Reference in New Issue
Block a user