mirror of
https://github.com/qwibitai/nanoclaw.git
synced 2026-07-09 18:57:08 +08:00
fccaadf24c
Review-round fixes on the instance dimension: - delivery/typing resolve adapters by exact registry key, never the channelType fallback — a named instance with an offline adapter gets offline handling, not a cross-identity send through a sibling bot; the fallback scan (channelType-only callers) now warns when it resolves through a differently-keyed instance - migration runner only fails on FK violations a migration introduced: pre-existing latent orphans (FK-OFF CLI surgery) are logged and carried, not turned into a boot crash-loop - typing re-trigger updates the full address (channelType, platformId, threadId, instance) together — no torn entries on agent-shared sessions spanning instances - bridge rejects empty/whitespace instance names (URL-route and state-namespace safety) - add-github / add-linear SKILL.md wiring inserts include the NOT NULL instance column - drop the 10s same-platform boot stagger: operational policy, not substrate — reintroducible skill-side for gateway-mode installs Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>