rudel 0.1.11 → 0.1.13

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 +3 -3
  2. package/package.json +2 -1
  3. package/dist/cli.js +0 -14982
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # rudel
2
2
 
3
- CLI for uploading [Claude Code](https://docs.anthropic.com/en/docs/claude-code) session transcripts to [Rudel](https://app.rudel.ai) for analytics.
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 a [Claude Code hook](https://docs.anthropic.com/en/docs/claude-code/hooks) that automatically uploads your session transcript when a Claude Code session ends. This is the recommended way to use Rudel -- set it and forget it.
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
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rudel",
3
- "version": "0.1.11",
3
+ "version": "0.1.13",
4
4
  "type": "module",
5
5
  "description": "CLI for the Coding Agent Analytics Platform rudel.ai",
6
6
  "license": "MIT",
@@ -42,6 +42,7 @@
42
42
  "@orpc/client": "^1.13.5",
43
43
  "@orpc/contract": "^1.13.5",
44
44
  "@stricli/core": "^1.2.5",
45
+ "posthog-node": "^5.8.0",
45
46
  "p-map": "^7.0.4"
46
47
  },
47
48
  "devDependencies": {