You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Extract shared tagging helpers to reduce duplication across routers
- Add database/tagging.py with generic insert/select/remove/select_tags helpers
- Add core/tagging.py with require_user, tag_entity, untag_entity helpers
- Refactor flows/tasks/runs DB modules to delegate to shared helpers
- Refactor flows/tasks/runs routers to use shared tag/untag logic
- Rename connection -> expdb in DB tag functions for consistency
- Add get() lookup function to database/runs.py
Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
0 commit comments