BuilderIO / micro-agent

An AI agent that writes (actually useful) code for you
https://www.builder.io/blog/micro-agent
MIT License
2.61k stars 206 forks source link

Handle `micro-agent` being run without a project with testing setup #24

Closed steve8708 closed 2 months ago

steve8708 commented 2 months ago

If you just run micro-agent outside of a project it will not warn you that you should be in a project with tests setup (or help you set those up), it'll just move forward with pretty strange results

It would be great to warn and/or assist in generating a project (e.g. a nodejs project with vitest) if you are not already in a folder that is clearly a project (e.g. has a package.json for nodejs, has a requirements.txt for python, etc)