rudel 0.1.11 → 0.1.12
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/cli.js +7230 -846
- package/package.json +5 -4
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# rudel
|
|
2
2
|
|
|
3
|
-
CLI for uploading
|
|
3
|
+
CLI for uploading Claude Code / Codex session transcripts to [Rudel](https://app.rudel.ai) for analytics.
|
|
4
4
|
|
|
5
5
|
## Prerequisites
|
|
6
6
|
|
|
@@ -21,7 +21,7 @@ rudel login
|
|
|
21
21
|
# 2. Enable automatic session uploads
|
|
22
22
|
rudel enable
|
|
23
23
|
|
|
24
|
-
# That's it! Your Claude Code sessions will now be uploaded automatically.
|
|
24
|
+
# That's it! Your Claude Code / Codex sessions will now be uploaded automatically.
|
|
25
25
|
```
|
|
26
26
|
|
|
27
27
|
## Commands
|
|
@@ -32,7 +32,7 @@ Authenticate with Rudel. Opens your browser to [app.rudel.ai](https://app.rudel.
|
|
|
32
32
|
|
|
33
33
|
### `rudel enable`
|
|
34
34
|
|
|
35
|
-
Registers
|
|
35
|
+
Registers the available Claude Code / Codex hooks so your session transcript uploads automatically when a session ends. This is the recommended way to use Rudel -- set it and forget it.
|
|
36
36
|
|
|
37
37
|
### `rudel disable`
|
|
38
38
|
|