@aarmos/bridge 0.1.2 → 0.1.3

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.
Files changed (2) hide show
  1. package/README.md +5 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,4 +1,7 @@
1
- # aarmos (CLI bridge)
1
+ # @aarmos/bridge PWA native host
2
+
3
+ > **Not what you're looking for?** If you want a terminal-native agent runtime (`aarmos init`, `aarmos run`, signed AVAR receipts), you want [`@aarmos/cli`](https://www.npmjs.com/package/@aarmos/cli) instead. This package is the local companion for the [aarmos.io](https://aarmos.io) browser PWA.
4
+
2
5
 
3
6
  Prosumer CLI that acts as a native host for the Aarmos PWA. The PWA stays
4
7
  the brain (agent runtime, governance, policies). The CLI is the arms on the
@@ -25,7 +28,7 @@ npx aarmos@next dev
25
28
  ## Quick start (local dev of this repo)
26
29
 
27
30
  ```bash
28
- cd packages/cli
31
+ cd packages/bridge
29
32
  npm install
30
33
  npm run build
31
34
  npm link # makes `aarmos` available globally
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aarmos/bridge",
3
- "version": "0.1.2",
4
- "description": "Aarmos CLI bridge local WebSocket host that gives the Aarmos PWA scoped, deny-by-default access to files, shell, git, and read-only Postgres on the developer's machine. The PWA stays the brain; this is the arms.",
3
+ "version": "0.1.3",
4
+ "description": "Aarmos CLI bridge \u2014 local WebSocket host that gives the Aarmos PWA scoped, deny-by-default access to files, shell, git, and read-only Postgres on the developer's machine. The PWA stays the brain; this is the arms.",
5
5
  "keywords": [
6
6
  "aarmos",
7
7
  "agent",