chore: deep cleanup — remove all ClawSuite/OpenClaw bloat, dead screens, workspace daemon, gateway UI
Deleted: - 30+ stale .md files (specs, audits, roadmaps) - docs/archive/ directory - data/specs/, data/agent-hub-architecture-report.md - workspace-daemon/ (entire ClawSuite orchestration daemon) - release/ (Electron builds) - Screens: activity, costs, cron, tasks, gateway (kept approvals stub) - Components: gateway-setup-wizard, openclaw-update-notifier, update-notifier, compaction-notifier, fallback-banner, exec-approval-toast, gateway-restart-overlay - API routes: gateway/*, cloud/*, cron/*, browser/*, debug/*, events/*, workspace/* (orchestration), cli-agents, system-metrics, diagnostics, etc. - Server: debug-analyzer, activity-stream, activity-events, workspace-proxy, exec-approval-store, browser-monitor, gateway-stream, cron - Stores: mission-store, mission-event-store - Hooks: use-agent-view, use-task-reminders Stubbed (preserves chat functionality): - approvals-store (no-op, chat-screen imports it) - use-research-card (no-op) - research-card component (returns null) - gateway-restart-overlay (passthrough) Rebranded: - CONTRIBUTING.md, docker-compose.yml, vite.config.ts, test-redaction.ts - Env vars: HERMES_WORKSPACE_DIR with OPENCLAW fallback 213 files changed, -56,503 lines. tsc clean.
This commit is contained in:
@@ -6,8 +6,8 @@ services:
|
||||
environment:
|
||||
- CLAWDBOT_GATEWAY_URL=${CLAWDBOT_GATEWAY_URL:-ws://host.docker.internal:18789}
|
||||
- CLAWDBOT_GATEWAY_TOKEN=${CLAWDBOT_GATEWAY_TOKEN:-}
|
||||
- HERMES_ALLOWED_HOSTS=${HERMES_ALLOWED_HOSTS:-${CLAWSUITE_ALLOWED_HOSTS:-}}
|
||||
- HERMES_PASSWORD=${HERMES_PASSWORD:-${CLAWSUITE_PASSWORD:-}}
|
||||
- HERMES_ALLOWED_HOSTS=${HERMES_ALLOWED_HOSTS:-${HERMES_ALLOWED_HOSTS:-}}
|
||||
- HERMES_PASSWORD=${HERMES_PASSWORD:-${HERMES_PASSWORD:-}}
|
||||
restart: unless-stopped
|
||||
extra_hosts:
|
||||
- 'host.docker.internal:host-gateway'
|
||||
|
||||
Reference in New Issue
Block a user