From ebe5369a0b6e5184647d4ce5f40d4eb609a4189e Mon Sep 17 00:00:00 2001 From: satyakwok Date: Wed, 13 May 2026 00:59:45 +0200 Subject: [PATCH] docs: scrub internal-ref comment from proto Pre-publish prep for crates.io. --- 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;