mirror of
https://github.com/obra/superpowers.git
synced 2026-04-21 00:49:06 +08:00
feat: add brainstorm server foundation
Create the initial server for the visual brainstorming companion: - Express server with WebSocket support for browser communication - File watcher (chokidar) to detect screen.html changes - Auto-injects helper.js into served HTML for event capture - Binds to localhost only (127.0.0.1) for security - Outputs JSON events to stdout for Claude consumption
This commit is contained in:
2
lib/brainstorm-server/helper.js
Normal file
2
lib/brainstorm-server/helper.js
Normal file
@@ -0,0 +1,2 @@
|
||||
// Placeholder - will be implemented in Task 2
|
||||
// This file captures user interactions and sends them via WebSocket
|
||||
Reference in New Issue
Block a user