From 94f8aa81496b05c62010223b26837a7a79a01a64 Mon Sep 17 00:00:00 2001 From: satyakwok Date: Wed, 13 May 2026 09:52:20 +0200 Subject: [PATCH] chore: scrub internal-file ref from generated gRPC client headers MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Both grpc-web/*.ts header blocks referenced 'founder-private/audits/...-grpc-service-proto-draft.md'. The upstream .proto in sentrix-labs/sentrix already carries the neutral phrasing 'internal Sentrix Labs gRPC service-proto draft (2026-05-05)'; the regenerated .ts here didn't pick up that change. Updated by hand to match — next regeneration via protobuf-ts will produce the same text. --- src/grpc-web/sentrix.client.ts | 2 +- src/grpc-web/sentrix.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/grpc-web/sentrix.client.ts b/src/grpc-web/sentrix.client.ts index 7a50b39..80ca532 100644 --- a/src/grpc-web/sentrix.client.ts +++ b/src/grpc-web/sentrix.client.ts @@ -14,7 +14,7 @@ // // Status: v0.1 skeleton. Handlers in crates/sentrix-grpc/src/lib.rs return // tonic::Status::unimplemented until main.rs integration lands. Reference -// design doc: founder-private/audits/2026-05-05-grpc-service-proto-draft.md. +// design: internal Sentrix Labs gRPC service-proto draft (2026-05-05). // import type { RpcTransport } from "@protobuf-ts/runtime-rpc"; import type { ServiceInfo } from "@protobuf-ts/runtime-rpc"; diff --git a/src/grpc-web/sentrix.ts b/src/grpc-web/sentrix.ts index 551c9e0..b60b797 100644 --- a/src/grpc-web/sentrix.ts +++ b/src/grpc-web/sentrix.ts @@ -14,7 +14,7 @@ // // Status: v0.1 skeleton. Handlers in crates/sentrix-grpc/src/lib.rs return // tonic::Status::unimplemented until main.rs integration lands. Reference -// design doc: founder-private/audits/2026-05-05-grpc-service-proto-draft.md. +// design: internal Sentrix Labs gRPC service-proto draft (2026-05-05). // import { ServiceType } from "@protobuf-ts/runtime-rpc"; import type { BinaryWriteOptions } from "@protobuf-ts/runtime";