Publish stable client proto generation inputs #82

Merged
dohertj2 merged 1 commits from agent-1/issue-36-publish-stable-client-proto-generation-inputs into main 2026-04-26 18:56:38 -04:00
Owner

Summary

  • Adds stable client proto manifest, descriptor, generated-output directories, and golden protobuf JSON fixtures.
  • Exposes the public gateway protocol version in OpenSessionReply and regenerates C# contract output.
  • Documents client proto generation inputs and adds contract tests for manifest and fixture drift.

Verification

  • powershell -NoProfile -ExecutionPolicy Bypass -File scripts\publish-client-proto-inputs.ps1 -Check
  • dotnet build src\MxGateway.sln
  • dotnet test src\MxGateway.sln --no-build

Closes #36

## Summary - Adds stable client proto manifest, descriptor, generated-output directories, and golden protobuf JSON fixtures. - Exposes the public gateway protocol version in `OpenSessionReply` and regenerates C# contract output. - Documents client proto generation inputs and adds contract tests for manifest and fixture drift. ## Verification - `powershell -NoProfile -ExecutionPolicy Bypass -File scripts\publish-client-proto-inputs.ps1 -Check` - `dotnet build src\MxGateway.sln` - `dotnet test src\MxGateway.sln --no-build` Closes #36
dohertj2 added 1 commit 2026-04-26 18:55:37 -04:00
dohertj2 merged commit d0bc4e3c01 into main 2026-04-26 18:56:38 -04:00
Sign in to join this conversation.