Coverage for src/lilbee/app/__init__.py: 100%

0 statements  

« prev     ^ index     » next       coverage.py v7.15.2, created at 2026-08-14 11:46 +0000

1"""Surface-agnostic use-case orchestration shared by CLI, HTTP, MCP, and TUI. 

2 

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"""