How-to
Wire up the CLI bridge
Pair the PWA to a local Node process so agents can propose file writes and shell commands with a full diff first.
- 1
Run the CLI in your workspace. It opens a localhost WebSocket on 127.0.0.1:7423 and pairs the PWA to that port.
aarmos dev - 2
Approve the pairing prompt. A green ‘CLI paired’ pill appears bottom-left with a ‘Local node connected’ toast.
- 3
Dry-run is ON by default: every file write or shell command lands in the review drawer with a full diff first. Approve the batch to apply.
- 4
Close the tab or Ctrl+C anytime — the CLI keeps listening (‘◇ Client disconnected. Standing by…’); killing it swaps the pill to ‘local node lost’ with the reconnect command.
Related