@viraatdas/rudder 0.7.1 → 0.7.2
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 +7 -5
- package/dist/native/rudder-native +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -17,9 +17,9 @@ runs real Claude Code or Codex processes in the worker pane.
|
|
|
17
17
|
|
|
18
18
|

|
|
19
19
|
|
|
20
|
-
Rudder Cloud
|
|
21
|
-
|
|
22
|
-
|
|
20
|
+
Rudder Cloud lives behind `/login`, `/cloud`, and `/sail`. It keeps the same
|
|
21
|
+
local dashboard and worktree flow, with an optional Fly Machines worker path for
|
|
22
|
+
tasks that should continue away from your laptop.
|
|
23
23
|
|
|
24
24
|
## Install
|
|
25
25
|
|
|
@@ -112,8 +112,10 @@ filters obvious high-risk material such as AWS credentials, `.env` files, SSH
|
|
|
112
112
|
keys, Docker auth, kube config, and private key directories.
|
|
113
113
|
|
|
114
114
|
The cloud control plane code lives in `cloud/`. It uses Better Auth for
|
|
115
|
-
Google/GitHub login
|
|
116
|
-
|
|
115
|
+
Google/GitHub login, stores launch snapshots in an encrypted S3 bucket, and
|
|
116
|
+
starts Fly Machines workers with one-hour presigned snapshot URLs. The local CLI
|
|
117
|
+
package stays small; cloud state and worker orchestration run in the separate
|
|
118
|
+
control plane.
|
|
117
119
|
|
|
118
120
|
## Dashboard
|
|
119
121
|
|
|
Binary file
|
package/package.json
CHANGED