# CONNECTION MAP — svrnty-hermes-webui-plugin → nesquena/hermes-webui **Generated:** 2026-05-23T13:55:51Z **Upstream version:** v0.51.117 **Plugin version:** 0.1.0 **Total dependencies:** 4 (4 public API · 0 forced internal · 0 frontend) > **Auto-generated by `scripts/ast-connection-map.py`. Do not hand-edit.** > To change a justification, edit the `# CONNECTION:` comment above the > relevant import and re-run the script. --- ## Public API dependencies (via loader-provided `api`) | Plugin location | Upstream symbol | Snippet | |---|---|---| | `plugin.py:29` | `api.logger` | `log = api.logger("svrnty.plugin")` | | `plugin.py:34` | `api.register_static` | `api.register_static(STATIC_PREFIX, str(STATIC_DIR))` | | `plugin.py:35` | `api.inject_stylesheet` | `api.inject_stylesheet(f"/plugins/{STATIC_PREFIX}/app.css")` | | `plugin.py:36` | `api.inject_script` | `api.inject_script(f"/plugins/{STATIC_PREFIX}/app.js")` | --- ## Forced internal dependencies (Rule 2 escape hatch) Each row requires a `# CONNECTION: ` comment in source. _None. Plugin uses only the public API._ ✓ --- ## Frontend dependencies (static/*.js → /api/* URLs) _None yet._