Coverage for src / lilbee / app / __init__.py: 100%
0 statements
« prev ^ index » next coverage.py v7.13.4, created at 2026-05-15 20:55 +0000
« prev ^ index » next coverage.py v7.13.4, created at 2026-05-15 20:55 +0000
1"""Surface-agnostic use-case orchestration shared by CLI, HTTP, MCP, and TUI.
3Each module here is a thin orchestration layer around the underlying domain
4services. Surfaces import the use-case directly; this package exposes nothing
5through ``__init__`` so import paths stay obvious and grep-friendly.
6"""