Release: prompt agent stop + lazy curator polling + build marker + agent in CI #168
Reference in New Issue
Block a user
Delete Branch "dev"
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?
Addresses operator reports (Stop never finishes, constant curator polling, stale-cached page mistaken for a failed deploy) and the explicit ask to put the agent through CI.
_runningflips before any lock (state can't lag), and_processhas a stop/shrink checkpoint after decode that releases the job and bails before the expensive detect+embed./statushit within a grace window) on a 5s cadence — not a constant background loop. The work loop's lease/submit is curator's only other visitor.VERSIONis embedded in the page + reported on/status; the UI shows a reload banner when they differ, so a cached page can't be mistaken for a failed deploy (complements no-store).ruff checksagent/and compileall-parses it. Fixed the agent's pre-existing UP037/B905 so it passes. Full CI green on dev incl. integration.🤖 Generated with Claude Code