V13-FE-006: consolidate approved UI and contract hardening
deploy / deploy (push) Successful in 1m52s
deploy / notify (push) Successful in 1s

This commit is contained in:
2026-08-13 02:41:00 +09:00
parent d79edae546
commit 3f293d8aa8
1278 changed files with 14384 additions and 1664 deletions
@@ -0,0 +1,25 @@
# V13-FE-011 — KBX v60 T01 recipe adoption
## Scope
- **WBS:** V13-FE-011
- **Requirement/API/UI/Test:** REQ-FE-T01 / Cross / UI-T01 / T-FE-T01-01
- **Source:** `docs/Design/kbx-foundation-v60-status-canonical-contract-hardening/contracts/screens/kbx.screen-recipes.json` T01 recipe.
- **Adopted:** immutable T01 required/recovery/security policy metadata in `frontend/src/shared/ui/screen-types/screenRecipe.ts`.
- **Not adopted:** KBX OMS routes, API calls, server-side selection implementation, vendor UI code, generated scaffolding, or client-side server state.
## Source / Assumption / Unknown / Decision Required
- **Source:** KBX v60 T01 recipe and current `SearchListCrudPage.vue`/`StandardScreenBoundary.vue`.
- **Assumption:** recipe policy metadata documents caller obligations; it does not enforce or invent a backend contract.
- **Unknown:** the approved production search/read-model contract, bulk-selection API and permission names for each K-ArtSell screen.
- **Decision Required:** UX/FE/Domain Owner must approve screen-specific policy bindings before a template is wired to a real API or bulk command.
## Evidence
- Targeted Vitest: 2 files / 5 tests passed.
- `pnpm typecheck`: passed (`vue-tsc --noEmit`).
## Remaining acceptance evidence
Visual/assistive-technology approval, Playwright trace, real API transcript, and approved screen-specific permission/bulk-selection contracts remain outstanding.