@m8t-stack/cli 0.2.53 → 0.2.54

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 CHANGED
@@ -72,8 +72,21 @@ m8t deploy [--client-id <appId>] [--image-ref <ref>] [--location <region>] [--re
72
72
  m8t brain link <name> --repo <owner>/<repo> [--persona <path>] [--allow-non-reasoning]
73
73
  # --persona: override the recorded persona file (or use when no local agent yaml exists)
74
74
  # --allow-non-reasoning: suppress the reasoning-model warning
75
+
76
+ # The desktop companions — Stacey and Azzy at the edge of the screen
77
+ m8t companion status # installed? which version? is a newer one out?
78
+ m8t companion install # take the released build, register for login, launch (macOS · Windows)
79
+ m8t companion install --from <dir> # a build staged from a clone instead
80
+ m8t companion repair # reinstall over whatever is there now
81
+ m8t companion uninstall # remove the app, the login item, and the records
75
82
  ```
76
83
 
84
+ `m8t bootstrap finish` installs the companions, so most people never run these. They are
85
+ their own software with their own version: each platform release names the companion build
86
+ it carries, and these commands fetch it, check it against the digest the release pinned,
87
+ and verify every file of what they wrote. See
88
+ [`guides/install/companion.md`](../../guides/install/companion.md).
89
+
77
90
  ### `--subscription <id>` flag
78
91
 
79
92
  Available on all gateway-using commands (`whoami`, `config show`, `config reset`,