refactor(agent): use agent-neutral runtime names
Assisted-by: Codex
This commit is contained in:
@@ -312,7 +312,7 @@ existing prefix scan as a fallback for one release.
|
||||
|
||||
2. **How does `claude` reach the agent's TTY?** Decided: keep
|
||||
today's `docker exec -it` model. Agent runs `sleep infinity`
|
||||
under compose; `DockerBottle.exec_claude` runs
|
||||
under compose; `DockerBottle.exec_agent` runs
|
||||
`docker exec -it bot-bottle-<slug> claude ...` exactly like
|
||||
today. Compose owns the lifecycle (so `compose logs` includes
|
||||
the agent's stdout, `compose down` tears it down), but the
|
||||
|
||||
Reference in New Issue
Block a user