Files
shockbot/utils
pullfrog[bot] 9948c08e7d run post action cleanup in play.ts (#344)
* run post action cleanup in play script after main completes

* clarify that GITHUB_RUN_ID is the actual bail-out gate in play context

* treat GITHUB_RUN_ID as optional in post cleanup

* replace dynamic import with static import of `runPostCleanup`

Export `runPostCleanup` from post.ts and guard the top-level
execution with `import.meta.url` so it only auto-runs as an
entry point. play.ts now statically imports and calls it.

* move runPostCleanup into finally block and let failures propagate

* refactor post cleanup into utility module

move post cleanup logic into a dedicated utility and keep post.ts as a pure script entrypoint. update play.ts to import the shared utility directly and normalize direct-execution detection.

Co-authored-by: Cursor <cursoragent@cursor.com>

---------

Co-authored-by: pullfrog[bot] <226033991+pullfrog[bot]@users.noreply.github.com>
Co-authored-by: Colin McDonnell <colinmcd94@gmail.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-18 18:32:24 +00:00
..
2026-02-13 14:24:46 +00:00
2026-02-13 20:01:48 +00:00
2026-01-15 22:06:53 +00:00
2026-01-28 07:47:52 +00:00
2026-02-06 07:16:14 +00:00
2026-02-13 14:24:46 +00:00
2025-12-27 16:28:41 -08:00
2026-01-29 22:49:00 +00:00
2026-02-13 20:01:48 +00:00
2026-02-13 14:24:46 +00:00
2026-02-10 05:04:46 +00:00