@code-partner/codepipe 0.1.127-dev.4.gc7c2c15 → 0.1.127-dev.5.gd7dc7c8

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 +4 -4
  2. package/dist/index.js +66 -67
  3. package/package.json +3 -3
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Local client for **CodePipe** — the multi-project service that drives
4
4
  development through AI agents under human control. One package, one `codepipe`
5
- bin, two roles (ADR-0021):
5
+ bin, two roles:
6
6
 
7
7
  - **CLI** — the only component that holds production write access (YouTrack,
8
8
  Bitbucket, GitHub) and the only one that touches your local project
@@ -55,10 +55,10 @@ codepipe clone acme # re-clone the workspace; re-enter your tokens
55
55
  ## Worker (SANDBOX runner)
56
56
 
57
57
  On a terminal, `codepipe worker` on an unregistered machine opens an
58
- **interactive wizard** (DEV-285): log in by email (magic-link, like
58
+ **interactive wizard**: log in by email (magic-link, like
59
59
  `codepipe init`) or reuse this machine's CLI account, pick "all my projects"
60
60
  or a subset, and the wizard registers the runner and starts the claim-loop.
61
- Runners are bound to your account and only serve your projects (ADR-0018).
61
+ Runners are bound to your account and only serve your projects.
62
62
 
63
63
  Headless servers register non-interactively — flags or env vars:
64
64
 
@@ -108,7 +108,7 @@ push and open the PR yourself, then `/applied <key> --pr <url>`.
108
108
 
109
109
  ```
110
110
  codepipe up CLI daemon + embedded worker (solo-developer mode)
111
- codepipe daemon headless WS daemon (launchd/systemd; --profile for DEV-25)
111
+ codepipe daemon headless WS daemon (launchd/systemd; --profile for multi-project)
112
112
  codepipe sync materialise sibling repos without opening the REPL
113
113
  codepipe worker register register this machine as a SANDBOX worker
114
114
  codepipe worker start claim-loop (also the default: `codepipe worker`)