feat: add Jackbox API Logger CLI tool

Standalone tool that connects to a Jackbox room by code, captures all
websocket events, and logs summarized output to console + full JSON to
a JSONL file. Consolidates scattered scripts/ws-probe.js,
ws-lifecycle-test.js, and get-jackbox-player-count.js into one
cohesive debugging tool.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
cottongin
2026-05-03 00:49:48 -04:00
parent c5ffe23404
commit 195448644a
2 changed files with 493 additions and 0 deletions

1
.gitignore vendored
View File

@@ -21,6 +21,7 @@ frontend/public/manifest.json
# Logs
*.log
npm-debug.log*
logs/
# OS files
.DS_Store