feat(registry): add canonical user registry for cross-platform identity resolution - #22085
Closed
Phoenix1819 wants to merge 1 commit into
Closed
feat(registry): add canonical user registry for cross-platform identity resolution#22085Phoenix1819 wants to merge 1 commit into
Phoenix1819 wants to merge 1 commit into
Conversation
Author
|
CI Failure Breakdown (post-fix a57af9a0f): Fixed (PR-specific):
Pre-existing / Unrelated failures:
The two PR-specific issues are now resolved. The remaining 5 check failures exist on upstream/main and are unrelated to user_registry.py. |
Phoenix1819
force-pushed
the
user-registry
branch
2 times, most recently
from
May 15, 2026 15:30
15012a4 to
ca315f0
Compare
4 tasks
Phoenix1819
force-pushed
the
user-registry
branch
2 times, most recently
from
May 16, 2026 00:23
2beef16 to
473e221
Compare
Phoenix1819
force-pushed
the
user-registry
branch
from
May 16, 2026 00:27
473e221 to
5f1855b
Compare
Author
|
Fork CI Results (independent validation on Summary: 21654 passed, 9 failed, 57 skipped (~12 min) All 9 failures are pre-existing baseline issues unrelated to this PR:
Zero regressions introduced by this branch. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR introduces a lightweight, YAML-backed user registry that enables canonical user identity resolution across all messaging platforms.
Problem
Hermes agents currently identify users by platform-specific IDs (Telegram user_id, Matrix MXID, Signal phone number). This makes it impossible to:
Solution
A standalone user_registry.py module that loads ~/.hermes/users.yaml and provides bidirectional lookups.
API
Design Decisions
Backwards Compatibility
Testing