Dev loop: auto-resolve eco-server target (LAN mDNS first, tailnet FQDN fallback) #3
Labels
No labels
burndown-2026-06
burndown-2026-08
headless
autonomy
async-consult
autonomy
epic
autonomy
headless
autonomy
live-collab
c#
priority
P0
priority
P1
priority
P2
priority
P3
priority
P4
role/advocate
role/director
role/exec
role/frontend
role/gamedev
role/human
role/platform
role/qa
role/science
role/sysadmin
state
ambient
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
coilyco-gaming/eco-app#3
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The dev loop's eco-server base URLs (
ECO_INFO_URL,ECO_ADMIN_BASE_URL,ECO_MAP_BASE_URL) default to the publiceco.coilysiren.me:3001and are only overridable by hand-exported env vars. Standing up the loop tonight required manually flipping all three tokai-server.local:3001because the tailnet path from kais-macbook-pro is blackholed on the home LAN (Archer A20 hairpin fault, infrastructure#294 - recurrence logged there 2026-06-12).Proposal: a small dev-target resolver, mirroring the ssh-config pattern infrastructure#294 landed.
make/wardarg or tiny script that probeskai-server.local(mDNS, ~1s timeout) and falls through to the SSM-resolved tailnet FQDN (/coilysiren/kai-server/tailnet-fqdn) when off-LAN.ward exec httppicks the resolved base automatically so the agent or Kai never hand-assembles the three env vars.Until then the manual incantation is the three env vars prefixed onto
ward exec http.