5 ms·
> I'll spin up a "quality pass" agent that will make sure all tests/lint etc. pass Why would you need an agent more than one time to create a script then use o
by arkh 2mo ago
> I'll spin up a "quality pass" agent that will make sure all tests/lint etc. pass
Why would you need an agent more than one time to create a script then use one command to launch it? What's the added value of the agent there?
- esperent 2mo agoThe quality pass: 1. Merges in the dev branch 2. runs the various tests and static checks 3. Fixes any small issues with the context of what was fixed on this branch 4. Stops and reports if there's any major issues Or 5. Handles the merge back to dev if all is green.