Command-line interface for AgenticComm — the `acomm` binary.
```bash
cargo install agentic-comm-cli
```
```bash
acomm create my-store.acomm
acomm channel my-store.acomm "tasks"
acomm send my-store.acomm "tasks" "Build the frontend"
acomm receive my-store.acomm "tasks"
acomm search my-store.acomm "frontend"
acomm info my-store.acomm
```
All commands support `--json` for programmatic output.
MIT — see [LICENSE](LICENSE)