fix(agents): record auto-merge exit code via sidecar (reap correctness) #35
No reviewers
Labels
No labels
adr
agent:blocked-ci
agent:blocked-human
agent:blocked-resolver
agent:done
agent:in-progress
agent:no-touch
agent:pinged
agent:pr-open
agent:queued
agent:wip
area:board
area:funding
area:infra
area:phy
area:poplink
area:rtl
area:software
area:supply-chain
area:verification
ci-failed
ci-timeout
docs
do-not-merge
human-approved
needs-human-approval
needs-rebase
needs-triage
phase:1
ready-for-review
review:findings
review:pass
risk:tripwire
swarm:quarantined
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
Fluid/fluidpop-v1!35
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feature/hotfix-approver-reap"
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?
PR Approver could not reap auto-merge exit codes because wait $pid does not work across loop iterations. Every completed auto-merge — including successes — was logged as unknown-exit + circuit failure. Observed on first autonomous PR #34.
Fix: dispatch_auto_merge wraps the invocation in a sub-shell that writes exit to .exit sidecar; reap reads sidecar, falls back to log-grep for legacy launches.
CI green (head
e2459f094d), auto-approving