ARW Release Manager
Installation
SKILL.md
ARW Release Manager
Build, test, and release orchestration for the ARW (Agent-Ready Web) CLI package supporting multiple build targets and publishing to npm and crates.io.
Build Targets
The ARW CLI supports three distinct build targets:
| Target | Command | Output | Use Case |
|---|---|---|---|
| napi-rs | npm run build |
arw-cli.darwin-arm64.node |
Node.js native addon (require in JS) |
| Standalone CLI | cargo build --release --features native |
target/release/arw |
Executable binary |
| WASM | npm run build:wasm |
wasm-pkg/ |
Browser/bundler usage |