@linzumi/cli 0.0.47-beta → 0.0.49-beta

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
@@ -16,7 +16,7 @@
16
16
  ║║ \"/` ___ ;_________║║_.'
17
17
  ║║ ` ^^ ^^ ║║
18
18
  ──────────╨╨─────────────··────··────────╨╨──────────────
19
- your agent, your laptop, coding live
19
+ secure mission control for all your agents on your computers
20
20
  ```
21
21
 
22
22
  **Linzumi is a lightweight, Slack-like chat built for native AI
@@ -30,18 +30,16 @@ Ship more, regret less.
30
30
  Paste this into your terminal:
31
31
 
32
32
  ```bash
33
- codex \
34
- -c sandbox_workspace_write.network_access=true \
35
- --ask-for-approval never \
36
- --sandbox danger-full-access \
37
- -- 'Curl https://linzumi.com/agents.md and then get me to "wow"'
33
+ npx -y @linzumi/cli@latest signup
38
34
  ```
39
35
 
40
- The agent will ask for your email, send you a sign-in code, and drive
41
- the rest. You'll end up with a workspace open in your browser, a tiny
42
- demo app running on your laptop, a browser VS Code editor pointed at
43
- it, and a shareable preview URL. Watch the agent edit live, jump in
44
- alongside, or open the preview on your phone.
36
+ ![Linzumi signup terminal flow showing local checks, selected repos, and started agents](docs/images/signup-terminal.png)
37
+
38
+ ![Linzumi Mission Control with started agent work in a split-pane workspace](docs/images/signup-mission-control.png)
39
+
40
+ Linzumi will ask for your email, send you a sign-in code, help you pick
41
+ the repos where Codex may work, start useful first tasks, and open
42
+ Mission Control in your browser with the work already running.
45
43
 
46
44
  ## Why a CLI
47
45
 
@@ -63,7 +61,8 @@ Install the CLI or run it with `npx`:
63
61
 
64
62
  ```bash
65
63
  npm install -g @linzumi/cli@latest
66
- npx -y @linzumi/cli@0.0.47-beta --version
64
+ npx -y @linzumi/cli@latest signup
65
+ npx -y @linzumi/cli@0.0.49-beta --version
67
66
  linzumi --version
68
67
  ```
69
68
 
@@ -82,9 +81,9 @@ linzumi start ~/code/my-app --allowed-cwd <paths>
82
81
 
83
82
  ## Agent-first launch path
84
83
 
85
- The fastest path is still the `codex` prompt above. It uses the npm CLI
86
- to sign in, trust a demo project, connect the Commander, and start the
87
- first visible Coding agent thread.
84
+ The fastest path is the `npx -y @linzumi/cli@latest signup` command
85
+ above. It signs you in, lets you trust local projects, connects the
86
+ Commander, and starts the first visible Coding agent threads.
88
87
 
89
88
  ## What just happened
90
89