Metadata-Version: 2.4
Name: comfygit-studio
Version: 0.5.0
Summary: ComfyGit Studio runtime - contract API and Studio serving adapters
Project-URL: Documentation, https://docs.comfygit.org/
Project-URL: Repository, https://github.com/comfygit-ai/comfygit
Project-URL: Issues, https://github.com/comfygit-ai/comfygit/issues
Requires-Python: >=3.10
Requires-Dist: aiohttp>=3.13.4
Requires-Dist: comfygit-core==0.5.0
Description-Content-Type: text/markdown

# ComfyGit Studio Runtime

`comfygit-studio` owns the shared contract-serving runtime used by `cg serve`
and embedded ComfyGit Manager Studio routes.

It is intentionally separate from `comfygit-core`: core owns environment and
contract domain semantics, while this package owns HTTP routing, Studio static
asset serving, upload handling, run/gallery state, and ComfyUI API execution.

The public contract API is documented by the generated OpenAPI artifact at
`comfygit_studio/openapi/studio-contract-api.v1.json`. Regenerate it from the
workspace root with `make generate-openapi` and verify drift with
`make check-openapi`.
