Update 2.206
8/1/2026
v2.206.0.0BETAMINOR
SeymourAug 1, 2026
F5-L6: ATEL language CLI — `RuntimeTools/AtelLangLab` + offline_ci gate
RuntimeTools/AtelLangLab/(new): console that compiles a high-level.atelscript and applies it to a monster bin —--src script.atel --monster m001.bin [--out out.bin] [--dry-run] [--worker N] [--entrypoint N](default: PickCombatWorker/PickMainEntrypoint). Dry-run shows the diff (AiScript_Diff.Compare— Added/Modified/Removed with disassembly) without writing anything;--outapplies viaSpliceAiFileIntoMonsterGrow. Actionable errors (syntax/emission with line:column).sample.atel(if/else + while recipe) validated on m001 — disassembly confirms the fixed semantics (0x0Bfor<, swapped order in>).RuntimeTools/offline_ci.ps1:AtelLangLabgate (dry-run on the m001 fixture).- Baseline: 329/329 PASS (unchanged — lab is tooling). ### MINOR ### MINOR
v2.205.0.0