Cross-platform npm wrapper for the `avfs` CLI.
This package downloads the correct platform-specific binary from GitHub releases during installation.
```bash
npm install -g agentvfs-cli
```
```bash
avfs vault create myproject
avfs proxy exec -- python script.py
```
- --
If the GitHub release download fails, the installer falls back to `cargo install agentvfs`.