canvas-website/multmux/packages/cli/src
Jeff Emmett e479413363 feat: add mulTmux collaborative terminal tool
Add mulTmux as an integrated workspace in canvas-website project:

- Node.js/TypeScript backend with tmux session management
- CLI client with blessed-based terminal UI
- WebSocket-based real-time collaboration
- Token-based authentication with invite links
- Session management (create, join, list)
- PM2 deployment scripts for AI server
- nginx reverse proxy configuration
- Workspace integration with npm scripts

Usage:
- npm run multmux:build - Build server and CLI
- npm run multmux:start - Start production server
- multmux create <name> - Create collaborative session
- multmux join <token> - Join existing session

See MULTMUX_INTEGRATION.md for full documentation.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-24 02:41:03 -08:00
..
commands feat: add mulTmux collaborative terminal tool 2025-11-24 02:41:03 -08:00
connection feat: add mulTmux collaborative terminal tool 2025-11-24 02:41:03 -08:00
ui feat: add mulTmux collaborative terminal tool 2025-11-24 02:41:03 -08:00
index.ts feat: add mulTmux collaborative terminal tool 2025-11-24 02:41:03 -08:00