ansible-freshen: fail on uncommitted/stash/unmerged + blocked pulls; report repos needing push #252
Labels
No labels
burndown-2026-06
burndown-2026-08
autonomy
async-consult
autonomy
epic
autonomy
headless
autonomy
live-collab
coherence-core
priority
P0
priority
P1
priority
P2
priority
P3
priority
P4
qa-fixture
role/advocate
role/director
role/exec
role/frontend
role/gamedev
role/human
role/platform
role/qa
role/science
role/sysadmin
state
ambient
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
coilyco-flight-deck/infrastructure#252
Loading…
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?
The
coily ansible-freshengit sweep (git role +ansible/library/repo_status.py) reported repos needing attention but never failed the run, and stashes / unmerged local branches were flagged but excluded fromaction_required. There was also no dedicated surface for "this repo just needs a push."Make the freshness command:
BLOCKED), alongside the existing in-progress-op / detached-HEAD / mirror-drift signals.origin), which must never fail the run.Implementation:
repo_status.py: foldstashes+stale(unmerged branches) into_is_action_required; add_push_pending+ aneeds_pushoutput list.needs_pushinformationally; surfaceaction_required.freshen.yml: apost_tasksfreshness gate (ansible.builtin.fail) fails the whole run onaction_required, deferred so every role converges and all reports print first.