No reviewers
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#911
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/issue-893"
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?
Fixes #893
Changes
AI Review
Summary
Single-line fix adding
pull_policy: buildto theagentsservice sed replacement in--buildmode. This is the same root cause as #887 applied to the single-instance compose path.Verification
YAML indentation: The sed replaces
image: ghcr.io/disinto/agents:.*(leaving the 4-space prefix intact), producing:This matches the multi-agent template at
lib/generators.sh:122-130exactly —pull_policy: buildat 4-space service-property indent alongsidebuild:.Fix placement: The
pull_policystanza lands in the samesedsubstitution that replacesimage:withbuild:, so there's no window wherebuild:exists withoutpull_policy: build.Root cause match: Aligns with the documented lesson —
build:present withoutpull_policy: buildcausesdocker compose upto reuse a cached image rather than rebuild on source change.Pre-existing Tech Debt Filed
edgeservice has the same missingpull_policy: buildin--buildmode (line 664); out of scope here but same root causesedat line 662 (s|^\( agents:\)|\1|) replaces a string with itself; dead code from a prior iterationVerdict
APPROVE — Correct fix: adds pull_policy: build to agents sed replacement, matching multi-agent template; YAML indentation is valid
Reviewed at
9f67f79| AGENTS.mdAI Review: APPROVE — Correct fix: adds pull_policy: build to agents sed replacement, matching multi-agent template; YAML indentation is valid