fix(proto): add generated Buffa crate - #186
Conversation
yordis
commented
May 28, 2026
- The scheduler proto contract needs reproducible Rust bindings in the workspace so generated code can be reviewed consistently.
- The generation workflow needs clear project-root boundaries so proto refreshes do not fail during formatting.
PR SummaryLow Risk Overview
This is mostly build/tooling + generated bindings; no application services are wired to the new crate in this diff. Reviewed by Cursor Bugbot for commit e8542ac. Bugbot is set up for automated code reviews on this repo. Configure here. |
|
Warning Review limit reached
More reviews will be available in 43 minutes and 55 seconds. Learn how PR review limits work. Your organization has run out of usage credits. Purchase more in the billing tab. ⌛ How to resolve this issue?After more reviews become available, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available. Please see our Fair Usage Limits Policy for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (37)
📒 Files selected for processing (6)
WalkthroughThis PR establishes a complete protobuf-to-Rust code generation pipeline. buf.gen.yaml configures Buf v2 to generate Rust bindings using Buffa plugins. .mise.toml pins tool versions and orchestrates proto:generate and proto:format:rust build tasks. rsworkspace dependencies and the trogonai-proto crate are scaffolded to consume the generated code, which is then publicly exposed via lib.rs. ChangesProtobuf Generation Pipeline Setup
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Code Coverage SummaryDetailsDiff against mainResults for commit: e8542ac Minimum allowed coverage is ♻️ This comment has been updated with latest results |
|
Actionable comments posted: 0 |
Signed-off-by: Yordis Prieto <yordis.prieto@gmail.com>
16d0aac to
e8542ac
Compare