"_install":"Use the update-engine skill in the GAME repo (tinqs/ariki-game .agents/skills/update-engine) — everyone has ariki-game; nobody but Ozan has the engine source. It tinqs-pulls ariki-game + builds, installs the binary AND GodotSharp together into ../engine/bin, and clears stale caches. GodotSharp ships WITH the binary (matched pair); the engine does NOT regenerate it.",
"note":"Terrain3D is now a NATIVE ENGINE MODULE (no separate GDExtension .framework). 4.7 C#-bindability fixes: Terrain3D::set_plugin EditorPlugin*->Object*, Terrain3DAssetResource registered abstract, dropped redundant Terrain3DRegion::duplicate bind — so GodotSharp glue generates wrappers for all module classes. GodotSharp shipped here alongside the binary (matched pair: a stale GodotSharp -> 'Wrapper class not found for Terrain3D'). REBUILT 2026-06-19 to restore Tinqs branding (the 4.7 upstream rebase had reset the logos to the Godot robot) — splash/app_icon/editor logos now the Viewport-Focus mark; see engine/brand/apply-branding.sh. Verified: terrain renders, animals GPU-driven, 0 wrapper errors. GodotSharp folder is UNCHANGED from the prior push (logo-only rebuild doesn't touch C# bindings).",
"version_hash_note":"engine main = 5727de0 (branding) on top of the 4.7 snapshot; binary --version prints 4.7.stable.mono.custom_build.4ba7b5b5b"
"note":"4.7 editor + console + GodotSharp (matched pair). Built from engine 4f2e02e5b7 (4.7 snapshot + Windows build fixes: terrain_3d template-safety / +<array>,<vector>, .rc icon refs godot_console.ico->tinqs_console.ico, d3d12/angle/accesskit dep flags). Terrain3D is a NATIVE engine module — its C# bindings are in this GodotSharp (a stale GodotSharp -> 'Wrapper class not found for Terrain3D'). Verified: editor + both export templates build clean; ariki-game runs 59fps with sim connected. Resolves .agents/handoffs/forge-windows-4.7.md."