Migrate kai-server Eco ops off infrastructure/ onto coily verbs in eco-cycle-prep #4
Loading…
Add table
Add a link
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-04-24T06:06:56Z - https://github.com/coilysiren/eco-cycle-prep/issues/2
Followup to
eb8e33c, which copied the Windows/Mac local Eco server verbs from coilysiren/infrastructure/src/eco.py into eco_cycle_prep/server_local.py and exposed them ascoily server-*verbs.Remote ops still live in infrastructure: scripts/eco-server-start.sh, scripts/eco-server-pre.sh, systemd/eco-server.service, and the Linux/systemd branches of src/eco.py (tail, start, stop, restart, copy_public_mods targeting kai-server). Those should move here and be exposed as coily verbs so all Eco ops route through one entry point.
Scope:
Non-goals: changing what the verbs do. Relocation + rename, not redesign.