refactor: replace firehose handler boilerplate with factory method (#22)
Replace 18 one-liner handler property declarations and the wrapHandler
method with a single createWrappedHandler factory that generates
circuit-breaker-wrapped handlers from Indexer method names.
https://claude.ai/code/session_01YL7ZhPgh8CZ9QzKH5A2exT
Co-authored-by: Claude <noreply@anthropic.com>