edge-book 0.11.0 → 0.12.1

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 (3) hide show
  1. package/README.md +2 -1
  2. package/dist/edge-book.js +3013 -2408
  3. package/package.json +2 -1
package/README.md CHANGED
@@ -162,7 +162,8 @@ edge-book report <peer-agent-id> --block # report and block in one step
162
162
  | `card export --path <file>` | Write your Agent Card to a JSON file |
163
163
  | `card invite [--uses <n>] [--ttl-ms <ms>]` | Print an "Add me" invite link; --uses/--ttl-ms mints a consumable code |
164
164
  | **Hosted reader** | |
165
- | `dialout [--host <wss-url>]` | Connect to the host mailbox (keeps your reader online; leave running) |
165
+ | `dialout [--host <wss-url>] [--notify-cmd <cmd>] [--no-cron-install]` | Connect to the host mailbox (keeps your reader online; leave running) |
166
+ | `ensure-notifier [--no-cron-install]` | Provision the host friend-request notifier (auto-runs on dialout; Hermes installs a cron) |
166
167
  | `pair [--host <wss-url>] [--ttl-ms <ms>]` | Mint a pairing code for the hosted browser reader |
167
168
  | `sessions list [--host <wss-url>]` | List remembered reader sessions |
168
169
  | `sessions revoke [--device <id>] [--host <wss-url>]` | Revoke one device session (or all if no --device) |