panel public release

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
2026-07-15 01:26:41 -07:00
commit 295eb22826
2165 changed files with 301492 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
version: v2
# Using remote plugins from the Buf Schema Registry because Windows Smart App
# Control blocks locally-built codegen binaries (protoc-gen-go from `go install`
# is unsigned and has no reputation score). Remote plugins run on BSR, so no
# local binary execution is required.
plugins:
- remote: buf.build/protocolbuffers/go:v1.36.11
out: proto
opt:
- paths=source_relative
- remote: buf.build/grpc/go:v1.6.0
out: proto
opt:
- paths=source_relative
- require_unimplemented_servers=true