No description
Find a file
Jared Miller 54bc458b7d
Add PTY CLI wrapper
Wraps claude CLI in PTY and bridges to WebSocket server. Handles:
- Argument parsing (--server, --secret)
- PTY spawn with terminal size detection
- Bidirectional I/O: local stdin/stdout + WebSocket
- Terminal resize events (SIGWINCH)
- Graceful cleanup on exit
- Basic WebSocket reconnection
- Auth and session messages to server
2026-01-28 11:46:47 -05:00
docs Add implementation plan to docs 2026-01-28 10:59:48 -05:00
public Restructure project files into src and public directories 2026-01-28 11:00:19 -05:00
src Add PTY CLI wrapper 2026-01-28 11:46:47 -05:00
.gitignore Restructure project files into src and public directories 2026-01-28 11:00:19 -05:00
biome.json Fix biome config formatting (self-heal) 2026-01-28 11:03:31 -05:00
bun.lock Restructure project files into src and public directories 2026-01-28 11:00:19 -05:00
CLAUDE.md Add references section for inspiration sources 2026-01-28 11:06:09 -05:00
justfile Add npm scripts and justfile for development workflow 2026-01-28 10:59:07 -05:00
package.json Restructure project files into src and public directories 2026-01-28 11:00:19 -05:00
tsconfig.json Restructure project files into src and public directories 2026-01-28 11:00:19 -05:00