Bug 2437477
| Summary: | Review Request: rust-agent-client-protocol-schema - Protocol for standard communication for AI coding agents | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Rodolfo Olivieri <rodolfo.olivieri3> |
| Component: | Package Review | Assignee: | Nobody's working on this, feel free to take it <nobody> |
| Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | rawhide | CC: | code, package-review |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | --- | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2026-03-16 11:05:06 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Rodolfo Olivieri
2026-02-07 01:56:05 UTC
If I understand correctly, the "generate" binary seems to be for the purpose of generating a JSON schema file. Unless I’m missing something (and I haven’t looked at this deeply) it doesn’t look like the "generate" binary is something that would be useful to install system-wide, particularly with a very generic name like /usr/bin/generate. Consider this in rust2rpm.toml: [package] cargo-install-bin = false Ah, and https://src.fedoraproject.org/rpms/julius already provides /usr/bin/generate, so per https://docs.fedoraproject.org/en-US/packaging-guidelines/Conflicts/ *something* will have to be done if you do want to ship this binary. Won't have the time to maintain this. |