feat: add CI to trigger zen base image rebuild on push
loading diff…
Adds a GitHub Actions workflow that triggers a rebuild of the Zen agent sandbox base image whenever code changes are pushed to the next branch.
This mirrors the existing pattern in hermes and frontend repos:
ZEN_APP_ID / ZEN_APP_PRIVATE_KEY GitHub App secrets to authenticate with ComposioHQ/zenrebuild-image event with repo name and commit SHAcortex/, api/, common/, watchdog/, pyproject.toml, uv.lockPrerequisite: The ZEN_APP_ID and ZEN_APP_PRIVATE_KEY secrets must be configured in this repo's GitHub Actions settings (same values as in hermes/frontend).
Companion PR: https://github.com/ComposioHQ/zen/pull/new/feat/add-integrator-mercury-to-image (adds integrator + mercury to the base image)
hermes/.github/workflows/trigger-zen-rebuild.yml and frontend/.github/workflows/trigger-zen-rebuild.ymlcortex/, api/, common/, watchdog/) plus lockfile changes🤖 Generated with Claude Code