UBA-008: Register UBAPanel in editor sidebar (router.setup.ts)
UBA-009: Health indicator widget in Configure tab
- useUBAHealth hook polling UBAClient.health() every 30s
- HealthBadge component: 4 states (unknown/checking/healthy/unhealthy)
- Pulsing animation on checking; design token colours with fallbacks
- Shown only when schema.backend.endpoints.health is present
Test fix: UBASchemaParser.test.ts
- isFailure<T>() type guard for webpack ts-loader friendly narrowing
- eslint-disable for destructuring discard patterns