Skip to content

Commit 45de27f

Browse files
authored
chore: scrub internal-file ref from generated gRPC client headers (#23)
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. Co-authored-by: satyakwok <satyakwok@users.noreply.github.com>
1 parent 668c342 commit 45de27f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/grpc-web/sentrix.client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
//
1515
// Status: v0.1 skeleton. Handlers in crates/sentrix-grpc/src/lib.rs return
1616
// tonic::Status::unimplemented until main.rs integration lands. Reference
17-
// design doc: founder-private/audits/2026-05-05-grpc-service-proto-draft.md.
17+
// design: internal Sentrix Labs gRPC service-proto draft (2026-05-05).
1818
//
1919
import type { RpcTransport } from "@protobuf-ts/runtime-rpc";
2020
import type { ServiceInfo } from "@protobuf-ts/runtime-rpc";

src/grpc-web/sentrix.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
//
1515
// Status: v0.1 skeleton. Handlers in crates/sentrix-grpc/src/lib.rs return
1616
// tonic::Status::unimplemented until main.rs integration lands. Reference
17-
// design doc: founder-private/audits/2026-05-05-grpc-service-proto-draft.md.
17+
// design: internal Sentrix Labs gRPC service-proto draft (2026-05-05).
1818
//
1919
import { ServiceType } from "@protobuf-ts/runtime-rpc";
2020
import type { BinaryWriteOptions } from "@protobuf-ts/runtime";

0 commit comments

Comments
 (0)