fc72c5f6e9
Move ToolDefinitionManifest import out of TYPE_CHECKING in tool_type.py so SQLAlchemy can resolve the string-annotated relationship during mapper configuration. Add Workspace to models/__init__.py (before ToolInstance) so the ToolInstance-Workspace relationship can be resolved. Quality gates: py_compile passed, ruff passed, all mappers configure OK.