From 9ecbc31b927d51a9167ba16d9bd12fff8884fc4b Mon Sep 17 00:00:00 2001 From: satyakwok Date: Wed, 13 May 2026 10:20:45 +0200 Subject: [PATCH] chore: scrub internal-file ref from proto comment The grpc-web TypeScript output here was already neutralized via #23, but the upstream .proto in src/grpc-proto/ still carried the old line. Patched to match the canonical phrasing. --- src/grpc-proto/sentrix.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/grpc-proto/sentrix.proto b/src/grpc-proto/sentrix.proto index f6c33d4..2eb7567 100644 --- a/src/grpc-proto/sentrix.proto +++ b/src/grpc-proto/sentrix.proto @@ -12,7 +12,7 @@ syntax = "proto3"; // // 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). package sentrix.v1;