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,20 @@
# V13-FE-036 — T12 Work Queue screen template
## Source / Assumption / Unknown / Decision Required
- Source: v60 T12 queue contract and existing `WorkQueuePage.vue` shared screen port.
- Assumption: queue and exception summary are server-owned operational data; state boundary controls presentation only.
- Unknown: queue-depth source, exception-count definition, permissions, and production JobRun API.
- Decision Required: Ops/SRE approval of queue metrics, ownership, retry semantics, and runbook.
## Implemented
- Propagates evidence version.
- Suppresses queue/exception content in blocked or terminal states.
- Preserves shared retry and quick-action/work-summary slots.
- No blind retry, schedule, mutation, or automatic order/KIS path added.
## Evidence
- Targeted test: 1 file / 2 tests passed.
- Full FE regression, visual/AT/Playwright, queue source, and operational approval remain outstanding.