From 390dd1e65df191a1f4cc762406ba7b43759fe920 Mon Sep 17 00:00:00 2001 From: "Michael J. Jabbour" Date: Thu, 25 Dec 2025 04:32:17 +0200 Subject: [PATCH] docs(MODULES.md): add hooks-ui-bridge community module MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Adds hooks-ui-bridge to the community modules catalog. Universal event bridge that transforms Amplifier events to JSON-serializable UIEvents for consumption by any UI framework (Textual, Tauri, WebSocket, etc.) Features: - QueueAdapter (Textual TUI) - TauriIPCAdapter (Desktop/Mobile sidecar) - WebSocketAdapter (Web dashboard) - Three customization levels (config → handlers → adapters) --- docs/MODULES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/MODULES.md b/docs/MODULES.md index ca98fa4c..d17e019f 100644 --- a/docs/MODULES.md +++ b/docs/MODULES.md @@ -231,6 +231,7 @@ Modules built by the community. | Module | Description | Author | Repository | |--------|-------------|--------|------------| | **hooks-event-broadcast** | Transport-agnostic event broadcasting for streaming UI applications | [@michaeljabbour](https://github.com/michaeljabbour) | [amplifier-module-hooks-event-broadcast](https://github.com/michaeljabbour/amplifier-module-hooks-event-broadcast) | +| **hooks-ui-bridge** | Universal event bridge for any UI system (Textual, Tauri, Web, VS Code) | [@michaeljabbour](https://github.com/michaeljabbour) | [amplifier-module-hooks-ui-bridge](https://github.com/michaeljabbour/amplifier-module-hooks-ui-bridge) | ### Contributing Your Modules