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>
69 lines
1.0 KiB
Plaintext
69 lines
1.0 KiB
Plaintext
# Dependencies
|
|
node_modules/
|
|
app/node_modules/
|
|
|
|
# Frontend build
|
|
dist/
|
|
app/dist/
|
|
app/src-tauri/gen/schemas/
|
|
|
|
# Rust/Tauri build outputs
|
|
target/
|
|
src-tauri/target/
|
|
app/src-tauri/target/
|
|
manager-api/target/
|
|
|
|
# Local environment
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
|
|
# Logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
|
|
# Docs are scratch notes for now; keep README trackable later
|
|
*.md
|
|
!README.md
|
|
!docs/
|
|
!docs/*.md
|
|
docs/rabbitmq-protocol.md
|
|
# Release notes go on GitHub releases via the release workflow.
|
|
!release-notes/
|
|
!release-notes/*.md
|
|
|
|
# Editor and OS noise
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
Thumbs.db
|
|
Desktop.ini
|
|
|
|
# Local app/runtime data and secrets
|
|
.tmp/
|
|
.playwright-mcp/
|
|
app/default-config.json
|
|
app/steamcmd/
|
|
app/dune-server/
|
|
dune-server/
|
|
app/vm/
|
|
app/vm-*/
|
|
app/src-tauri/dune-server/
|
|
app/src-tauri/vm/
|
|
app/src-tauri/resources/manager-api/dune-manager-api
|
|
app/src-tauri/resources/manager-api/dune-manager-api.exe
|
|
vm/
|
|
*.pem
|
|
*.key
|
|
sshKey
|
|
codex_vm_ed25519_dropbear
|
|
codex_vm_ed25519_dropbear.pub
|
|
snapshots/
|
|
keys/
|
|
initial-setup-log.txt
|
|
secrets/
|