Fetches taxi route from /api/service/tools/taxiroute when request_taxi
or contact_ground_arrival interactions are chosen. Populates vars.taxi_route
or vars.arrival_taxi_route before ATC template is rendered.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- shared/atc/engine.ts: useAtcEngine() composable — reactive state machine with
initFlight, handlePilotInput, updateTelemetry, declareEmergency, reset
- server/api/atc/route.post.ts: Token-efficient LLM router with single-candidate
fast path, heuristic readback checking, and fallback to LLM
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>