Commit Graph

2 Commits

Author SHA1 Message Date
jay 4aab59947f refactor: make spike a standalone script
- Remove spike command from extension registration
- Add run-spike.sh wrapper script
- Add npm script 'spike' to run the PoC
- Spike can be run via: npm run spike or ./run-spike.sh
2026-05-15 03:44:13 +02:00
jay befb1fc98b feat: Phase 0 spike - tmux stream PoC implementation
- Add spike.ts with tmux session management and WebSocket streaming
- Register /spike command in extension
- Add HTML test client with xterm.js
- Uses FIFO for pipe-pane streaming
- Single reader broadcasts to all WebSocket clients
2026-05-15 03:42:53 +02:00