Files
KArtSell.Aegis/docs/Design/kbx-foundation-v60-status-canonical-contract-hardening/docs/validation-report-v13.md
T
kjh2064 3f293d8aa8
deploy / deploy (push) Successful in 1m52s
deploy / notify (push) Successful in 1s
V13-FE-006: consolidate approved UI and contract hardening
2026-08-13 02:41:00 +09:00

1.0 KiB

KBX v13 Validation Report

자동 검증 범위

  • Design Token generation
  • Field Dictionary generation
  • TS/C# generated field parity
  • Import alias collision
  • sensitive/masking integrity
  • numeric precision/scale integrity
  • lookup metadata integrity
  • Frontend/Backend OMS Excel metadata reuse
  • deprecated field-key guard
  • Field adoption report
  • Screen/Component/Navigation/Catalog manifests
  • Architecture / Operations / Process / Production / Shell guards
  • Design-Code parity
  • Release impact/SemVer governance

실행 명령

node scripts/validate-kbx.mjs

환경상 미실행

현재 Foundation archive 자체에는 완전한 Host Solution/lockfile/runtime이 없으므로 다음은 Host Repository에서 필수 실행한다.

pnpm install --frozen-lockfile
vue-tsc / Vite build
Vitest
Playwright
.NET 10 restore/build/xUnit
DbUp against disposable PostgreSQL
Swashbuckle OpenAPI snapshot generation

특히 OpenAPI snapshot에서는 x-kbx-field-key가 Request DTO에 실제 포함되는지 확인해야 한다.