cyberneticlibrary

Release and deploy mobile apps

releasesubagentsetup L41
LeoHChen/HarmonIQ
What it does

Manage release builds and App Store deployment

Best for

When you need to run smoke tests, bump versions, and submit build to App Store Connect with security audit trail.

Requires
  • · Read
  • · Edit
  • · Bash
  • · Grep
  • · Glob
  • · TodoWrite
  • · WebFetch
Preconditions

opening the release PR, perform a security review of every change since the last tag (`git diff <last-tag>..HEAD`). Look for: hardcoded secrets / API keys / tokens; `.env`-style files committed by acc

Failure modes

s, stop and file an issue (or hand back to TPM); do not ship. 4. **Security scan on the diff since the last tag.** Walk the criteria in the bullet under "Your job" above. If any `[BLOCKING]` finding,

Trust signals
  • · Explicit tool declarations
  • · Critical/mandatory rules declared