The protobuf schemas are stored in the proto Git submodule. Clone the project
with the submodule included:
git clone --recurse-submodules https://github.com/Yanus306/CoFix-AI.gitFor an existing clone, initialize or update the schemas with:
git submodule update --init --recursiveRegenerate the checked-in Python bindings after a schema update:
.\.venv\Scripts\python.exe scripts\generate_protos.pyApplication code imports generated modules from generated_proto. The proto
directory must contain only the six .proto schema files and Git submodule
metadata.