@aarmos/cli 0.1.1 → 0.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -2,6 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
Run your agent locally, across any protocol, with a signed receipt — in 60 seconds.
|
|
4
4
|
|
|
5
|
+
> **Not what you're looking for?** If you use the browser PWA at [aarmos.io](https://aarmos.io) and want it to reach your local files/shell/git, you want [`@aarmos/bridge`](https://www.npmjs.com/package/@aarmos/bridge) instead. This package is the terminal-native agent runtime.
|
|
6
|
+
|
|
5
7
|
```bash
|
|
6
8
|
npm i -g @aarmos/cli
|
|
7
9
|
aarmos init
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aarmos/cli",
|
|
3
|
-
"version": "0.1.
|
|
4
|
-
"description": "Aarmos CLI
|
|
3
|
+
"version": "0.1.2",
|
|
4
|
+
"description": "Aarmos CLI \u2014 run any agent locally, across any protocol (MCP, OpenAPI, deep-link), with a signed AVAR receipt on every execution. Sovereign runtime, universal tool gateway, verifiable governance.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"aarmos",
|
|
7
7
|
"agent",
|