Overview
dsh-intercom
README / EN
Package documentation
Registry summary
dsh.pub verifies the pinned bundle contract, runtime facts, and distribution semantics. The complete README remains in the source repository.
Read the full README on GitHubLIMITATIONS
Known limitations
- **Same machine only.** Discovery and delivery go through a local socket (unix socket or Windows named pipe) keyed by `$DSH_HOME/intercom` — there is no cross-host transport. - **Text messages only.** Attachments (files/snippets/context) exist in the vendored protocol types but the tool does not accept or render them yet. - **`confirmSend` is a no-op** (see the config table). - **The Web UI panel is web-profile only** and English-only (no locale namespace yet). There is no TUI overlay. - **The panel's React rendering is verified by contract, not by a browser test**: the e2e asserts the bundle is served, wired into the boot graph, and that its data routes work end to end, but does not automate a real browser.
