Skip to content

[Application] Run staged scenarios as batch#199

Merged
learncold merged 3 commits into
mainfrom
codex-staged-scenario-batch-run
May 8, 2026
Merged

[Application] Run staged scenarios as batch#199
learncold merged 3 commits into
mainfrom
codex-staged-scenario-batch-run

Conversation

@SilverSupplier

Copy link
Copy Markdown
Collaborator

Summary

  • Run all staged runnable scenarios as a domain-backed batch instead of selecting only the first staged baseline.
  • Add batch run state persistence, a lightweight run workspace with selectable scenario cards, and a comparison result view.
  • Add scenario diff/batch runner coverage and wire the new domain/application sources into CMake.

Related Issue

Area

  • Engine
  • Domain
  • Application
  • Docs
  • Build
  • Analysis
  • Chore

Architecture Check

  • I kept the dependency direction application -> domain -> engine.
  • I did not add Qt UI code to src/domain.
  • I did not add domain or application dependencies to src/engine.
  • I used src/ as the include root.

Verification

  • cmake --preset windows-debug
  • cmake --build --preset build-debug
  • ctest --preset test-debug
  • Not run (reason below)

git diff --check origin/main...HEAD passed. cmake --preset windows-debug-no-app was attempted, but local MSBuild/CMake configure fails before project generation because Windows SDK discovery cannot read C:\Users\silve\AppData\Local\Microsoft SDKs.

Risks / Follow-up

  • Batch execution is currently in-process and UI-driven; larger scenario counts may need future queue/progress virtualization.
  • Full Qt build and CTest should be run in an environment with working Windows SDK access.

@SilverSupplier SilverSupplier requested a review from learncold as a code owner May 6, 2026 10:58
@SilverSupplier SilverSupplier force-pushed the codex-staged-scenario-batch-run branch from 6c70818 to 678497a Compare May 8, 2026 04:41
@learncold learncold merged commit 2b86d4b into main May 8, 2026
2 checks passed
@learncold learncold deleted the codex-staged-scenario-batch-run branch May 8, 2026 16:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Task-staged 시나리오 배치 실행과 비교 요약 UI 구현

2 participants