feat(npc): push scene changes to voice gateway #30

Merged
electron merged 1 commits from feat/runtime-notify-gateway into main 2026-06-18 12:04:50 +00:00
1 Commits
Author SHA1 Message Date
clement 653a299ea4 feat(npc): push scene changes to voice gateway
CI / platformio (push) Failing after 12m35s
CI / platformio (pull_request) Failing after 4m58s
On each scene change (where it already signals /hints/puzzle_start), the
npc_engine now also POSTs the active SCENE_* to the voice gateway
/game/step?scene=… (best-effort, esp_http_client, Bearer token). The
phone NPCs then disguise THIS scene's hint automatically during a game.
Gateway URL/token hardcoded in main.c like the hints URL (-> NVS later).
2026-06-18 14:04:07 +02:00