refactor: use static gateway skill instead of fetching on spawn

Remove the dynamic `onecli.getGatewaySkill()` fetch from `buildMounts` —
the skill content ships as a static SKILL.md. This avoids adding latency
to every container spawn and dirtying the source tree at runtime.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
gavrielc
2026-05-08 01:07:09 +03:00
parent 1240a0cf4f
commit f3e19872ac
2 changed files with 3 additions and 20 deletions