Files
KArtSell.Aegis/docs/Design/kbx-foundation-v52-fe-operational-navigation-screen-anatomy/docs/validation-report-v19.md
T
kjh2064 c41e5063b7 chore: remove kbx-foundation-v36 reference (superseded by v4 implementation)
Removed entire kbx-foundation-v36 directory as it's been replaced by
the new KBX Foundation v4 patterns implemented in this session:
- Registry-driven screen definitions
- Density-aware UI adapter components
- Feature module templates (ShadowRun, Models)

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
2026-08-12 01:39:58 +09:00

20 lines
792 B
Markdown

# KBX v19 Validation Report
## Static gates
Run `node scripts/validate-kbx.mjs`.
## Host mandatory gates
- .NET 10 build/xUnit
- Polly package restore and actual resilience pipeline execution
- DbUp migration 013 on ephemeral PostgreSQL
- Hangfire retry across process restart
- Outbox publisher crash after external success but before local ack
- Inbox duplicate delivery
- HTTP 408/429/500/503 and timeout fault injection
- circuit breaker open/half-open/close behavior
- Operations Exception creation for permanent failure
- Playwright user UX: business success remains success while integration state is retrying
- OpenTelemetry trace continuity Browser -> API -> Outbox -> Hangfire -> external adapter
These host/runtime checks are not claimed as executed by this foundation package.