A git mirror of Modal's public gRPC protobufs from
modal-labs/modal-client, reduced
to exactly the files the @distilled.cloud/modal
generator reads:
specs/api.proto—modal_proto/api.proto(service ModalClient)specs/task_command_router.proto—modal_proto/task_command_router.proto(service TaskCommandRouter)
Nothing else from modal-client is mirrored, so this repository stays small
enough to use as a git submodule — the upstream repository is never cloned.
The mirror is updated every 24 hours by
.github/workflows/update-specs.yml.
git submodule add https://github.com/distilled-mirror/spec-mirror-modal.gitFrom .meta/:
bun install
bun run fetch-specsThis repository is managed by the distilled-submodules Alchemy stack in
alchemy-run/distilled (stacks/distilled-submodules).
Its scaffolding is generated — edit it there, not here.