add-nodebridge-handler - Add new message handler to NodeBridge system
Adds new message handlers to enable communication between UI and Node.js backend
Tags
Updated: 2026-03-09Capabilities
Typical Inputs
Typical Outputs
What this skill does
- Add handler to src/nodeBridge.ts
- Update types in src/nodeBridge.types.ts
- Update test script HANDLERS object
- Test handler with script
Inputs
- NodeBridge source files
- Handler implementation code
- Type definitions
- Test configuration
Outputs
- Updated nodeBridge.ts
- Updated nodeBridge.types.ts
- Updated test-nodebridge.ts
- Test execution results
Requirements
- Node.js environment
- TypeScript project structure
- Access to src directory
- Bun runtime for testing
