@snrraptopack/auwgent-cli
v0.1.0-alpha.21
Published
Auwgent CLI compiler and LSP for generating agents
Readme
@snrraptopack/auwgent-cli
NPM wrapper for the native Auwgent CLI tools.
Usage
# Install globally
npm install -g @snrraptopack/auwgent-cli
# Run the compiler
auwgent generate my_agent.agentThis package automatically downloads the high-performance native Rust binaries for your specific operating system (Windows, macOS, or Linux) during installation.
For full documentation on commands and configuration, see the main README.
Release Tags
Release workflows are separated by tag prefix:
v*-> CLI binaries +@snrraptopack/auwgent-clits-v*-> TypeScript SDK publish flowpy-v*-> Python SDK publish flow
This keeps version bumps scoped to only the package being released.
Local Smoke Test
Before publishing CLI changes, validate the npm tarball includes required files:
npm run verify:local-package