@ricsam/r5d-worker 0.0.48 → 0.0.50
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 +1 -1
- package/dist/cjs/main.cjs +187 -170
- package/dist/cjs/package.json +1 -1
- package/dist/cjs/workspace-sync.cjs +38 -0
- package/dist/mjs/main.mjs +183 -170
- package/dist/mjs/package.json +1 -1
- package/dist/mjs/workspace-sync.mjs +37 -0
- package/dist/types/main.d.ts +45 -6
- package/dist/types/workspace-sync.d.ts +1 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -21,7 +21,7 @@ Visible branch checkouts are the user/agent workbench. Their `origin` remains th
|
|
|
21
21
|
|
|
22
22
|
Branch names managed by r5d use lowercase letters, numbers, internal hyphens, and slash-separated segments, for example `ft/esm-support`. They may contain at most 45 characters. On the first start after upgrading to the nested checkout layout, the worker atomically moves each unambiguous legacy `<namespace>-<project>` directory to `<namespace>/<project>`. If both paths exist, it preserves both and stops with recovery instructions.
|
|
23
23
|
|
|
24
|
-
|
|
24
|
+
Worker protocol releases are breaking server/worker cutovers. Run any release-specific preflight and backfill against the production database, stop and upgrade workers to the required version, deploy the matching server, and then reconnect workers. Older workers are rejected before WebSocket upgrade rather than receiving incompatible target or manifest messages.
|
|
25
25
|
|
|
26
26
|
Worker labels are mandatory and unique per user. Choose labels that describe host capabilities, such as `macos`, `linux`, `ios`, or `ec2-build`.
|
|
27
27
|
|