Files
Vantz Stockwell 651a35d4be
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
docs(reference): import Dune: Awakening server-manager references
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>
2026-06-11 21:08:05 -04:00

1 line
4.9 KiB
Plaintext

{"root":["./src/App.tsx","./src/main.tsx","./src/api/client.ts","./src/components/LanguageSelector.tsx","./src/components/SettingsConfigForm.tsx","./src/components/SortIndicator.tsx","./src/data/itemData.ts","./src/dune-ui/ConfirmDialog.tsx","./src/dune-ui/DataTable.tsx","./src/dune-ui/Dropzone.tsx","./src/dune-ui/Icon.tsx","./src/dune-ui/InfoCard.tsx","./src/dune-ui/LoadingState.tsx","./src/dune-ui/NumberInput.tsx","./src/dune-ui/PageHeader.tsx","./src/dune-ui/Panel.tsx","./src/dune-ui/SectionDivider.tsx","./src/dune-ui/SectionLabel.tsx","./src/dune-ui/SideNav.tsx","./src/dune-ui/icons.ts","./src/dune-ui/index.ts","./src/hooks/useAutoRefresh.ts","./src/hooks/useStatus.ts","./src/hooks/useTableSort.ts","./src/i18n/i18n.d.ts","./src/i18n/i18n.test.ts","./src/i18n/index.ts","./src/tabs/BasesTab.tsx","./src/tabs/BlueprintsTab.tsx","./src/tabs/LogsTab.tsx","./src/tabs/BattlegroupTab/ServersTable.tsx","./src/tabs/BattlegroupTab/helpers.ts","./src/tabs/BattlegroupTab/index.tsx","./src/tabs/BattlegroupTab/types.ts","./src/tabs/BattlegroupTab/modals/CommandOutputModal.tsx","./src/tabs/BattlegroupTab/modals/ConfirmDialog.tsx","./src/tabs/BattlegroupTab/modals/RestoreModal.tsx","./src/tabs/DatabaseTab/constants.ts","./src/tabs/DatabaseTab/index.tsx","./src/tabs/DatabaseTab/components/ResultTable.tsx","./src/tabs/DatabaseTab/components/TableSearchInput.tsx","./src/tabs/LiveMapTab/constants.ts","./src/tabs/LiveMapTab/index.tsx","./src/tabs/LiveMapTab/types.ts","./src/tabs/LiveMapTab/utils.ts","./src/tabs/LiveMapTab/components/FilterPanel.tsx","./src/tabs/LiveMapTab/components/FitBoundsController.tsx","./src/tabs/LiveMapTab/components/HeatmapCanvasLayer.tsx","./src/tabs/LiveMapTab/components/InvalidateOnActive.tsx","./src/tabs/LiveMapTab/components/MapClickCapture.tsx","./src/tabs/LiveMapTab/components/MapTileLayer.tsx","./src/tabs/LiveMapTab/components/SpawnCanvasLayer.tsx","./src/tabs/LiveMapTab/components/SpriteIcon.tsx","./src/tabs/LiveMapTab/components/ZoneGridLayer.tsx","./src/tabs/MarketTab/ItemDetail.tsx","./src/tabs/MarketTab/MarketGrid.tsx","./src/tabs/MarketTab/MarketSearch.tsx","./src/tabs/MarketTab/MarketSidebar.tsx","./src/tabs/MarketTab/MarketTable.tsx","./src/tabs/MarketTab/ViewToggle.tsx","./src/tabs/MarketTab/index.tsx","./src/tabs/MarketTab/bot/BotActions.tsx","./src/tabs/MarketTab/bot/BotConfigEditor.tsx","./src/tabs/MarketTab/bot/BotControlPanel.tsx","./src/tabs/MarketTab/bot/BotLogViewer.tsx","./src/tabs/MarketTab/bot/BotServerConfig.tsx","./src/tabs/MarketTab/bot/BotStatusCard.tsx","./src/tabs/MarketTab/bot/DisabledItemsManager.tsx","./src/tabs/PlayersTab/index.tsx","./src/tabs/PlayersTab/types.ts","./src/tabs/PlayersTab/components/PlayerCard.tsx","./src/tabs/PlayersTab/components/PlayerDetailPanel.tsx","./src/tabs/PlayersTab/components/SessionChart.tsx","./src/tabs/PlayersTab/components/SolarisChart.tsx","./src/tabs/PlayersTab/components/StatusDot.tsx","./src/tabs/PlayersTab/components/XPChart.tsx","./src/tabs/PlayersTab/modals/GiveItemsModal.tsx","./src/tabs/PlayersTab/modals/InventoryModal.tsx","./src/tabs/PlayersTab/modals/ManageLocationsModal.tsx","./src/tabs/PlayersTab/modals/MapCoordPickerModal.tsx","./src/tabs/PlayersTab/views/GiveItemsView.tsx","./src/tabs/PlayersTab/views/InventoryView.tsx","./src/tabs/PlayersTab/views/VehiclesView.tsx","./src/tabs/PlayersTab/views/ActionsView/index.tsx","./src/tabs/PlayersTab/views/ActionsView/store.ts","./src/tabs/PlayersTab/views/ActionsView/components/AddTagsPanel.tsx","./src/tabs/PlayersTab/views/ActionsView/components/DebouncedSearchField.tsx","./src/tabs/PlayersTab/views/ActionsView/components/KeystonesToggle.tsx","./src/tabs/PlayersTab/views/ActionsView/hooks/useActions.ts","./src/tabs/PlayersTab/views/ActionsView/hooks/useDebounce.ts","./src/tabs/PlayersTab/views/ActionsView/sections/AdminSection.tsx","./src/tabs/PlayersTab/views/ActionsView/sections/ContractsSection.tsx","./src/tabs/PlayersTab/views/ActionsView/sections/ExperimentalSection.tsx","./src/tabs/PlayersTab/views/ActionsView/sections/HistorySection.tsx","./src/tabs/PlayersTab/views/ActionsView/sections/JourneySection.tsx","./src/tabs/PlayersTab/views/ActionsView/sections/ProgressionSection.tsx","./src/tabs/PlayersTab/views/ActionsView/sections/ResourcesSection.tsx","./src/tabs/PlayersTab/views/ActionsView/sections/SpecsSection.tsx","./src/tabs/PlayersTab/views/ActionsView/sections/TagsSection.tsx","./src/tabs/ServerSettingsTab/constants.ts","./src/tabs/ServerSettingsTab/index.tsx","./src/tabs/ServerSettingsTab/utils.ts","./src/tabs/ServerSettingsTab/components/RawSectionPanel.tsx","./src/tabs/ServerSettingsTab/components/SettingRow.tsx","./src/tabs/StorageTab/index.tsx","./src/tabs/StorageTab/components/AddItemsModal.tsx","./src/tabs/WelcomePackageTab/index.tsx","./src/tabs/WelcomePackageTab/types.ts","./src/tabs/WelcomePackageTab/views/ConfigView.tsx","./src/tabs/WelcomePackageTab/views/GrantsView.tsx","./src/tabs/WelcomePackageTab/views/PackagesView.tsx","./src/utils/icons.ts","./vite.config.ts"],"version":"6.0.3"}