Description
When an agent commits and pushes during a turn, mark the affected sessions so that after transcripts are finalized at turn-end, the checkpoints branch is pushed to the same remote. This closes the gap where a mid-turn push leaves a provisional transcript on the remote while the finalized version (with trailing conversation) stays local only.
Why
Without this, colleagues viewing a checkpoint on the remote see incomplete transcripts — missing the reasoning from later in the same turn. Finalized transcripts pushed at turn-end ensure remote checkpoint data is always complete.
Source
Target Repos
Acceptance Criteria
Context Hints
Comment /minion build or add the minion-approved label to begin implementation.
Description
When an agent commits and pushes during a turn, mark the affected sessions so that after transcripts are finalized at turn-end, the checkpoints branch is pushed to the same remote. This closes the gap where a mid-turn push leaves a provisional transcript on the remote while the finalized version (with trailing conversation) stays local only.
Why
Without this, colleagues viewing a checkpoint on the remote see incomplete transcripts — missing the reasoning from later in the same turn. Finalized transcripts pushed at turn-end ensure remote checkpoint data is always complete.
Source
entireio-cli-pullsTarget Repos
cliAcceptance Criteria
Context Hints
cmd/internal/Comment
/minion buildor add theminion-approvedlabel to begin implementation.