Skip to content

Commit ed52736

Browse files
jimmy-phantomclaude
andcommitted
chore(fetchium): add changeset for TopicQuery adapter resolution
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 5c5623d commit ed52736

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"fetchium": patch
3+
---
4+
5+
Resolve `TopicQuery` adapter via subclass-aware lookup. `TopicQuery` now assigns `static adapter = TopicQueryAdapter` so subclasses inherit a runtime value without per-class overrides, and `QueryClient.getAdapter()` falls back to an `instanceof` scan over registered adapters before auto-instantiating, so an abstract base on a query resolves to the consumer-registered concrete subclass.

0 commit comments

Comments
 (0)