12 lines
376 B
YAML
12 lines
376 B
YAML
|
|
name: identity
|
||
|
|
version: 1.0.0
|
||
|
|
description: >
|
||
|
|
Identity resolution plugin for Hermes. Maps platform-specific user IDs
|
||
|
|
(Discord snowflake, Telegram UID, terminal) and kanban boards to stable
|
||
|
|
Honcho peer names. Config file at /opt/data/identity-config.json for
|
||
|
|
persistence across container rebuilds.
|
||
|
|
author: "@gortium"
|
||
|
|
hooks:
|
||
|
|
- pre_gateway_dispatch
|
||
|
|
- on_session_start
|