From 4549df3d13a2f33128e1d58a433f0752b9afce9f Mon Sep 17 00:00:00 2001 From: satyakwok Date: Wed, 13 May 2026 00:58:59 +0200 Subject: [PATCH] docs: scrub internal-ref comment from proto MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Pre-publish prep for crates.io — proto/sentrix.proto line 15 referenced an internal design-doc path. Replaced with neutral phrasing that points to the in-repo handler location instead. --- proto/sentrix.proto | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/proto/sentrix.proto b/proto/sentrix.proto index f6c33d4..65c907d 100644 --- a/proto/sentrix.proto +++ b/proto/sentrix.proto @@ -11,8 +11,7 @@ syntax = "proto3"; // "sentrix.v2" with v1 retained for ≥ 2 minor releases overlap. // // 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. +// tonic::Status::unimplemented until main.rs integration lands. package sentrix.v1;