Add coily run-live verb to wrap run-native with SSM token fetch #26
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#26
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?
Originally filed by @coilysiren on 2026-05-18T22:32:21Z
Problem - Flipping eco-replay from mock to live takes a manual env dance every time: fetch token via
coily ops aws ssm get-parameter --name /eco-mcp-app/api-admin-token --with-decryption, exportUPSTREAM_URLandUPSTREAM_API_KEY, thencoily exec run-native. eco-mcp-app and eco-jobs-tracker have the same shape and the same per-invocation ceremony.Fix - Add a
run-liveverb to.coily/coily.yamlthat wrapsrun-native, fetches the token from SSM, and points athttp://localhost:3001/api/v1/events. Either:coily.yamldeclaresrun-livewith the SSM key it cares about.coily gaming eco ...(e.g.coily gaming eco run-replay) that knows the standard token + URL.Option 1 is lower-blast-radius and matches the existing per-repo verb pattern. Option 2 deduplicates if a 4th eco web app shows up.
Adjacent: same gap applies to eco-jobs-tracker and eco-mcp-app. Consider doing the sweep together.
Migrated from coilyco-flight-deck/eco-replay#3 during the eco repo consolidation (coilysiren/inbox#100).
Backlog burndown 2026-06-17: closing low-priority (P3/P4) to bring the open count to a manageable level. Nothing lost — reopen if this resurfaces. Batch tag:
burndown-2026-06.