Extension Ecosystem Example
This example demonstrates phase 7 extension points:
route.resolve/v1returnsoverride,reject, orpass.status.ping/v1returns host-specific MOTD text.event.subscriber/v1receives asynchronous plugin events.admin.auth.provider/v1registers an unavailable external provider while preserving local admin fallback.
It is intended as a conformance fixture and source example for plugin authors.