김보곤
96efffe250
fix: step-executor evaluate 핸들러 ctx.vars→ctx.variables 버그 수정 + Phase 3 생성기 3종
...
- evaluate 핸들러: ctx.vars(undefined) → ctx.variables 수정
- 기존: TypeError가 inner catch에 흡수되어 항상 "evaluate ok" 반환
- 수정: JSON 파싱 결과를 정확히 분석 (ok:false → fail, grade → details)
- gen-detail-roundtrip.js: 상세 조회 왕복 검증 (목록→상세→목록 무결성)
- gen-cross-module.js: 모듈 간 데이터 일관성 (판매↔회계, 판매↔생산)
- gen-api-health.js v2.0: 내장 ApiMonitor + Performance API 하이브리드
- 전체 120개 시나리오: 113 PASS / 7 FAIL (버그 수정으로 숨겨진 실패 노출)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-12 15:56:47 +09:00
김보곤
2e16da9549
fix: step-executor.js Shadcn UI 호환 셀렉터 확장 (7개 핸들러)
...
- search: 11개 폴백 셀렉터 (Shadcn Input 지원)
- click_first_row: 5초 폴링 + role/class 폴백
- verify_table: role="table"/role="grid" 지원
- wait_for_table: 다중 row 셀렉터 폴링
- click_row: role="row", class*="list-item" 폴백
- fill: SELECT/combobox/date 스마트 위임
- select_dropdown: data-value, cmdk-item 등 Shadcn 옵션 지원
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-07 13:46:52 +09:00