You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What the code does now: the fleet workflow triggers on tags + workflow_dispatch (never a plain main push); it rebuilds only images whose eval.input-hash changed and retags the rest from the prior release (delivery rules 12–14, live-proven in run 31363843159); force_rebuild/rebuild_bases cover CVE refreshes; freshness is auditable via fleet-status.
What the docs say: step 7 describes a push-to-main trigger that does not exist and an unconditional full rebuild; step 40's pass criterion is tag existence only — it cannot distinguish a correctly carried-forward digest from a stale one, even though the tooling to check now exists.
Expected fix direction
Update the code to satisfy the rule (here: update the procedure docs to match the shipped behavior — the skills are the walkable procedures, so their steps must describe the real release)
Scope
Single artifact
Fleet-wide (the release/verify walk applies to every release)
Which rule
.agents/delivery/release/SKILL.md+.agents/verification/verify/SKILL.mdEvidence of drift
workflow_dispatch(never a plainmainpush); it rebuilds only images whoseeval.input-hashchanged and retags the rest from the prior release (delivery rules 12–14, live-proven in run 31363843159);force_rebuild/rebuild_basescover CVE refreshes; freshness is auditable viafleet-status.Expected fix direction
Scope