Skip to content

Ecosystem And Companion Repos

rayswaynl edited this page Jul 6, 2026 · 1 revision

Ecosystem And Companion Repos

One-screen map of every repo and surface in the WASP Warfare ecosystem, and — explicitly — where agents may open PRs versus what is owner-operated. GitHub URLs only; no infrastructure details belong on this page.

The repos

Mission source + this wiki — https://github.com/rayswaynl/a2waspwarfare. The Arma 2 OA 1.64 Warfare mission itself, its tooling (Tools/), and the GitHub wiki you are reading. This is the primary agent workspace: PRs against the base branch are the only agent output (see Current-Live-State for the base branch and what "live" means).

Base-game config/image ground truth — https://github.com/rayswaynl/arma2-co-config-reference. A dumped reference of the Arma 2: Combined Operations configs (Config/CfgVehicles.txt, CfgWeapons.txt, CfgWorlds.txt, ...) plus an Images/ thumbnail tree. It feeds the web tools' generated catalogs/thumbnails and the wiki's visual catalog pages (see Base-Game-Config-And-Image-Reference). Treat it as read-only ground truth for generators.

The web tools suite — eight standalone GitHub Pages apps under the same account (WDDM, loadout-lab, sector-planner, strategy-economy, garrison-editor, faction-builder, easa-loadouts, wf-menu-designer), each round-tripping specific mission files. Full catalog with repo links, round-trip contracts, and deploy model: Warfare-Web-Tools.

Community site + Discord bot — https://github.com/rayswaynl/miksuus-website-discord-bot (private). The miksuu.com community site and its Discord bot live in a private repo and are owner-operated. Public surfaces: https://miksuu.com, the /tools embeds, https://miksuu.com/llms.txt (machine-readable map of the tool suite), and the changelog.

In-game stats → website leaderboard pipeline. The mission emits WASPSTAT telemetry that the community site ingests into its leaderboard. Treat the whole pipeline as owner-operated infrastructure; its details are private. Agents interact with it only from the mission side (the telemetry-emitting SQF in the mission repo).

Arma2Warfare GPT assistant. A historical custom-GPT prompt inside the mission repo that turned dev artifacts into player-facing community posts — a community-communications tool, not game code. Reference: Arma2Warfare-GPT-Assistant-Reference.

Where agents may open PRs

Surface Agent PRs?
a2waspwarfare (mission + wiki) Yes — the primary lane; PRs against the base branch only.
The 7 documented tool repos (WDDM, loadout-lab, sector-planner, strategy-economy, garrison-editor, faction-builder, wf-menu-designer) Yes — each carries a root AGENTS.md; read it first (push to main there is a production deploy).
easa-loadouts Not yet documented (no AGENTS.md) — coordinate with the owner before touching it.
arma2-co-config-reference Read-only ground truth for generators; not an agent work surface.
miksuu.com website + Discord bot No — owner-operated, private repo.
Live game server / box No — agents never deploy; owner-operated (see Current-Live-State).

Sidebar

Clone this wiki locally