-
Notifications
You must be signed in to change notification settings - Fork 0
AICOMSTAT V2 Event Vocabulary Census
Source-backed lane 304 census for AICOMSTAT|v2|EVENT records on the live grading lineage. It answers a narrower question than the overview page: which v2 event families are actually emitted, which fields they carry, and whether Tools/Soak/analyze_soak.py can see or score them.
| Item | Value |
|---|---|
| Source base | origin/claude/build84-cmdcon36@5fca3239069a5eff6335f06fecb26bb72e8c9ceb |
| Source root scanned | Missions/[55-2hc]warfarev2_073v48co.chernarus |
| Analyzer checked |
Tools/Soak/analyze_soak.py on the same base |
| Emitters found | 74 `AICOMSTAT |
| Distinct v2 event families | 59 |
| Analyzer-specific KPI branches |
ASSAULT_ARRIVED, ASSAULT_DISPATCH, TARGET_ABANDON
|
| Analyzer watchlist names present as v2 emitters | 6 / 12 |
| Event families with side-token collection risk | 15 |
- The live source emits 59 distinct v2 event families, while the current analyzer has hard KPI logic for only
ASSAULT_DISPATCH,ASSAULT_ARRIVEDandTARGET_ABANDON(analyze_soak.py:349-369). - The generic v2 regex at
analyze_soak.py:229-231requires the side field to match[A-Z]+. That misses numeric side IDs emitted by several HC/driver-side lines and lowercaseallinAI_SCUD_LOOP. - The analyzer watchlist at
analyze_soak.py:91-103is partly stale for this lineage: 6 of its 12 names are not live v2 event families. -
CAPTURE_TRACEis partially visible. The server-sideORDER_PUBLISHEDline uses a side string and is parsed, but the driver-sideORDER_ACCEPT,ARRIVAL_GATE,ARRIVAL_WAITandBEGIN_CAPTURElines use numeric side IDs and are skipped before the gate/wait summary atanalyze_soak.py:1000can count them. - Many useful events are generic-collected but not surfaced in the text report or JSON: economy flow, combat totals, team founding/retirement, SCUD AI actions, GUER checkpoint/scavenger events and HC reconnect/drop audits.
| Analyzer code | What it covers | Source |
|---|---|---|
RE_V2_EVENT |
Generic ingest for `AICOMSTAT | v2 |
ASSAULT_DISPATCH branch |
Dispatch count, reissue count and team journey seed | Tools/Soak/analyze_soak.py:349-359 |
ASSAULT_ARRIVED branch |
Arrival count and elapsed journey samples | Tools/Soak/analyze_soak.py:360-368 |
TARGET_ABANDON branch |
Abandon totals and reason counts | Tools/Soak/analyze_soak.py:369-371 |
NEW_EVENT_TYPES |
Text/JSON count-and-sample watchlist | Tools/Soak/analyze_soak.py:91-103,989-990,1260 |
CAPTURE_TRACE gate/wait |
Extra render-only gate/wait summary from generic-collected CAPTURE_TRACE events |
Tools/Soak/analyze_soak.py:1000-1007 |
| Watchlist name | Current source status |
|---|---|
TARGET_ESCALATE |
No live source hit in the checked Chernarus mission tree; analyzer watchlist only. |
TOPUP_REQ |
AICOMLog prose at Server/AI/Commander/AI_Commander_Produce.sqf:194; no AICOMSTAT v2 EVENT emitter. |
TOPUP_DONE |
AICOMSTAT v1 EVENT at Common/Functions/Common_RunCommanderTeam.sqf:2337; not v2 and side is numeric. |
TEAM_RECYCLE |
AICOMLog prose at Server/AI/Commander/AI_Commander_Produce.sqf:124; no AICOMSTAT v2 EVENT emitter. |
ECON_SINK |
No literal v2 type; live v2 emitters are ECON_SINK_SURGE and ECON_SINK_RESEARCH. |
STAGE |
No literal v2 type; live v2 emitter is STRIKE_STAGE_RELEASE. |
Coverage wording:
-
KPI parsedmeans the analyzer computes a named metric from this family. -
watchlist count/samplemeans the analyzer can display count plus recent samples if the generic regex collected it. -
generic-collected onlymeans it enterssoak.eventsbut is not printed as a KPI or included as a named JSON field. -
side-token missmeans the current regex does not collect that emitter because the side token is numeric or lowercase.
| Event family | Emitters | Source sites | Fields / variants | Analyzer coverage |
|---|---|---|---|---|
AIRMOBILE_LEG |
1 | Common/Functions/Common_AICOMAirLeg.sqf:276 |
keys: dist, lifted, team, walked
|
not collected by current side regex side-token miss: numeric/lowercase side |
AIRMOBILE_PARADROP |
1 | Common/Functions/Common_AICOMAirLeg.sqf:123 |
keys: reason, team, town
|
not collected by current side regex side-token miss: numeric/lowercase side |
AIR_PARADROP |
1 | Common/Functions/Common_RunCommanderTeam.sqf:561 |
keys: reason, team, town
|
not collected by current side regex side-token miss: numeric/lowercase side |
AIR_RETAIN |
1 | Common/Functions/Common_RunCommanderTeam.sqf:667 |
keys: heli, team
|
not collected by current side regex side-token miss: numeric/lowercase side |
AI_SCUD |
1 | Server/Init/Init_IcbmTel.sqf:1132 |
keys: clusterN, platform, side, target
|
generic-collected only |
AI_SCUD_BUY |
1 | Server/Init/Init_IcbmTel.sqf:1194 |
keys: cost, funds, side
|
generic-collected only |
AI_SCUD_LOOP |
2 |
Server/Init/Init_IcbmTel.sqf:1207Server/Init/Init_IcbmTel.sqf:1220
|
pos: offline (game over), online
|
not collected by current side regex side-token miss: numeric/lowercase side |
AI_SCUD_SKIP_FUNDS |
1 | Server/Init/Init_IcbmTel.sqf:1123 |
keys: funds, need
|
generic-collected only |
AI_SCUD_TRACK |
1 | Server/Init/Init_IcbmTel.sqf:1110 |
keys: clusterN, pospos: awaiting-confirm
|
generic-collected only |
ASSAULT_ARRIVED |
1 | Server/AI/Commander/AI_Commander_AssignTowns.sqf:106 |
keys: dist, elapsed, team, town
|
KPI parsed: arrival count/elapsed/team journey |
ASSAULT_DISPATCH |
1 | Server/AI/Commander/AI_Commander_AssignTowns.sqf:758 |
keys: dist, reissue, team, town
|
KPI parsed: dispatch count/reissue/team journey |
ASSAULT_STRANDED |
1 | Server/AI/Commander/AI_Commander_AssignTowns.sqf:162 |
keys: dist, elapsed, moved, stuck, team, town
|
generic-collected only |
BREAKOFF |
1 | Common/Functions/Common_RunCommanderTeam.sqf:2006 |
keys: live, resNear, team
|
watchlist count/sample side-token miss: numeric/lowercase side |
CAPTURE_TRACE |
5 |
Common/Functions/Common_RunCommanderTeam.sqf:931Common/Functions/Common_RunCommanderTeam.sqf:1369Common/Functions/Common_RunCommanderTeam.sqf:1651Common/Functions/Common_RunCommanderTeam.sqf:1684+1 more |
keys: dist, gate, mode, route, seq, strike, team, townpos: ARRIVAL_GATE, ARRIVAL_WAIT, BEGIN_CAPTURE, ORDER_ACCEPT, ORDER_PUBLISHED
|
watchlist plus gate/wait summary partial: numeric/lowercase side emitters missed |
COMBATSTAT |
1 | Server/AI/Commander/AI_Commander.sqf:879 |
keys: cas, killed, made, netCas, netKilled, netMade, netVehLost, vehLost
|
generic-collected only |
CONVOY_DELIVERED |
1 | Server/Functions/AI_Commander_Wildcard.sqf:1105 |
keys: supply
|
generic-collected only |
DONATION |
1 | Server/PVFunctions/RequestAIComDonate.sqf:94 |
keys: wallet_after
|
generic-collected only |
EASA_AI_KIT |
1 | Common/Functions/Common_RunCommanderTeam.sqf:400 |
keys: turret, type
|
not collected by current side regex side-token miss: numeric/lowercase side |
ECONFLOW |
1 | Server/AI/Commander/AI_Commander.sqf:799 |
keys: aicomFunds, netPlayerFunds, playerFunds, supply
|
generic-collected only |
ECONOMY |
1 | Server/AI/Commander/AI_Commander.sqf:777 |
keys: funds, netFunds, netSupply, supply, towns
|
generic-collected only |
ECON_SINK_RESEARCH |
1 | Server/AI/Commander/AI_Commander.sqf:699 |
keys: fundsCost, id, lvl, sv
|
generic-collected only |
ECON_SINK_SURGE |
3 |
Server/AI/Commander/AI_Commander.sqf:600Server/AI/Commander/AI_Commander.sqf:615Server/AI/Commander/AI_Commander.sqf:620
|
keys: cap, funds, reason, state
|
generic-collected only |
FOUND_GATE_SKIP |
1 | Server/AI/Commander/AI_Commander_Teams.sqf:1084 |
keys: ownAny, type
|
generic-collected only |
FRONT_DWELL_HOLD |
1 | Server/AI/Commander/AI_Commander_Strategy.sqf:389 |
keys: age, kept, scored
|
generic-collected only |
GUERCP_CLEARED |
1 | Server/Functions/AI_Commander_Wildcard_GUER.sqf:285 |
keys: byOcc, clearSupply
|
generic-collected only |
GUERCP_HELD |
1 | Server/Functions/AI_Commander_Wildcard_GUER.sqf:302 |
keys: avail, fobToken
|
generic-collected only |
GUERSCAV_DESPAWN |
1 | Server/Functions/AI_Commander_Wildcard_GUER.sqf:400 |
keys: el, ttl
|
generic-collected only |
GUERSCAV_WRECK |
1 | Server/Functions/AI_Commander_Wildcard_GUER.sqf:393 |
keys: remaining, reward, type
|
generic-collected only |
GUERWILDCARD_G<n> |
1 | Server/Functions/AI_Commander_Wildcard_GUER.sqf:416 |
pos: draw result/detail | generic-collected only |
HCDISPATCH |
1 | Server/AI/Commander/AI_Commander_Teams.sqf:179 |
keys: founded, pending, pendingAgeSec, target
|
generic-collected only |
HCDISPATCH_REAP |
1 | Server/AI/Commander/AI_Commander_Teams.sqf:185 |
keys: reasonpos: pending->
|
generic-collected only |
HCDROP_AICOM_AUDIT |
1 | Server/Functions/Server_OnPlayerDisconnected.sqf:86 |
keys: delay, group, headingFresh, headingStale, headingUnknown, live, name, oldOwnerLive, owner, teams, uid
|
generic-collected only |
HCRECON_AICOM_AUDIT |
1 | Server/Functions/Server_HandleSpecial.sqf:1061 |
keys: group, headingFresh, headingStale, headingUnknown, live, newOwnerLive, owner, teams, uid
|
generic-collected only |
JOURNEY_COMMIT |
1 | Server/AI/Commander/AI_Commander_AssignTowns.sqf:544 |
keys: progress, team, town
|
generic-collected only |
ORBITER_STUCK |
1 | Server/AI/Commander/AI_Commander_AssignTowns.sqf:149 |
keys: dist, strike, team, town
|
watchlist count/sample |
RALLY_ARRIVED |
1 | Common/Functions/Common_RunCommanderTeam.sqf:1412 |
keys: dist, seq, team
|
watchlist count/sample side-token miss: numeric/lowercase side |
RALLY_FALLBACK |
1 | Common/Functions/Common_RunCommanderTeam.sqf:1294 |
keys: dist, seq, team
|
not collected by current side regex side-token miss: numeric/lowercase side |
RALLY_ORDER |
1 | Server/AI/Commander/AI_Commander_Strategy.sqf:667 |
keys: alive, team, want
|
watchlist count/sample |
RECYCLE_FLAG |
4 |
Server/AI/Commander/AI_Commander_AssignTowns.sqf:175Server/AI/Commander/AI_Commander_AssignTowns.sqf:355Server/AI/Commander/AI_Commander_AssignTowns.sqf:444Server/AI/Commander/AI_Commander_AssignTowns.sqf:466
|
keys: failedjourneys, reason, team
|
watchlist count/sample |
RESEARCH_AIR |
1 | Server/AI/Commander/AI_Commander.sqf:108 |
pos: appended
|
generic-collected only |
RICH_GEAR |
1 | Common/Functions/Common_RunCommanderTeam.sqf:466 |
keys: atMag, extraMags, tier
|
not collected by current side regex side-token miss: numeric/lowercase side |
SIDE_BLACKLIST |
2 |
Server/AI/Commander/AI_Commander_AssignTowns.sqf:376Server/AI/Commander/AI_Commander_AssignTowns.sqf:483
|
keys: abandons, cooldown, town
|
generic-collected only |
SMOKE |
2 |
Common/Functions/Common_RunCommanderTeam.sqf:1450Common/Functions/Common_RunCommanderTeam.sqf:2002
|
keys: cls, teampos: ASSAULT, BREAKOFF
|
not collected by current side regex side-token miss: numeric/lowercase side |
STRIKE_STAGE_RELEASE |
1 | Server/AI/Commander/AI_Commander_Strategy.sqf:789 |
keys: bodies, held, need
|
generic-collected only |
STRUCTURE_BUILT |
1 | Server/AI/Commander/AI_Commander_Base.sqf:779 |
keys: branchOut, cost, paidBy, struct
|
generic-collected only |
TARGET_ABANDON |
3 |
Server/AI/Commander/AI_Commander_AssignTowns.sqf:346Server/AI/Commander/AI_Commander_AssignTowns.sqf:436Server/AI/Commander/AI_Commander_AssignTowns.sqf:458
|
keys: cooldown, onGoto, reason, team, town
|
KPI parsed: abandon count/reasons |
TEAMS_TARGET |
1 | Server/AI/Commander/AI_Commander_Teams.sqf:128 |
keys: base, delta, effective, floor, pc
|
generic-collected only |
TEAM_FOUNDED |
1 | Server/AI/Commander/AI_Commander_Teams.sqf:1215 |
keys: class, cost, template, via
|
generic-collected only |
TEAM_RETIRED |
2 |
Server/AI/Commander/AI_Commander_DisbandLowTier.sqf:79Server/AI/Commander/AI_Commander_Teams.sqf:216
|
keys: footTeams, founded, pc, reason, target, units
|
generic-collected only |
TEAM_TYPED |
1 | Server/AI/Commander/AI_Commander_AssignTypes.sqf:276 |
keys: class, template, via
|
generic-collected only |
TOWN_FLIP |
1 | Server/FSM/server_town.sqf:291 |
keys: from, fromID, to, toID, town
|
not collected by current side regex side-token miss: numeric/lowercase side |
UNSTUCK_FIRED |
1 | Common/Functions/Common_RunCommanderTeam.sqf:983 |
keys: dist, map, team, tier
|
generic-collected only |
UNSTUCK_STRIKE |
1 | Server/AI/Commander/AI_Commander_AssignTowns.sqf:726 |
keys: team, tier
|
generic-collected only |
UPGRADE_RESEARCHED |
1 | Server/Functions/Server_AI_Com_Upgrade.sqf:99 |
keys: fundsCost, id, lvl, paidBy, supplyCost
|
generic-collected only |
UPRISING_DONE |
1 | Server/Functions/AI_Commander_Wildcard.sqf:876 |
pos: cleared
|
generic-collected only |
VEHDROP |
1 | Common/Functions/Common_AICOMAirLeg.sqf:396 |
keys: depth, team, veh
|
not collected by current side regex side-token miss: numeric/lowercase side |
VEHLIFT |
1 | Common/Functions/Common_AICOMAirLeg.sqf:271 |
keys: depth, team, tier, veh
|
not collected by current side regex side-token miss: numeric/lowercase side |
WEDGE_RELEASE |
1 | Server/AI/Commander/AI_Commander_Strategy.sqf:588 |
keys: mode, moved, team
|
generic-collected only |
WILDCARD_W<n> |
1 | Server/Functions/AI_Commander_Wildcard.sqf:1512 |
pos: draw result/detail | generic-collected only |
| Priority | Follow-up | Why |
|---|---|---|
| 1 | Relax RE_V2_EVENT side capture from [A-Z]+ to a non-pipe token such as `([^ |
]+)` and normalize side strings later. |
| 2 | Add a generic v2_event_counts object to analyzer JSON and a compact text table for all collected event families. |
This preserves telemetry value for events that are not full KPIs yet. |
| 3 | Rename or map stale watchlist labels: ECON_SINK -> ECON_SINK_SURGE/ECON_SINK_RESEARCH, STAGE -> STRIKE_STAGE_RELEASE, and document TOPUP_DONE as v1 unless upgraded. |
Prevents false zeroes in soak reports. |
| 4 | Add parser regression fixtures for numeric side IDs and lowercase all. |
The existing regex failure is silent; a small fixture catches it. |
| 5 | Decide whether driver-side CAPTURE_TRACE should emit side strings instead of numeric IDs, or whether the parser should own all normalization. |
Parser-side normalization is the smaller blast-radius fix; emitter consistency is cleaner long term. |
- AI commander logging and AICOMSTAT telemetry - grammar and surrounding telemetry families.
- WASPSCALE v2 telemetry reference - server-scale snapshot and v2-EXT counters.
- AICOM stuck recovery v2 reference - stuck-ladder and recovery-event operator notes.
- Commander-team driver reference - driver-side source for several numeric-side v2 emitters.
- Testing/debugging and release workflow - RPT evidence and release-gate context.
Home | Agent Guide | Current live state | Release 1.2.2 (B91) | Quickstart | Progress | Lifecycle wait-chain | Join/disconnect | Parameters/build | Assets/config | SQF atlas | PV index | Modules | Support/specials | Commander/HQ | Commander vote/reassign | Construction/CoIn | Construction cleanup | WDDM compositions | Factory/purchase | Upgrades/research | Towns/camps/capture | Victory/endgame | Markers/cleanup | Server runtime | AI runtime/HC | AI commander audit | HC delegation | Town AI safety | Commander reassignment | Resistance supply | Player UI workflow | UI atlas | Respawn/death | Gear template filter | Vehicle cargo loop | Service guards | UI IDD repair | UI design inspiration | WASP overlay | Feature status | Source propagation | release readiness | Tooling readiness | Integration trust | AntiStack DB | Owner decisions | Shelved registry | Abandoned feature revival | Hardening roadmap | PVF dispatch | Server authority | ICBM authority | Attack-wave authority | Telemetry families | AICOM V2 cutover | Consumer port map | Testing workflow | Server ops | Web tools | Ecosystem repos | Arma 2 OA refs | A2 traps | OA compatibility audit | Coverage ledger | Navigation inventory | Pruning ledger | Knowledge roadmap | Agent context | Collab protocol | Worklog | Audit archive 2026-07 | Briefing reference | Utes invasion concept
- Shelved AICOM concepts - revivable someday ideas (owner-shelved 2026-07-03)
Docs rule: source-backed claims only; Arma 2 OA scripting docs only; gameplay edits start in Missions/[55-2hc]warfarev2_073v48co.chernarus.
- Getting started
- Status and coordination
- Agent context
- Agent collaboration protocol
- Agent worklog
- Agent worklog archive
- Progress dashboard
- PR cleanup and integration lab
- Shelved PR #169: gear price double-count
- Shelved PR #194: Chernarus no-trees
- Coordination board
- Codebase coverage ledger
- Bottleneck removal queue
- Current source status
- Wiki mirror reconciliation
- Navigation inventory
- Registers
- Agent orchestration
- Architecture
- Architecture overview
- Mission entrypoints and lifecycle
- Lifecycle wait chain
- Player join/disconnect and AntiStack lifecycle
- Mission parameters/localization/build inputs
- Stringtable localization key-family catalog
- Source inventory
- Content structure and maps
- Assets/config/localization/parameters
- Mission start parameters index
- Code and networking
- Gameplay systems
- Core systems index
- Gameplay systems atlas
- Commander/HQ lifecycle atlas
- Economy, towns and supply
- Economy system reference
- Balance asymmetries
- Anti-stack skill-balance mechanic
- Empty-side supply income stagnation
- Towns, camps and capture atlas
- Victory and endgame atlas
- Victory conditions reference
- Territorial victory reference
- Marker cleanup and restoration
- Marker loop engine and registries
- Map marker families content catalog
- Marker subsystem function reference
- Client marker FSM updater map
- Support specials and tactical modules
- SCUD TEL tactical munitions
- Naval HVT objectives (carriers/SCUD)
- SCUD saturation strike mechanic
- Takistan airfield FPV drone design
- Construction and CoIn systems
- Structure damage reduction & friendly-fire
- Construction logic list cleanup
- Flak tower & WDDM anchor compositions
- Resistance supply scaffold
- GUER Insurgents faction overview
- GUER Insurgents branch audit
- GUER insurgent player economy
- GUER air-defense loop (Ka-137/Mi-24)
- Upgrades and research atlas
- Supply mission architecture
- Supply mission authority cleanup
- Current supply helicopters PR1
- Respawn and death-loop lifecycle
- Vehicle theft economy pitch
- GUER tunnel network pitch
- Content, reference and catalogs
- Faction unit/vehicle roster catalog
- Auxiliary/SF/civilian unit catalog
- Gear store loadout route catalog
- Upgrade research (cross-faction)
- Gear store price and upgrade catalog
- Gear store catalog (complete, per faction)
- Defense structures catalog
- Artillery reference per faction
- AI squad team templates catalog
- Town AI lifecycle reference
- Town AI group composition catalog
- Class-skill system reference
- Player skill abilities reference
- Default gear template content catalog
- Chernarus map content reference
- Takistan map content reference
- Takistan features
- Takistan parity reference
- Takistan oilfields objective reference
- IRS IR-smoke countermeasure
- Arty module special munitions
- Zeta cargo sling-load reference
- Spawn primitive function reference
- Kill and score pipeline
- Waypoint helper function reference
- Position and proximity function reference
- Side/team state function reference
- Player AI watchdog and recovery
- AICOM stuck-recovery v2
- LoadoutManager data-model contributor guide
- Discord status bot setup and reference
- GLOBALGAMESTATS extension reference
- New player quickstart (player guide)
- Optional client mods (player guide)
- Earning funds and score (player guide)
- Vehicle service and logistics (player guide)
- Commander's handbook (player guide)
- Tactical support menu
- Paradrop player experience
- Supply missions (player guide)
- In-game briefing & Diary field manual
- Playable maps catalog
- Faction root variables reference
- Faction base structures catalog
- Counter-battery radar system
- Bank, Reserve and Artillery Radar structures
- Map ruleset model and object config
- Countermeasures module reference
- Vehicle countermeasure (flares/spoofing)
- UAV terminal and spotter system
- Artillery firing function reference
- Service Point pricing model
- Medic redeployment truck (forward spawn)
- Side-patrol runtime and convoy mechanics
- Day/night cycle and weather system
- Config lookup helper reference
- CIPHER sort utilities reference
- Modded maps status and content
- BattlEye filter setup and OA taxonomy
- Player squad/group join protocol
- AutoFlip vehicle recovery
- Engine stealth fuel toggle
- Valhalla vehicle climbing-assist
- Missile and ordnance Fired-EH reference
- Vehicle equip and rearm reference
- Array and collection utilities
- Server composition spawner reference
- Upgrade queue server loop
- Map boundaries and off-map enforcement
- Namespace/profile/diagnostic utilities
- Group bool getVariable A2-OA trap
- Vehicle weapon balance init
- View distance auto-throttle
- Camp & respawn-camp getters
- Performance audit writer
- Site clearance (bulldozer)
- Factory queue cancel & refund
- AI commander tunable constants
- Experimental feature-flag constants
- Flag system quick reference
- Mission tunable constants catalog
- Gear parsing & cargo capacity
- Structure dressing function
- Paradrop delivery functions
- ICBM nuke client VFX & radiation
- Server HandleSpecial router
- LocalizeMessage chat router
- Gear buy-menu render & price functions
- Server broadcast & telemetry loops
- Per-unit client init pipeline
- Vehicle marking & texture pipeline
- Defense category & budget
- Legacy AI order primitives
- Commander-team driver
- AICOM command verbs
- AICOM behavior fix taxonomy
- AI commander wildcard deck reference
- AICOM aircraft and airfield system
- Static-defense manning
- End-of-game stats screen
- AI commander execution loop
- Deployable bipod / weapon resting
- Town-economy getters
- Server-init deadspawn & airfield probe
- GUER VBIED detonate action
- Resource income-tick engine
- AI commander treasury accessors
- PVF send-helper contracts
- AICOM logging & AICOMSTAT telemetry
- AICOMSTAT v2 event census
- WASPSCALE v2 telemetry
- WASPSCALE v2-ext coverage audit
- Telemetry families reference
- Group lifecycle & entity reaping
- Batch AI spawner orchestrator
- Client funds/income HUD readout
- Server group GC & cap warning
- Town runtime tuning constants
- Client input/hotkey handler
- WASP base-repair system
- WASP DropRPG launcher/ordnance
- CoIn construction-interface client engine
- Town-capture garrison & airfield rebuild
- Map-control & minimap templates
- Client FPS & state telemetry
- Client service-proximity getters
- Airfield-exclusive roster & unit hints
- Unit-camera spectator system
- Town-garrison patrol/defense worker
- RequestTeamUpdate squad-discipline
- Arma2Warfare GPT assistant
- LoadoutManager build configs & defines
- GLOBALGAMESTATS extension logging
- Discord bot instrumented logging
- Eden/Everon & Taviana map content
- Cruise missile strike asset
- AI / HC
- AI headless and performance
- AI mods and pathfinding reference
- Headless client scaling and topology
- AI runtime/HC loop map
- Headless client init and stat loop
- HC delegation target selection
- Player AI caps and role balance
- Old WarfareBE FPS comparison
- AI commander autonomy audit
- Upstream BE 2073 AICOM delta
- Parent 2.073 divergence audit
- AI commander capture & fun plan
- AI commander B69 improvement roadmap
- AI commander B69 implementation sketches
- AICOM V2 cutover status
- Headless delegation and failover
- Commander reassignment call shape
- GUER Director living-resistance pitch
- Quality and operations
- Foundation perf findings & Tier-3 dead-ends
- Dead/stale code register
- Commander vote/reassignment
- Attack-wave authority
- Server runtime and operations
- Server ops runbook
- JIP enrollment & client data delivery (b74.2 lessons)
- Server gameplay runtime atlas
- PerformanceAuditAnalyzer
- Performance opportunity sweep
- Documentation plan
- Knowledge platform roadmap
- Wiki quality audit
- Wiki pruning and relevance ledger
- Audit findings queue (2026-06-03)
- Deep review findings
- Client UI / server-loop perf findings
- Performance gain simulation
- Self-host testing field notes
- Cleanup and work lanes
- Hardening and authority
- UI / player workflows
- Client UI, HUD and menus
- UI HUD and dialogs
- Player UI workflow map
- Client UI systems atlas
- UI IDD collision repair
- UI control class library reference
- UI theme palette and style macros
- UI design inspiration 2026-07
- Available-actions client gate FSM
- Gear/loadout/EASA atlas
- Gear template profile filter
- Vehicle cargo equip loop bounds
- Factory and purchase systems atlas
- Service menu affordability guards
- WASP overlay
- Class-skill system reference
- Skin selector and class swap
- Earplugs audio toggle
- Mission audio catalog
- HQ radio knowledge-base catalog
- QoL trio player hints
- Player vehicle/travel actions
- Tooling / release / integrations
- Tools and build workflow
- Warfare web tools
- Ecosystem & companion repos
- Zargabad tooling parity
- July 2026 release readiness
- Operator monitor and CPU affinity tools
- Tooling release readiness audit
- Source fix propagation queue
- Agent release readiness ledger
- Release source intake map
- Testing/debugging/release workflow
- Current RPT release gate
- RPT telemetry consumer port map
- External integrations
- Integration trust boundary audit
- AntiStack database extension audit
- Community & Dev
- Community & Dev
- Miksuu upstream wiki import / archive index
- Upstream changelog feature leads
- Developer history and upstream lessons
- Upstream Miksuu commit intel
- Upstream mining ledger
- Archive script mining v2
- Upstream BE 2073 AICOM delta
- Parent 2.073 divergence audit
- PR8 and Drone upstream lesson match
- Development lessons learned
- External research reports
- Audit archive 2026-07
- Briefing reference
- Utes invasion concept
- Miksuu archive: Home
- Miksuu archive: Welcome
- Miksuu archive: Big announcements
- Miksuu archive: Changelog
- Miksuu archive: Development process
- Miksuu archive: Discord bot
- Miksuu archive: Gameplay videos
- Miksuu archive: LoadoutManager
- Miksuu archive: Chernarus script architecture
- Base-game visual catalogs
- Compatibility and references
- HC upstream history and lessons
- Player stats branch audit
- BuyMenu EASA QoL branch audit
- Perf quick wins branch audit
- Commander positions branch audit
- Zargabad branch audit
- Quad AI Commander concept
- Arma 2 OA external reference guide
- Base-game config & image reference
- Arma 2 OA compatibility audit
- Arma 2 OA agent traps reference
- Arma 2 OA command versions
- Wiki source consistency
- External Arma 2 OA reference index