@directed/cli 0.1.3 → 0.1.4

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 +12 -4
  2. package/dist/cli.js +477 -490
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -29,8 +29,10 @@ Requires **tmux** (`brew install tmux`) and Node 20+. macOS/Linux.
29
29
 
30
30
  ## Sign in
31
31
 
32
- Sessions are gated behind your Directed account. The first run opens your
33
- browser to sign in; `directed login` / `directed logout` manage it explicitly.
32
+ Sharing requires a Directed account. When sign-in is needed, press Enter in the
33
+ terminal to open the browser; completing sign-in returns to the original
34
+ session automatically. Use `--no-chat` for a local session. `directed login` /
35
+ `directed logout` remain available for explicit account management.
34
36
 
35
37
  ## Help
36
38
 
@@ -71,8 +73,14 @@ chat back up.
71
73
 
72
74
  ## Updating
73
75
 
74
- `directed` checks for updates once a day and prints a notice when one is
75
- available. `directed upgrade` installs it.
76
+ A newer version existing is not a reason to interrupt you. The hub asks for an
77
+ upgrade only when this version is too old for it to work with, and it says so
78
+ when a shared session is opened, before the coding agent starts. Upgrade or
79
+ exit; after upgrading, the original command resumes automatically.
80
+
81
+ The upgrade updates the copy you installed, the way you installed it — npm
82
+ stays npm, the installer stays the installer. Explicit `--no-chat` sessions run
83
+ locally and are never asked, and `directed upgrade` is always available.
76
84
 
77
85
  ## Security
78
86