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>
59 lines
1.0 KiB
Plaintext
59 lines
1.0 KiB
Plaintext
db-snapshots/
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
settings.local.json
|
|
|
|
# SSH keys — never commit
|
|
sshKey
|
|
sshKey.pub
|
|
|
|
# Browser fetch script — local dev tool, not for sharing
|
|
fetch-item-data.js
|
|
|
|
# Compiled binaries
|
|
/bin/
|
|
/dune-admin
|
|
/dune-admin-linux
|
|
/dune-admin.exe
|
|
*.exe
|
|
|
|
# Embedded frontend dist (generated by make web, not committed)
|
|
/cmd/dune-admin/dist/
|
|
|
|
# Tools (downloaded, not part of the project)
|
|
repak_win/
|
|
repak_win.zip
|
|
*.tar.gz
|
|
*.tar.xz
|
|
|
|
# macOS
|
|
.DS_Store
|
|
**/.DS_Store
|
|
|
|
blueprint.json
|
|
|
|
# Local Go build cache (used when system cache is unavailable)
|
|
.go-cache/
|
|
.superpowers/
|
|
|
|
# docs/ — default-private (local notes, scratch).
|
|
# Exception: community-facing ADRs, deployment docs, and generated Swagger spec are tracked.
|
|
docs/*
|
|
!docs/amp-direct-connect/
|
|
!docs/adr/
|
|
!docs/plans/
|
|
!docs/superpowers/
|
|
!docs/docs.go
|
|
!docs/swagger.json
|
|
!docs/swagger.yaml
|
|
|
|
# Local dev/testing artifacts
|
|
local/
|
|
deploy/k8s/dune-admin.rendered.yaml
|
|
|
|
# Reference material / ideas / scratch — not for sharing
|
|
Samples-Ideas/
|
|
tmp/dune-admin
|
|
.worktrees
|