Working with microservices

Hi, i have about 100+ microservices at my company. I would like to prompt cursor and change multiple microservices (different folder and also repositories) at once.

For exampleL Change X endpoint, and then cursor make the necessary changes to update the references on the Y and Z microservices that consumes that endpoint.

Is this possible? I have not found a way to work with several services. Same with the example of a separate frontend/backend.

Thanks in advance.

1 Like

i have the same question :smiling_face_with_tear:

i think a good approach here would be to group changes into requirements that logically belong together.

You can ask AI to help planning based on the microservices files and changes needed.

It can write each change set as a requirement_name.md file which you can use later as details for implementation.