ddad573b75
- Resolve 14 conflicts from popping local stash on top of origin'seed1e88+8d3352fdoc-comment additions (11 mechanical, plus version.rs, DashboardAuthenticatorTests.cs, DashboardGalaxyProjector.cs) - Fix 4 test files that used AGENTS.md as the repo-root sentinel (now use CLAUDE.md, since AGENTS.md was removed in4731ab5) - Redirect 10 doc citations from AGENTS.md to the matching gateway.md sections (Value Model, Status Model, Security, STA Worker Thread Model, gRPC Layer rule, cancellation rule) Verified: solution build clean, x86 worker build clean, 266/266 gateway tests passing, 121/121 worker tests passing. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
32 lines
908 B
JSON
32 lines
908 B
JSON
{
|
|
"schemaVersion": 1,
|
|
"contractName": "mxaccess-gateway",
|
|
"gatewayProtocolVersion": 2,
|
|
"workerProtocolVersion": 1,
|
|
"protoRoot": "src/MxGateway.Contracts/Protos",
|
|
"sourceFiles": [
|
|
{
|
|
"path": "mxaccess_gateway.proto",
|
|
"role": "public_gateway"
|
|
},
|
|
{
|
|
"path": "mxaccess_worker.proto",
|
|
"role": "gateway_worker_ipc"
|
|
},
|
|
{
|
|
"path": "galaxy_repository.proto",
|
|
"role": "public_galaxy_repository"
|
|
}
|
|
],
|
|
"descriptorSet": "clients/proto/descriptors/mxaccessgw-client-v1.protoset",
|
|
"fixtureRoot": "clients/proto/fixtures/golden",
|
|
"behaviorFixtureRoot": "clients/proto/fixtures/behavior",
|
|
"generatedOutputs": {
|
|
"dotnet": "clients/dotnet/generated",
|
|
"go": "clients/go/internal/generated",
|
|
"rust": "clients/rust/src/generated",
|
|
"python": "clients/python/src/mxgateway/generated",
|
|
"java": "clients/java/src/main/generated"
|
|
}
|
|
}
|