/compile only runs headless when no instance is open; otherwise it
hands off to the running instance and silently does nothing. Detect
that case via tasklist and skip cleanly instead of racing a compile
that will never happen.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
MetaEditor64.exe hands off /compile requests to an already-running
instance and returns immediately, so the previous version read an
empty/missing log file. Now waits for the log to appear and stop
growing before checking it.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Every commit to main now tags itself sequentially, compiles the EA via
MetaEditor CLI, archives the .ex5 to builds/, pushes, and prunes tags
and archived builds down to the last 10.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>