claude-memory/graph/workflows/uv-package-management-for-object-handler-77f119.md
Cal Corum b140d4d82a migrate: 313 memories from MemoryGraph
- 313 new markdown files created
- 30 relationships embedded
- 313 entries indexed
- State initialized with usage data
2026-02-13 11:11:48 -06:00

660 B

id type title tags importance confidence created updated
77f1197d-8aa8-453e-89af-78858d6002f7 workflow uv package management for object-handler
esb-monorepo
object-handler
python
uv
workflow
0.5 0.8 2025-12-10T19:55:32.586163+00:00 2025-12-10T19:55:32.586163+00:00

Object-handler uses uv for Python dependency management. Commands: (1) uv venv - create .venv, (2) uv pip install -r requirements.txt - install deps, (3) uv run pytest tests/ -v - run tests (handles venv automatically). Important: uv run is preferred over activating venv manually. Tests must use python -m pytest or uv run pytest for proper module path resolution.