Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ Containers must include an `agent-manifest` label in image metadata with:

The protobuf imports OpenRTB v2.6 definitions:
```protobuf
import "com/iabtechlab/openrtb/v2.6/openrtb.proto";
import "com/iabtechlab/openrtb/v2/openrtb.proto";
```

You'll need the IAB Tech Lab OpenRTB protobuf definitions from:
Expand Down
11 changes: 1 addition & 10 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -40,16 +40,7 @@ build-all: build build-rust
# Protobuf targets

bindings:
for x in ${LANGUAGES}; do \
protoc --proto_path=. \
--$${x}_out=. \
--experimental_editions \
openrtb.proto agenticrtbframework.proto; \
protoc --proto_path=. \
--$${x}_out=. \
--$${x}-grpc_out=require_unimplemented_servers=false:. \
agenticrtbframeworkservices.proto; \
done
scripts/generate.sh

check:
prototool lint
Expand Down
Loading