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
Add a deterministic, generated gRPC schema reference for Mecatl's ordinary public API while keeping the existing handwritten guide focused on behavior and operational semantics.
This issue was narrowed after the recent TypeScript SDK and documentation work. The HTTP/OpenAPI portion is now tracked separately in #1706.
Scope
Generate a Docusaurus-compatible Markdown reference from:
Use a pinned Buf-compatible documentation plugin rather than a custom protobuf parser.
Write the committed generated page to user-docs/reference/grpc-schema.md.
Cover both services, every RPC, the messages and enums used by them, field comments, and unary/server-streaming/bidirectional-streaming directions.
Add a dedicated regeneration command, task docs:grpc-ref, and include it in task docs.
Add a non-mutating CI freshness check that fails when the committed page differs from regenerated output.
Link the generated schema reference from user-docs/reference/grpc-api.md and user-docs/building/deployment/grpc-http.md.
Clearly mark the page as generated and identify the proto files as its source.
Acceptance criteria
task docs:grpc-ref deterministically regenerates user-docs/reference/grpc-schema.md from the two protobuf contracts.
The generated page includes HarnessService, ScheduleService, every RPC, their streaming directions, and the messages/enums they use.
The existing handwritten gRPC guide remains the canonical home for authentication, error behavior, lifecycle guidance, and other semantics not encoded in protobuf descriptors.
The handwritten gRPC and transport pages link to the generated schema reference.
CI fails with a clear message when the generated page is stale.
Summary
Add a deterministic, generated gRPC schema reference for Mecatl's ordinary public API while keeping the existing handwritten guide focused on behavior and operational semantics.
This issue was narrowed after the recent TypeScript SDK and documentation work. The HTTP/OpenAPI portion is now tracked separately in #1706.
Scope
contracts/proto/mecatl/v1/harness.proto(HarnessService)contracts/proto/mecatl/v1/schedule.proto(ScheduleService)user-docs/reference/grpc-schema.md.task docs:grpc-ref, and include it intask docs.user-docs/reference/grpc-api.mdanduser-docs/building/deployment/grpc-http.md.Acceptance criteria
task docs:grpc-refdeterministically regeneratesuser-docs/reference/grpc-schema.mdfrom the two protobuf contracts.HarnessService,ScheduleService, every RPC, their streaming directions, and the messages/enums they use.task docsandtask site:buildpass.Non-goals
LocalSessionContextServiceor the driver protocol undercontracts/proto/mecatl/driver/v1.