docs(skill): update subscription-sidecar for the services/runner rename + env renames#5011
docs(skill): update subscription-sidecar for the services/runner rename + env renames#5011mmabrouk wants to merge 1 commit into
Conversation
…me + env renames The runner tree moved from services/agent to services/runner and the env vars were renamed (AGENTA_AGENT_RUNNER_HOST/URL -> AGENTA_RUNNER_HOST/URL). Update the subscription-sidecar operating skill to match, plus the runner image name (agenta-ee-dev-runner) and compose service name (runner). Also brings the skill under version control alongside the other tracked .agents/skills entries (it was previously gitignored, local-only). Claude-Session: https://claude.ai/code/session_01WSp2LqKrEtXnm2fsPWuQWa
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
Review request: (1) confirm |
What
The big-agents pull renamed the runner tree
services/agent -> services/runnerand renamed several env vars. Thesubscription-sidecaroperating skill still referenced the old names, so the recipe no longer stands up a working sidecar.Change (1 file)
.agents/skills/subscription-sidecar/SKILL.md:AGENTA_AGENT_RUNNER_HOST->AGENTA_RUNNER_HOSTAGENTA_AGENT_RUNNER_URL->AGENTA_RUNNER_URL(all occurrences)services/agent/{src,skills}mounts andcd services/agent->services/runneragenta-ee-dev-sandbox-agent->agenta-ee-dev-runnersandbox-agent->runnerSANDBOX_AGENT_PROVIDERis left as-is (still a valid env var inservices/runner). TheAGENTA_MOUNTS_STORAGE_* -> AGENTA_STORE_*andAGENTA_AGENT_MCP_SERVERS_ENABLED -> AGENTA_AGENT_MCPS_ENABLEDrenames do not appear in this skill, so nothing to change for them.Note: this skill was previously gitignored (
.gitignore.*covers.agents/) and local-only. This PR also brings it under version control, alongside the three already-tracked.agents/skillsentries.https://claude.ai/code/session_01WSp2LqKrEtXnm2fsPWuQWa