Skip to content

[Domain] Warn when no room zones exist#149

Closed
95x8x9 wants to merge 5 commits into
mainfrom
codex/domain-missing-room-warning
Closed

[Domain] Warn when no room zones exist#149
95x8x9 wants to merge 5 commits into
mainfrom
codex/domain-missing-room-warning

Conversation

@95x8x9
Copy link
Copy Markdown
Collaborator

@95x8x9 95x8x9 commented Apr 29, 2026

Summary

  • Adds a layout validation warning when no Room zones exist.
  • Message: "Agents can only be placed inside Room or Exit zones."

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)

Risks / Follow-up

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.

[Domain] 레이아웃 검증: Room 구역 없음 경고 추가

2 participants