b32fea671f
The container-user resolver introduced in 9f72093 accessed
'tool_type.manifest', which triggers a SQLAlchemy lazy load inside the
async WebSocket coroutine and raises MissingGreenlet. Fetch the manifest
explicitly with db_session.get() instead, matching the pattern used in
instance_service.py.
- Replace relationship access with explicit async loads in
_resolve_container_user().
- Add unit tests covering manifest, base-definition, legacy, and missing
manifest cases.
- Update project map artifacts.
Quality gates: pytest tests/api tests/services/test_terminal_manager_multi.py tests/unit (247 passed), ruff check (clean).
24 lines
425 B
Markdown
24 lines
425 B
Markdown
# apps (index)
|
|
dir: apps
|
|
|
|
## role
|
|
Contains the main application entry points and executable components for the project
|
|
## parent
|
|
index: ./.pi-map.index.md
|
|
map: ./.pi-map.md
|
|
## children
|
|
- apps/api
|
|
index: apps/api/.pi-map.index.md
|
|
map: apps/api/.pi-map.md
|
|
- apps/web
|
|
index: apps/web/.pi-map.index.md
|
|
map: apps/web/.pi-map.md
|
|
## files
|
|
## links
|
|
index: apps/.pi-map.index.md
|
|
map: apps/.pi-map.md
|
|
## workflows
|
|
-
|
|
## dirty
|
|
-
|