The initial idea behind adapter hooks was to allow an escape hatch over abstractions.
During development and integrations, they actually wasn't useful at all and current ~33 additional hooks could only make runtime slower, besides they were not resolvable so not compatible with application routers (and in top level users anyway have power to hook into more)
This PR removes them but we might add back some adapter specific hooks under normal hooks if needed.
The initial idea behind adapter hooks was to allow an escape hatch over abstractions.
During development and integrations, they actually wasn't useful at all and current ~33 additional hooks could only make runtime slower, besides they were not resolvable so not compatible with application routers (and in top level users anyway have power to hook into more)
This PR removes them but we might add back some adapter specific hooks under normal hooks if needed.