The REST API checks workflow would fail with: Error: Breaking REST API change detected without MINOR version bump (1.14.0 -> 1.14.0) if a breaking change happens on a PR.
Understand the workflow, and make sure you read the deprecation policies in AGENTS.md including the respective file in agent-server package. The error is a bit weird because it says a minor version bump is enough. But it shouldn't be enough: we need 5 minor versions of deprecation time.
Look at Griffe workflow, I think it enforces those 5 releases for Python API. Let's do the same for REST API.
The REST API checks workflow would fail with: Error: Breaking REST API change detected without MINOR version bump (1.14.0 -> 1.14.0) if a breaking change happens on a PR.
Understand the workflow, and make sure you read the deprecation policies in AGENTS.md including the respective file in agent-server package. The error is a bit weird because it says a minor version bump is enough. But it shouldn't be enough: we need 5 minor versions of deprecation time.
Look at Griffe workflow, I think it enforces those 5 releases for Python API. Let's do the same for REST API.