@autohq/cli 0.1.424 → 0.1.426
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 +3 -3
- package/dist/agent-bridge.js +1101 -3
- package/dist/index.js +1125 -16
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -28,7 +28,7 @@ note that both packages install an `auto` binary.)
|
|
|
28
28
|
The fastest path is agent-driven onboarding. Paste this into a coding agent
|
|
29
29
|
running in your repository (Claude Code, Cursor, Codex):
|
|
30
30
|
|
|
31
|
-
>
|
|
31
|
+
> Run `auto onboard --agent` and follow the instructions it prints.
|
|
32
32
|
|
|
33
33
|
The agent walks you through sign-in, studies your repo, and installs a
|
|
34
34
|
first workflow tailored to how your team works.
|
|
@@ -42,7 +42,7 @@ auto start <agent> # launch a session; --attach to follow it
|
|
|
42
42
|
auto tui # interactive dashboard
|
|
43
43
|
```
|
|
44
44
|
|
|
45
|
-
|
|
45
|
+
Run `auto --help` for the full command tree.
|
|
46
46
|
|
|
47
47
|
## Accounts
|
|
48
48
|
|
|
@@ -68,7 +68,7 @@ Copyright Fractal Works. All rights reserved.
|
|
|
68
68
|
|
|
69
69
|
This package is distributed in compiled form for use with the auto
|
|
70
70
|
platform, and its use is governed by the auto Terms of Service. You may
|
|
71
|
-
install and
|
|
71
|
+
install and run this package to access the auto service. No license is
|
|
72
72
|
granted to copy, modify, reverse engineer, redistribute, or create
|
|
73
73
|
derivative works of this software, in whole or in part, except as required
|
|
74
74
|
by applicable law.
|