disinto up silently destroys profile-gated services #845
Labels
No labels
action
backlog
blocked
bug-report
cannot-reproduce
in-progress
in-triage
needs-triage
prediction/actioned
prediction/dismissed
prediction/unreviewed
priority
rejected
reproduced
tech-debt
underspecified
vision
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: disinto-admin/disinto#845
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?
Problem
disinto uprunsdocker compose up -d --build --remove-orphans. When invoked withoutCOMPOSE_PROFILESset, compose treats every service gated behind a profile (e.g.agents-llama) as an orphan and removes its container. Result: any naivedisinto upsilently kills the dev-qwen sidecar (and any other profile-gated agent).Repro
disinto hire-an-agent dev-qwen dev --local-model http://10.10.10.1:8081 ...) so theagents-llamaprofile service exists in compose.COMPOSE_PROFILES=agents-llama disinto up.disinto upwithoutCOMPOSE_PROFILESin.env.docker ps | grep agents-llama→ gone.Fix options
--remove-orphansfromdisinto up(simplest; sacrifices orphan cleanup).hire-an-agentwrites/mergesCOMPOSE_PROFILESinto.envso profile persists across runs.[agents.X]TOML entry is active — let TOML drive emission, not compose profiles.Best long-term: option 3 — the profile gate is vestigial once TOML is canonical (see #846).
Acceptance
disinto upafterhire-an-agent dev-qwenleavesdisinto-agents-llamarunning.disinto upcalls.Related: #846, #847.
Blocked — issue #845
ci_exhausted_poll (3 attempts, PR #860)2026-04-16T11:18:30Zcdfails silently #861