docs(reference): import Dune: Awakening server-manager references
All checks were successful
CI / backend-types (push) Successful in 10s
CI / frontend-build (push) Successful in 15s
CI / agent-tests (push) Successful in 39s
CI / integration (push) Successful in 22s

Phase 2 references for the host-agent Dune adapter, moved out of volatile /tmp
into docs/reference-repos/ (per Commander). Three upstream projects, .git +
node_modules + compiled binaries stripped (16MB source). Nested AI-instruction
files (.claude/, CLAUDE.md) removed so they don't pollute Corrosion sessions.

- icehunter/    dune-admin (Go+React) — 4 control planes; SETUP_DOCKER.md is the
                closest analog to our agent's Dune docker control plane (compose
                lifecycle, docker logs, RabbitMQ-via-exec, dune Postgres schema)
- adainrivers/  Rust/Tauri desktop — SSH+k8s BattleGroup control, maintenance
                daemon, in-game admin console (Rust idiom reference)
- the4rchangel/ Node web UI replacing battlegroup.bat — matches the Commander's
                Hyper-V self-host path + game-config schema

See docs/reference-repos/README.md for the full index + how we use each.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
Vantz Stockwell
2026-06-11 21:08:05 -04:00
parent 0715492ddf
commit 651a35d4be
1334 changed files with 238971 additions and 0 deletions

View File

@@ -0,0 +1,68 @@
{
"name": "web",
"private": true,
"version": "0.0.0",
"type": "module",
"packageManager": "pnpm@10.28.1",
"scripts": {
"typecheck": "tsc --noEmit",
"dev": "vite",
"build": "tsc --noEmit && vite build",
"lint": "eslint . --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@clerk/react": "^6.7.1",
"@clerk/themes": "^2.4.57",
"@codemirror/autocomplete": "^6.20.2",
"@codemirror/lang-sql": "^6.10.0",
"@codemirror/state": "^6.6.0",
"@codemirror/view": "^6.43.0",
"@heroui/react": "^3.0.5",
"@heroui/styles": "^3.0.5",
"@iconify-json/lucide": "^1.2.109",
"@iconify/react": "^6.0.2",
"@internationalized/date": "^3.12.2",
"@lezer/highlight": "^1.2.3",
"@tailwindcss/vite": "^4.3.0",
"@uiw/codemirror-themes": "^4.25.10",
"@uiw/react-codemirror": "^4.25.10",
"i18next": "^26.3.0",
"jotai": "^2.20.0",
"leaflet": "^1.9.4",
"react": "^19.2.6",
"react-dom": "^19.2.6",
"react-i18next": "^17.0.8",
"react-leaflet": "^5.0.0",
"react-router-dom": "^7.15.1",
"recharts": "^3.8.1",
"tailwindcss": "^4.3.0",
"tslib": "^2.8.1",
"vitest": "^4.1.7"
},
"overrides": {
"js-cookie": "3.0.7"
},
"pnpm": {
"overrides": {
"@internationalized/date": "3.12.2"
}
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"@rolldown/binding-win32-x64-msvc": "^1.0.3",
"@stylistic/eslint-plugin": "^5.10.0",
"@types/leaflet": "^1.9.21",
"@types/node": "^24.12.3",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.1",
"eslint": "^10.3.0",
"eslint-plugin-react-hooks": "^7.1.1",
"eslint-plugin-react-refresh": "^0.5.2",
"globals": "^17.6.0",
"typescript": "~6.0.2",
"typescript-eslint": "^8.59.2",
"vite": "^8.0.12"
}
}