Skip to content

Commit d748bef

Browse files
committed
feat: inspector http api
1 parent d4d11ba commit d748bef

File tree

8 files changed

+1049
-0
lines changed

8 files changed

+1049
-0
lines changed

CLAUDE.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,9 @@ Key points:
204204
- If available, use the workspace dependency (e.g., `anyhow.workspace = true`)
205205
- If you need to add a dependency and can't find it in the Cargo.toml of the workspace, add it to the workspace dependencies in Cargo.toml (`[workspace.dependencies]`) and then add it to the package you need with `{dependency}.workspace = true`
206206

207+
**Inspector HTTP API**
208+
- When updating the WebSocket inspector (`rivetkit-typescript/packages/rivetkit/src/inspector/`), also update the HTTP inspector endpoints in `rivetkit-typescript/packages/rivetkit/src/actor/router.ts`. The HTTP API mirrors the WebSocket inspector for agent-based debugging.
209+
207210
**Database Usage**
208211
- UniversalDB for distributed state storage
209212
- ClickHouse for analytics and time-series data

0 commit comments

Comments
 (0)