Enso Release banner
Proxy2021 Proxy2021

Enso Release

DevOps community

Description

Deploy Enso (merge, build, commit, push, restart) then build and publish a new Android APK release for OTA client updates. > **⛔ If you are running inside the Enso gateway** — do NOT run this command. It restarts the gateway and would kill your session. ## How the Mobile Update Pipeline Works 1. `package.json` holds `version` (semver) and `versionCode` (integer) — single source of truth 2. `android/app/build.gradle` reads both from package.json at build time 3. Server exposes `/api/version` (

Installation

Installs to ~/.claude/commands/proxy2021-enso-enso-release.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/Proxy2021/Enso/HEAD/.claude/commands/enso-release.md -o ~/.claude/commands/proxy2021-enso-enso-release.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository