I'm trying to think of ways to combine the CI and LLM use-cases.
For example, if I could do something like:
- run unit tests
- if failure:
- append to prompt asking to summarize the error + suggest fixes
- post that as a comment in the github PR
- still exit with a fail exit code, so CI marks as failed properly
I could see that being pretty powerful, but I'm not seeing any straightforward way to wire that up in Dagger.