Thank you for this amazing toolkit, this project in actuality creates new dimension into CI/CD and software development. I really like all the concepts and different language SDKs.
So my question is, I was trying to integrate dagger into our current system as a controller for our testing pipeline, where we need to evaluate interactions between dozens of services. First I wanted to do this kind of testing pipeline with docker-compose, because it's simpler, and docker-compose if much more mature and have been stable for some time. Basically I wanted to have a blueprint of all our services in docker compose format and write a controller that will manipulate docker compose. However I saw a dagger and immediately understood that it could potentially do the both job, blueprint of the services and also the interaction between them. But I believe this project is still new and I wanted to ask if there is any limitation or constraint I could face if wanted it to work in production. Thank you