feat: finish register receiving and authority routing

Assistant: codex
Assistant-Model: gpt-5.6-sol
Assistant-Session: 01a023c0-a0a3-7c03-b395-5a0d2757214d
This commit is contained in:
tegwick 2026-08-21 23:15:48 +02:00
parent 6d134425df
commit d103955217
28 changed files with 970 additions and 48 deletions

View file

@ -43,3 +43,6 @@ asyncio_mode = "auto"
[tool.ruff]
line-length = 100
src = ["src", "tests"]
[tool.ruff.lint]
extend-select = ["DTZ", "UP"]