# A2 Wasp Warfare > Developer and AI-assistant documentation for `rayswaynl/a2waspwarfare`, an Arma 2: Operation Arrowhead 1.64 Warfare / CTI mission and server ecosystem. Use this file to find the highest-signal docs before modifying mission code. Important notes: - The source mission is `Missions/[55-2hc]warfarev2_073v48co.chernarus`. - `Missions_Vanilla/[61-2hc]warfarev2_073v48co.takistan` is a generated/copy target and should be propagated with `Tools/LoadoutManager` from either an ancestor folder named `a2waspwarfare` or a repo root containing `Missions`, `Missions_Vanilla` and `Tools/LoadoutManager/LoadoutManager.csproj`. - `Modded_Missions/*` exists in-tree but is not actively maintained by the current generation/package path. - Use Bohemia Interactive Arma 2 OA scripting references, not Arma 3 assumptions. - Treat publicVariable/PVF, economy authority, ICBM, side supply, attack waves and integration trust boundaries as high-risk public-server surfaces. - The GitHub Wiki is currently ahead of the visible local `docs/wiki` mirror; preserve dirty local mirror changes before syncing. The long-term recommendation remains repo-canonical docs plus GitHub Pages/MkDocs. - Machine files split into snapshots and append-oriented logs. Treat `agent-status.json`, `agent-collaboration.json`, `agent-context.json`, `agent-release-readiness.json`, `agent-compatibility-audit.json` and `agent-machine-index.json` as snapshots; treat `agent-events.jsonl`, `agent-knowledge.jsonl`, `agent-feature-status.jsonl` and `agent-hardening-backlog.jsonl` as evidence streams where later/superseding rows may refine older records. ## Start Here - [Current live state](https://github.com/rayswaynl/a2waspwarfare/wiki/Current-Live-State): Single source of truth for what is live (build, hotfix chain, PR base branch, map rotation) — read before acting on any "current" claim elsewhere in this file or the wiki. - [Warfare web tools](https://github.com/rayswaynl/a2waspwarfare/wiki/Warfare-Web-Tools): Catalog of the eight browser-based Warfare editor tools (standalone repos under github.com/rayswaynl, embedded at miksuu.com/tools) and their round-trip contracts. - [Ecosystem & companion repos](https://github.com/rayswaynl/a2waspwarfare/wiki/Ecosystem-And-Companion-Repos): One-screen map of every repo/surface in the ecosystem and where agents may open PRs versus owner-operated surfaces. - [Page index (every page, one line each)](https://github.com/rayswaynl/a2waspwarfare/wiki/Page-Index): Complete page-level map — fastest way to find the right page. Machine twin: [page-index.json](https://github.com/rayswaynl/a2waspwarfare/wiki/page-index.json). - [LLM agent entry pack](https://github.com/rayswaynl/a2waspwarfare/wiki/LLM-Agent-Entry-Pack): Compact read order, safety rules and task-specific page bundles for AI assistants. - [Arma 2 OA agent traps reference](https://github.com/rayswaynl/a2waspwarfare/wiki/Arma-2-OA-Agent-Traps-Reference): PR-cited burned traps for publicVariable direction, nested loops, threshold sentinels, launcher/config checks, case-only false positives and confirmation state. - [Agent development pack alias](https://github.com/rayswaynl/a2waspwarfare/wiki/Agent-Development-Pack): Compatibility alias for prompts that ask for an agent development pack; routes back to the LLM agent entry pack. - [Home](https://github.com/rayswaynl/a2waspwarfare/wiki/Home): Compact front door that routes humans, LLMs, reviewers and docs owners to canonical pages. - [Quickstart](https://github.com/rayswaynl/a2waspwarfare/wiki/Quickstart-For-Humans-And-Agents): First-day orientation for humans and agents. - [Feature status register](https://github.com/rayswaynl/a2waspwarfare/wiki/Feature-Status-Register): Triage dashboard for working, broken, partial, dormant and high-risk systems. - [Player stats branch audit](https://github.com/rayswaynl/a2waspwarfare/wiki/Player-Stats-Branch-Audit): Branch-only SQF-to-RPT-to-DiscordBot stats pipeline audit and enablement gates. - [BuyMenu EASA QoL branch audit](https://github.com/rayswaynl/a2waspwarfare/wiki/BuyMenu-EASA-QoL-Branch-Audit): Branch-only Buy Units/EASA UI audit covering affordability tint, queue tabs, EASA current-loadout selection and final-control smoke gates. - [Perf quick wins branch audit](https://github.com/rayswaynl/a2waspwarfare/wiki/Perf-Quick-Wins-Branch-Audit): Branch-only Chernarus fix audit covering side supply, factory queues, paratrooper PV registration, server loops and propagation gates. - [Old WarfareBE performance comparison](https://github.com/rayswaynl/a2waspwarfare/wiki/Old-WarfareBE-Performance-Comparison): Source-backed old BennyBoy WarfareBE vs current Wasp FPS architecture comparison and A/B test plan. - [Commander positions branch audit](https://github.com/rayswaynl/a2waspwarfare/wiki/Commander-Positions-Branch-Audit): Branch-only WDDM commander positions audit, with Chernarus-only runtime scope, merge baggage and smoke gates. - [AI Commander capture & fun improvement plan](https://github.com/rayswaynl/a2waspwarfare/wiki/AI-Commander-Capture-And-Fun-Improvement-Plan): 25-agent verified plan to make the AI commander better at capturing (supply-attrition bar) and more fun; ranks the four in-flight aicom branches to merge, new A2-safe quick-wins, owner-veto flips and discovered bugs. - [Zargabad branch audit](https://github.com/rayswaynl/a2waspwarfare/wiki/Zargabad-Branch-Audit): Branch-only low-pop Zargabad terrain release audit, static validation result and runtime evidence gates. - [Progress dashboard](https://github.com/rayswaynl/a2waspwarfare/wiki/Progress-Dashboard): Current Codex/Claude lanes and shared status. - [Release-readiness ledger](https://github.com/rayswaynl/a2waspwarfare/wiki/agent-release-readiness.json): Machine-readable source-only fix, generated propagation and smoke gate status. - [Machine index](https://github.com/rayswaynl/a2waspwarfare/wiki/agent-machine-index.json): Compact page-to-source/risk lookup for agents. - [Knowledge platform roadmap](https://github.com/rayswaynl/a2waspwarfare/wiki/Knowledge-Platform-Roadmap): Why repo docs + GitHub Pages/MkDocs should become canonical. - [Navigation inventory and page status](https://github.com/rayswaynl/a2waspwarfare/wiki/Navigation-Inventory-And-Page-Status): Current sidebar/MkDocs/page-status inventory and navigation cleanup backlog. ## Community & Dev - [Community & Dev](https://github.com/rayswaynl/a2waspwarfare/wiki/Community-And-Dev): WASP -> Miksuu lineage, Discord/changelog culture, contributor mentions and development practices. - [Miksuu upstream wiki import](https://github.com/rayswaynl/a2waspwarfare/wiki/Miksuu-Upstream-Wiki-Import): Import manifest, provenance, caveats and archive routing. - [Upstream changelog feature leads](https://github.com/rayswaynl/a2waspwarfare/wiki/Upstream-Changelog-Feature-Leads): Candidate backlog of historical changelog features that need current-source verification. - [Miksuu project welcome archive](https://github.com/rayswaynl/a2waspwarfare/wiki/Miksuu-Wiki-Archive-Welcome): CTI overview and upstream contribution culture. - [Miksuu big announcements archive](https://github.com/rayswaynl/a2waspwarfare/wiki/Miksuu-Wiki-Archive-Big-Announcements): 2023 community announcement, donors, contributors, GPT and HC history. - [Miksuu changelog archive](https://github.com/rayswaynl/a2waspwarfare/wiki/Miksuu-Wiki-Archive-Changelog): Primary upstream release-note and community timeline archive. - [Miksuu gameplay videos archive](https://github.com/rayswaynl/a2waspwarfare/wiki/Miksuu-Wiki-Archive-Gameplay-Videos): Upstream gameplay media link. - [Miksuu Discord Bot archive](https://github.com/rayswaynl/a2waspwarfare/wiki/Miksuu-Wiki-Archive-Discord-Bot): Historical DiscordBotFramework note. - [Miksuu development process archive](https://github.com/rayswaynl/a2waspwarfare/wiki/Miksuu-Wiki-Archive-Development-Process): SQF debugging, GPT, Trello, feature branch and performance process notes. - [Miksuu LoadoutManager archive](https://github.com/rayswaynl/a2waspwarfare/wiki/Miksuu-Wiki-Archive-LoadoutManager): Historical LoadoutManager rationale and examples; verify current generation scope before use. - [Miksuu Chernarus architecture archive](https://github.com/rayswaynl/a2waspwarfare/wiki/Miksuu-Wiki-Archive-Project-Script-Architecture-Of-Chernarus-Mission): Marty-era architecture overview and external diagram/PDF links. - [Developer history and upstream lessons](https://github.com/rayswaynl/a2waspwarfare/wiki/Developer-History-And-Upstream-Lessons): Source-backed upstream lessons from commits, PRs, branches and reverts. - [Upstream Miksuu commit intel](https://github.com/rayswaynl/a2waspwarfare/wiki/Upstream-Miksuu-Commit-Intel): Miksuu repo commit/PR context and current upstream comparison. - [Upstream mining ledger](https://github.com/rayswaynl/a2waspwarfare/wiki/Upstream-Mining-Ledger): Batch-level upstream-mining funnel, draft PR outcomes and no-port findings. - [Upstream BE 2073 AICOM fork-delta classification](https://github.com/rayswaynl/a2waspwarfare/wiki/Upstream-BE2073-AICOM-Fork-Delta-Classification): Source-backed split between inherited upstream AI commander concepts and WASP-owned modular AICOM implementation. - [Parent 2.073 LiteCO divergence audit](https://github.com/rayswaynl/a2waspwarfare/wiki/Parent-073-Divergence-Audit): Lane 207 parent-diff audit showing no safe direct borrows from Benny 2.073 LiteCO for attack paths, town FSMs, town AI or AICOM upgrade behavior. - [PR8 and Drone upstream lesson match](https://github.com/rayswaynl/a2waspwarfare/wiki/PR8-And-Drone-Upstream-Lesson-Match): Upstream lesson checklist for PR #8 and drone branches. - [agent-upstream-wiki-imports.jsonl](https://github.com/rayswaynl/a2waspwarfare/wiki/agent-upstream-wiki-imports.jsonl): Machine-readable upstream wiki import ledger. ## Architecture And Code - [Architecture overview](https://github.com/rayswaynl/a2waspwarfare/wiki/Architecture-Overview): Mission lifecycle and client/server/common/headless split. - [Mission entrypoints and lifecycle](https://github.com/rayswaynl/a2waspwarfare/wiki/Mission-Entrypoints-And-Lifecycle): `description.ext`, `initJIPCompatible.sqf`, init ordering and generated includes. - [Player join/disconnect lifecycle](https://github.com/rayswaynl/a2waspwarfare/wiki/Player-Join-Disconnect-And-AntiStack-Lifecycle): Join, JIP, reconnect, disconnect cleanup, raw lifecycle PVs, AntiStack persistence and AFK edges. - [NEURO and AntiStack system reference](https://github.com/rayswaynl/a2waspwarfare/wiki/NEURO-And-AntiStack-System-Reference): Route page separating AntiStack balancing/DB/lifecycle ownership from the dormant NEURO AI-taxi module and AICOM transport paths. - [Mission parameters/localization/build inputs](https://github.com/rayswaynl/a2waspwarfare/wiki/Mission-Parameters-Localization-And-Generated-Build-Inputs): Parameter cache flow, `version.sqf` generation, localization hazards and LoadoutManager overwrite/root/7za traps. - [Flag system quick reference](https://github.com/rayswaynl/a2waspwarfare/wiki/Flag-System-Quick-Reference): Route map for `WFBE_C_*` mission flags, lobby-parameter precedence, fallback-vs-forced assignments and subsystem owner pages. - [SQF code atlas](https://github.com/rayswaynl/a2waspwarfare/wiki/SQF-Code-Atlas): Compile registry, preprocess map and key script ownership. - [Function and module index](https://github.com/rayswaynl/a2waspwarfare/wiki/Function-And-Module-Index): Cross-module function map. - [Source inventory](https://github.com/rayswaynl/a2waspwarfare/wiki/Source-Inventory): File/subsystem inventory. ## Networking And Authority - [Networking and public variables](https://github.com/rayswaynl/a2waspwarfare/wiki/Networking-And-Public-Variables): PVF and direct publicVariable flow overview. - [Public variable channel index](https://github.com/rayswaynl/a2waspwarfare/wiki/Public-Variable-Channel-Index): Direct channel inventory and trust posture. - [PVF dispatch implementation](https://github.com/rayswaynl/a2waspwarfare/wiki/PVF-Dispatch-Implementation-Playbook): Allowlist / namespace lookup patch shape. - [Server authority migration map](https://github.com/rayswaynl/a2waspwarfare/wiki/Server-Authority-Migration-Map): Server-side authority design for spend/effect paths. - [Economy system reference](https://github.com/rayswaynl/a2waspwarfare/wiki/Economy-System-Reference): Source map, as of its last audit (Build84 era), for side supply, town income, team funds, AI commander treasury, upgrade spending, bank payouts, patrol rewards and donations. - [Economy authority first cut](https://github.com/rayswaynl/a2waspwarfare/wiki/Economy-Authority-First-Cut): First safe economy hardening slice. - [Upgrades and research atlas](https://github.com/rayswaynl/a2waspwarfare/wiki/Upgrades-And-Research-Atlas): Upgrade constants, side config arrays, live player UI, server worker, AI commander worker, stale legacy dialog and authority migration notes. - [Resistance supply scaffold](https://github.com/rayswaynl/a2waspwarfare/wiki/Resistance-Supply-Scaffold): GUER/resistance economy scaffold and missing temp-channel handler. - [ICBM authority](https://github.com/rayswaynl/a2waspwarfare/wiki/ICBM-Authority-Playbook): High-risk nuke/RequestSpecial validation path. - [Attack-wave authority](https://github.com/rayswaynl/a2waspwarfare/wiki/Attack-Wave-Authority-Playbook): Direct-PV attack-wave validation plan. ## Gameplay Systems - [Gameplay systems atlas](https://github.com/rayswaynl/a2waspwarfare/wiki/Gameplay-Systems-Atlas): Broad gameplay map. - [Economy, towns and supply](https://github.com/rayswaynl/a2waspwarfare/wiki/Economy-Towns-And-Supply): Town economy and supply context. - [Balance asymmetries](https://github.com/rayswaynl/a2waspwarfare/wiki/Balance-Asymmetries): Source-backed cross-faction reference for GUER stipend/toll/kill-tier pacing, CO/GUE upgrade dependencies and W1 War Chest sizing. - [Towns, camps and capture atlas](https://github.com/rayswaynl/a2waspwarfare/wiki/Towns-Camps-And-Capture-Atlas): Canonical town object init, capture/SV, camp capture, marker visibility, town AI activation and economy consumer map. - [Town-AI lifecycle reference](https://github.com/rayswaynl/a2waspwarfare/wiki/Town-AI-Lifecycle-Reference): Source-backed route map for town AI activation, garrison spawning, patrol/defense stance, static-defense manning, capture mop-up and deactivation. - [Commander and HQ lifecycle atlas](https://github.com/rayswaynl/a2waspwarfare/wiki/Commander-HQ-Lifecycle-Atlas): Canonical commander vote/reassignment, HQ/MHQ deploy/mobilize/destroy/repair, allied wreck marker and authority-risk map. - [Victory and endgame atlas](https://github.com/rayswaynl/a2waspwarfare/wiki/Victory-And-Endgame-Atlas): Canonical match-end detection, loser/winner payload semantics, win-stat logging and patch-ready endgame correctness map. - [Marker cleanup/restoration atlas](https://github.com/rayswaynl/a2waspwarfare/wiki/Marker-Cleanup-Restoration-Systems-Atlas): Client marker families, `MARKER_CREATION`, HQ wreck markers, garbage/mines/empty-vehicle cleanup and restoration risks. - [Support/specials/tactical modules atlas](https://github.com/rayswaynl/a2waspwarfare/wiki/Support-Specials-And-Tactical-Modules-Atlas): Tactical support menu, `RequestSpecial`, paratroopers, UAV, artillery, ICBM, MASH, ZetaCargo, service and supply support status. - [SCUD TEL tactical munitions reference](https://github.com/rayswaynl/a2waspwarfare/wiki/SCUD-TEL-Tactical-Munitions-Reference): Tactical-menu SCUD/TEL munitions as of its last audit (Build84 era), server `icbm-tel-fire` contract, carrier SCUD distinction and Takistan bought-SCUD bridge. - [Countermeasures module reference](https://github.com/rayswaynl/a2waspwarfare/wiki/Countermeasures-Module-Reference): Build84 route page for vanilla CM, OA auto-CM, native OA manual flares, IRS separation and GUER Ka-137 flare stock. - [Takistan features](https://github.com/rayswaynl/a2waspwarfare/wiki/Takistan-Features): Source-backed Takistan identity layer covering oilfields, land SCUD economy, AI SCUD evaluator, AICOM road/slope tuning and non-naval map status. - [Takistan parity reference](https://github.com/rayswaynl/a2waspwarfare/wiki/Takistan-Parity-Reference): Current Chernarus/Takistan divergence map covering legitimate per-map differences, implemented TK-DEEP-PARITY fixes and remaining safe action items. - [Takistan oilfields objective reference](https://github.com/rayswaynl/a2waspwarfare/wiki/Takistan-Oilfields-Objective-Reference): Dedicated Takistan oilfield capture, sabotage, repair, income, marker lifecycle and AICOM-pull reference. - [Optional client mods guide](https://github.com/rayswaynl/a2waspwarfare/wiki/Optional-Client-Mods-Guide): Player-facing guide for current PR8 signature policy, safe client-only sound/visual/HUD candidates, hard exclusions and future bikey/signature logistics. - [Takistan airfield FPV drone design](https://github.com/rayswaynl/a2waspwarfare/wiki/Takistan-Airfield-FPV-Drone-Design): July candidate design for captured Takistan airfields, bunker-gated Drone Bay, UAV/EASA tier gates, server-authoritative spawn/range validation and owner open questions. - [Construction logic list cleanup](https://github.com/rayswaynl/a2waspwarfare/wiki/Construction-Logic-List-Cleanup): Patch-ready SmallSite/MediumSite `wfbe_structures_logic` cleanup plan, propagation path and smoke checklist. - [Upgrades and research atlas](https://github.com/rayswaynl/a2waspwarfare/wiki/Upgrades-And-Research-Atlas): Canonical upgrade/research system map and patch-ready authority risks. - [Supply mission architecture](https://github.com/rayswaynl/a2waspwarfare/wiki/Supply-Mission-Architecture): Player supply-truck mission flow. - [Supply mission authority cleanup](https://github.com/rayswaynl/a2waspwarfare/wiki/Supply-Mission-Authority-Cleanup-Playbook): Cooldown/reward/trust cleanup plan. - [Current supply helicopter PR](https://github.com/rayswaynl/a2waspwarfare/wiki/Current-Work-Supply-Helicopters-PR1): PR #1 / `feat/supply-helicopter` notes. - [AI, headless and performance](https://github.com/rayswaynl/a2waspwarfare/wiki/AI-Headless-And-Performance): AI, HC and performance architecture. - [AI mods and pathfinding reference](https://github.com/rayswaynl/a2waspwarfare/wiki/AI-Mods-And-Pathfinding-Reference): Server/HC decision guide for ASR-on-HC posture, rejected AI mods, isolated SLX steering trial gates and fixed-wing/ILS pathfinding limits. - [WASPSCALE v2 telemetry reference](https://github.com/rayswaynl/a2waspwarfare/wiki/WASPSCALE-V2-Telemetry-Reference): Server RPT `WASPSCALE|v2` scale/performance schema, v2-EXT fields, counter semantics and soak-parser cautions. - [WASPSCALE v2-ext coverage audit](https://github.com/rayswaynl/a2waspwarfare/wiki/WASPSCALE-V2-Ext-Coverage-Gap-Audit): Current `Tools/Soak/analyze_soak.py` coverage for v2-ext fields, with `oilOwn`/`oilInc` identified as the remaining parser gap. - [AICOM aircraft and airfield system reference](https://github.com/rayswaynl/a2waspwarfare/wiki/AICOM-Aircraft-And-Airfield-System-Reference): Current AICOM aircraft eligibility, captured-airfield spawn routing, free-air/factory waivers, air caps and research-policy flags. - [AICOMSTAT v2 event vocabulary census](https://github.com/rayswaynl/a2waspwarfare/wiki/AICOMSTAT-V2-Event-Vocabulary-Census): Source-backed live-lineage AICOMSTAT v2 EVENT emitter inventory, key fields and Tools/Soak parser coverage gaps. - [Old WarfareBE performance comparison](https://github.com/rayswaynl/a2waspwarfare/wiki/Old-WarfareBE-Performance-Comparison): Old mission performance lessons, AI-cap deltas, town-AI comparison and controlled test matrix. - [AI commander autonomy audit](https://github.com/rayswaynl/a2waspwarfare/wiki/AI-Commander-Autonomy-Audit): Source-backed partial/autonomous AI commander and broken AI logistics revival audit. - [Upstream BE 2073 AICOM fork-delta classification](https://github.com/rayswaynl/a2waspwarfare/wiki/Upstream-BE2073-AICOM-Fork-Delta-Classification): Strict-path classification showing Build84 Server/AI/Commander as WASP-added implementation over inherited upstream AI commander semantics. - [Parent 2.073 LiteCO divergence audit](https://github.com/rayswaynl/a2waspwarfare/wiki/Parent-073-Divergence-Audit): Parent archive comparison for 2.073 LiteCO attack paths, town FSMs, town AI, upgrade helper and commander FSM; verdict is reference-only, no direct port. - [AI commander wildcard deck reference](https://github.com/rayswaynl/a2waspwarfare/wiki/AI-Commander-Wildcard-Deck-Reference): Current WEST/EAST and GUER wildcard deck weights, inert cards, interval truth, marker/telemetry hooks and pending wildcard PRs. - [Headless delegation/failover](https://github.com/rayswaynl/a2waspwarfare/wiki/Headless-Delegation-And-Failover-Playbook): HC delegation patch guidance. ## UI, Tooling And Operations - [Client UI systems atlas](https://github.com/rayswaynl/a2waspwarfare/wiki/Client-UI-Systems-Atlas): Dialogs, HUD, marker loops and UI risks. - [Class-skill system reference](https://github.com/rayswaynl/a2waspwarfare/wiki/Class-Skill-System-Reference): Client class-skill runtime map as of its last audit (Build 89 era) for role detection, action application, respawn reapply, class marker tags, SpecOps supply affordances, Medic redeploy, Engineer EASA and Spotter skin/lockpick edges. - [Respawn/death-loop lifecycle](https://github.com/rayswaynl/a2waspwarfare/wiki/Respawn-And-Death-Lifecycle-Atlas): Death menu, spawn candidates, penalty modes, skin reapply, UI v2 and MASH branch status as of its last audit (Build84 era). - [UI IDD collision repair](https://github.com/rayswaynl/a2waspwarfare/wiki/UI-IDD-Collision-Repair): Unique IDD repair plan for EASA/Economy and title resources. - [Gear/loadout/EASA atlas](https://github.com/rayswaynl/a2waspwarfare/wiki/Gear-Loadout-And-EASA-Atlas): Gear, aircraft loadouts and generated balance output. - [Gear template profile filter](https://github.com/rayswaynl/a2waspwarfare/wiki/Gear-Template-Profile-Filter): Patch-ready profile-template save filter bug and validation plan. - [Vehicle cargo equip loop bounds](https://github.com/rayswaynl/a2waspwarfare/wiki/Vehicle-Cargo-Equip-Loop-Bounds): Patch-ready vehicle/backpack cargo application loop-bound bug. - [Service menu affordability guards](https://github.com/rayswaynl/a2waspwarfare/wiki/Service-Menu-Affordability-Guards): Patch-ready local service-menu price/funds/context guard plan; not full server authority. - [Tools and build workflow](https://github.com/rayswaynl/a2waspwarfare/wiki/Tools-And-Build-Workflow): LoadoutManager, generation, packaging and Windows path traps. - [Zargabad tooling parity](https://github.com/rayswaynl/a2waspwarfare/wiki/Zargabad-Tooling-Parity-Audit): Current MatchReport/Soak parity audit for Zargabad, including missing world size, town coordinates and coordinate-harvest path. - [Source fix propagation queue](https://github.com/rayswaynl/a2waspwarfare/wiki/Source-Fix-Propagation-Queue): Current source/Vanilla propagation status and smoke gates. - [Testing/debugging/release workflow](https://github.com/rayswaynl/a2waspwarfare/wiki/Testing-Debugging-And-Release-Workflow): Source checks, smoke gates and release notes. - [Server runtime and operations](https://github.com/rayswaynl/a2waspwarfare/wiki/Server-Runtime-And-Operations): Gateway that routes ambiguous server-runtime/server-ops prompts to gameplay runtime, deployment, authority, integration, performance or testing owner pages. - [External integrations](https://github.com/rayswaynl/a2waspwarfare/wiki/External-Integrations): DiscordBot, extension, BattlEye and server config footprint. - [Integration trust boundary audit](https://github.com/rayswaynl/a2waspwarfare/wiki/Integration-Trust-Boundary-Audit): Security-first split between DiscordBot JSON intake, in-repo extension writes, AntiStack DB calls and BattlEye posture. - [AntiStack database extension audit](https://github.com/rayswaynl/a2waspwarfare/wiki/AntiStack-Database-Extension-Audit): Runtime/procedure map for AntiStack ON/OFF guards, A2WaspDatabase wrappers and enabled-mode return hardening. - [NEURO and AntiStack system reference](https://github.com/rayswaynl/a2waspwarfare/wiki/NEURO-And-AntiStack-System-Reference): Build84 route page for AntiStack loops, DB procedures, launch/JIP edges, current loop-scan status and dormant NEURO taxi entry points. - [Arma 2 OA external references](https://github.com/rayswaynl/a2waspwarfare/wiki/Arma-2-OA-External-Reference-Guide): Approved scripting reference path. - [Arma 2 OA compatibility audit](https://github.com/rayswaynl/a2waspwarfare/wiki/Arma-2-OA-Compatibility-Audit): Current docs scan for accidental Arma 3 assumptions and safe wording rules. ## Machine-Readable Context - [agent-context.json](https://github.com/rayswaynl/a2waspwarfare/wiki/agent-context.json): Compact repo map, rules and page inventory. - [agent-machine-index.json](https://github.com/rayswaynl/a2waspwarfare/wiki/agent-machine-index.json): Compact page-to-source/risk lookup with canonical pages, source refs, machine refs and next gates. - [agent-compatibility-audit.json](https://github.com/rayswaynl/a2waspwarfare/wiki/agent-compatibility-audit.json): Machine-readable Arma 2 OA compatibility classifications and risky-term rules. - [agent-release-readiness.json](https://github.com/rayswaynl/a2waspwarfare/wiki/agent-release-readiness.json): Machine-readable release-readiness ledger for tracked fixes, Vanilla propagation and smoke gates. - [agent-feature-status.jsonl](https://github.com/rayswaynl/a2waspwarfare/wiki/agent-feature-status.jsonl): Compact machine-readable feature/risk status index. - [agent-hardening-backlog.jsonl](https://github.com/rayswaynl/a2waspwarfare/wiki/agent-hardening-backlog.jsonl): High-risk backlog records. - [agent-knowledge.jsonl](https://github.com/rayswaynl/a2waspwarfare/wiki/agent-knowledge.jsonl): Append-only knowledge records. - [agent-status.json](https://github.com/rayswaynl/a2waspwarfare/wiki/agent-status.json): Current shared agent status. - [agent-collaboration.json](https://github.com/rayswaynl/a2waspwarfare/wiki/agent-collaboration.json): Shared collaboration state and handoffs. ## Optional - [Deep-review findings](https://github.com/rayswaynl/a2waspwarfare/wiki/Deep-Review-Findings): Consolidated external/deep research findings. - [External research reports](https://github.com/rayswaynl/a2waspwarfare/wiki/External-Research-Reports): Imported report manifest and promotion rules. - [Codebase coverage ledger](https://github.com/rayswaynl/a2waspwarfare/wiki/Codebase-Coverage-Ledger): Documentation coverage tracking. - [Wiki quality audit](https://github.com/rayswaynl/a2waspwarfare/wiki/Wiki-Quality-Audit): Page quality and duplication audit.