mirror of
https://github.com/Comfy-Org/ComfyUI.git
synced 2026-07-23 17:21:24 -05:00
The keyset cursor codec was asset-namespaced (app/assets/services/cursor.py) but the wire format and encode/decode logic are domain-agnostic. Move it to utils/cursor.py so the jobs endpoint can share one codec instead of importing across domains or duplicating it.