@code-partner/codepipe 0.7.0 → 0.7.1-dev.176.g46773db
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 +6 -5
- package/dist/index.js +139 -136
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -8,11 +8,12 @@ PR — every step under your control, from your phone or your terminal.
|
|
|
8
8
|
|
|
9
9
|
```bash
|
|
10
10
|
npm i -g @code-partner/codepipe
|
|
11
|
-
codepipe init # setup wizard; on finish it
|
|
11
|
+
codepipe init # setup wizard; on finish it drops you into the codepipe command line
|
|
12
12
|
```
|
|
13
13
|
|
|
14
|
-
`init`
|
|
15
|
-
|
|
14
|
+
`init` ends in the interactive `codepipe` session — the daemon and an agent
|
|
15
|
+
worker are already running and you get a command line (`/help` for commands),
|
|
16
|
+
so there is nothing else to start after setup.
|
|
16
17
|
|
|
17
18
|
## Requirements
|
|
18
19
|
|
|
@@ -34,8 +35,8 @@ after setup.
|
|
|
34
35
|
| Command | What it does |
|
|
35
36
|
|---|---|
|
|
36
37
|
| `codepipe init` | set up a project (wizard) and start it |
|
|
37
|
-
| `codepipe up` |
|
|
38
|
-
| `codepipe` |
|
|
38
|
+
| `codepipe up` | daemon + agent worker without the command line (headless: farm, systemd, CI) |
|
|
39
|
+
| `codepipe` | solo mode: daemon + embedded agent worker + interactive command line — the pipeline runs, agent jobs execute |
|
|
39
40
|
| `codepipe sync` | clone/fetch the project repos |
|
|
40
41
|
| `codepipe login` | set or replace your Claude token |
|
|
41
42
|
| `codepipe clone <id>` | rebuild the workspace on another machine |
|