atmos-local-web-releaselisted
Install: claude install-skill AruNi-01/atmos
Atmos-specific local runtime release workflow.
Use this skill when you want the standard Atmos local runtime distribution path instead of a generic GitHub release flow.
## What This Skill Owns
This skill handles the Atmos local runtime release sequence:
1. validate repository state
2. validate the local runtime version and tag alignment
3. optionally build the local runtime archive locally for a spot check
4. create and push the `local-web-runtime-<version>` tag
5. rely on GitHub Actions to build and upload runtime archives
6. verify the published GitHub Release assets
7. verify the shell installer resolves the published release when requested
The repository-specific execution wrapper lives in:
- `scripts/atmos-local-web-release.mjs`
This skill does not own the standalone CLI release flow, desktop release flow, Tauri artifacts, DMG packaging, Homebrew tap updates, or npm publication.
## Repository Release Model
Atmos local runtime releases follow these rules:
- local runtime tag format is `local-web-runtime-<version>`
- local runtime release version is sourced from `resources/local-runtime/version.json`
- standalone CLI releases use `cli-<version>` and are handled by the `atmos-cli-release` skill
- local runtime release workflow is `.github/workflows/release-local-runtime.yml`
- installer entrypoint is `install-local-web-runtime.sh`
- runtime build script is `scripts/local-runtime/build-runtime.mjs`
- version consistency script is `scripts/release/check-local-runtim