From aad6b9ee042cb83d462e5d10aa283073e30e79b3 Mon Sep 17 00:00:00 2001 From: kjh2064 Date: Sat, 8 Aug 2026 15:40:35 +0900 Subject: [PATCH] test: preserve AEG-V16-016 vendor-boundary evidence --- docs/CURRENT/CATALOGS/WBS_PROGRESS_TRACKER.csv | 2 +- .../AEG-V16-016/frontend-typecheck_20260808.log | 4 ++++ evidence/AEG-V16-016/ui-adapter-tests_20260808.log | 13 +++++++++++++ evidence/AEG-V16-016/validate_v16_20260808.log | 3 +++ 4 files changed, 21 insertions(+), 1 deletion(-) create mode 100644 evidence/AEG-V16-016/frontend-typecheck_20260808.log create mode 100644 evidence/AEG-V16-016/ui-adapter-tests_20260808.log create mode 100644 evidence/AEG-V16-016/validate_v16_20260808.log diff --git a/docs/CURRENT/CATALOGS/WBS_PROGRESS_TRACKER.csv b/docs/CURRENT/CATALOGS/WBS_PROGRESS_TRACKER.csv index 0b7be459..8ec96021 100644 --- a/docs/CURRENT/CATALOGS/WBS_PROGRESS_TRACKER.csv +++ b/docs/CURRENT/CATALOGS/WBS_PROGRESS_TRACKER.csv @@ -7,7 +7,7 @@ AEG-X-005,S0,Cross,Security auth 고도화,COMPLETED,2026-08-04,"docs/decisions/ AEG-X-006,S0,Cross,Outbox publisher 고도화,COMPLETED,2026-08-04,"docs/CURRENT/ARTIFACTS/AEG-X-006_ACCEPTANCE_EVIDENCE.md + src/KArtSell.BuildingBlocks/Reliability/DapperOutboxWriter.cs + OutboxPollerJob.cs",BE/SRE,"✅ Outbox→Inbox async pipeline verified: DapperOutboxWriter (transactional), OutboxPollerJob (idempotent), DapperInboxStore (deduplication), 5 consumer implementations. Acceptance_Evidence: All criteria met. 177/177 tests PASS." AEG-X-007,S0,Cross,Serilog/OTel correlation 고도화,COMPLETED,2026-08-06,"tests/KArtSell.ArchitectureTests/PiiRedactionTests.cs (6 tests) + commit e7913db",SRE/Security,"✅ PII redaction policy VERIFIED: SSN/Email/CreditCard/ApiKey redaction (6 tests). Commit e7913db adds pattern-based sanitization validation. All tests PASS (249/253)." AEG-V16-017,S6,Cross,FieldShell 표준,IN_PROGRESS,TBD,"docs/CURRENT/AEG-V16-017_FIELDSHELL_SLICE_NOTE.md; frontend/src/shared/ui/components/FieldShell.vue; frontend/src/shared/ui/components/tests/FieldShell.spec.ts","FE Lead","2026-08-08: FieldShell now owns label/error/help/ARIA relationships for KsTextField, KsTextArea, KsSelect, KsDateField, and KsNumberField. Actual evidence: frontend pnpm typecheck PASS; pnpm test PASS (19 files, 42 tests); pnpm build PASS. Build emitted unrelated tracked .js drift, excluded from this Slice. COMPLETED is blocked pending WBS Master/tracker reconciliation and AEG-V16-016 vendor-boundary acceptance evidence." -AEG-V16-016,S0,VS-00,Vendor boundary fitness,IN_PROGRESS,TBD,"docs/CURRENT/AEG-V16-016_VENDOR_BOUNDARY_SLICE_NOTE.md; tools/validate_v16.py; frontend/src/shared/ui/adapter/tests/uiAdapter.contract.spec.ts","FE Lead","2026-08-08: Removed stale fixed WBS row-count assertion; validator now verifies WBS ID integrity and reports vendor imports outside the approved adapter boundary. Actual evidence: python tools/validate_v16.py PASS=1 WARN=2 FAIL=0; targeted adapter tests 4/4 PASS; frontend typecheck PASS. COMPLETED is blocked because dependency AEG-V16-015 has no approved acceptance evidence in the tracker." +AEG-V16-016,S0,VS-00,Vendor boundary fitness,IN_PROGRESS,TBD,"docs/CURRENT/AEG-V16-016_VENDOR_BOUNDARY_SLICE_NOTE.md; tools/validate_v16.py; frontend/src/shared/ui/adapter/tests/uiAdapter.contract.spec.ts; evidence/AEG-V16-016/validate_v16_20260808.log; evidence/AEG-V16-016/ui-adapter-tests_20260808.log; evidence/AEG-V16-016/frontend-typecheck_20260808.log","FE Lead","2026-08-08: Removed stale fixed WBS row-count assertion; validator now verifies WBS ID integrity and reports vendor imports outside the approved adapter boundary. Re-executed actual evidence: python tools/validate_v16.py PASS=1 WARN=2 FAIL=0; targeted adapter tests 4/4 PASS; frontend typecheck PASS. COMPLETED is blocked because dependency AEG-V16-015 has no approved acceptance evidence in the tracker." AEG-V16-015,S0,VS-00,Adapter rollback runbook,IN_PROGRESS,TBD,"docs/CURRENT/ui-provider-switch.md","FE Lead","2026-08-08: Created startup-only provider switch and rollback runbook with fail-closed configuration, immutable-artifact rollback, and append-only evidence record. Visual/a11y/performance rehearsal evidence is not present and is explicitly required before completion; dependency AEG-V16-014 is also not evidenced in the tracker." AEG-V16-018,S6,Cross,DataContextHeader,IN_PROGRESS,TBD,"docs/CURRENT/AEG-V16-018_DATA_CONTEXT_HEADER_SLICE_NOTE.md; frontend/src/shared/ui/components/KsDataContextHeader.vue; frontend/src/shared/ui/components/tests/KsDataContextHeader.spec.ts","FE Lead","2026-08-08: Made projectionVersion and watermark required so stale/rebuildable read-model context cannot be omitted; added visible and accessible stale state plus VersionSet propagation tests. Actual evidence: targeted Vitest 2/2 PASS, frontend typecheck PASS, production build PASS. Build emitted unrelated tracked .js drift, excluded from this Slice. COMPLETED is blocked pending predecessor AEG-V16-017 acceptance and UX/a11y evidence." AEG-V16-019,S6,Cross,CommandBar,IN_PROGRESS,TBD,"docs/CURRENT/AEG-V16-019_COMMAND_BAR_SLICE_NOTE.md; frontend/src/shared/ui/components/KsCommandBar.vue; frontend/src/shared/ui/components/tests/KsCommandBar.spec.ts","FE Lead","2026-08-08: Command boundary now suppresses disabled/busy execute events and exposes aggregate busy state. Actual evidence: targeted Vitest 1/1 PASS; frontend typecheck PASS. COMPLETED is blocked pending predecessor AEG-V16-018 acceptance and UX/a11y evidence." diff --git a/evidence/AEG-V16-016/frontend-typecheck_20260808.log b/evidence/AEG-V16-016/frontend-typecheck_20260808.log new file mode 100644 index 00000000..0b32afed --- /dev/null +++ b/evidence/AEG-V16-016/frontend-typecheck_20260808.log @@ -0,0 +1,4 @@ + +> kartsell-frontend@0.1.0 typecheck D:\JobRoomz\KArtSell.Aegis\frontend +> vue-tsc --noEmit + diff --git a/evidence/AEG-V16-016/ui-adapter-tests_20260808.log b/evidence/AEG-V16-016/ui-adapter-tests_20260808.log new file mode 100644 index 00000000..63f9baa1 --- /dev/null +++ b/evidence/AEG-V16-016/ui-adapter-tests_20260808.log @@ -0,0 +1,13 @@ + +> kartsell-frontend@0.1.0 test D:\JobRoomz\KArtSell.Aegis\frontend +> vitest run "--run" "src/shared/ui/adapter/tests/uiAdapter.contract.spec.ts" "src/shared/ui/tests/adapterCompatibility.spec.ts" + + + RUN v4.1.10 D:/JobRoomz/KArtSell.Aegis/frontend + + + Test Files 2 passed (2) + Tests 4 passed (4) + Start at 15:39:26 + Duration 7.42s (transform 1.61s, setup 0ms, import 4.99s, tests 18ms, environment 4.20s) + diff --git a/evidence/AEG-V16-016/validate_v16_20260808.log b/evidence/AEG-V16-016/validate_v16_20260808.log new file mode 100644 index 00000000..a3231f7e --- /dev/null +++ b/evidence/AEG-V16-016/validate_v16_20260808.log @@ -0,0 +1,3 @@ +PASS=1 WARN=2 FAIL=0 +WARN Full source archive is not present; full-archive evidence is not claimed +WARN .NET 10 build, PostgreSQL DbUp, pnpm/Vitest/Playwright, scheduler chaos and 252-session Shadow require approved runtime