• v1.4.1 19bdf29abd

    v1.4.1
    All checks were successful
    CI / docker-build (push) Successful in 20s
    CI / build-and-test (push) Successful in 1m51s
    Stable

    joeyr released this 2026-07-13 13:00:48 -05:00 | 19 commits to main since this release

    Tooling only — no change to the bot's runtime, image, or command surface.

    Fixed

    • CI format:check failure on v1.4.0. plugin-dispatch.test.ts landed unformatted; the local stage gates ran Prettier only on spot-checked files while CI checks everything.
    • package-lock.json version drift. The lockfile still said 1.2.6 — version bumps since then never touched it, which the CI node_modules cache masked (npm ci is skipped on cache hits) but would break any cache-miss run with a package.json/lockfile sync error. Now matches the manifest.
    Downloads