A background agent system for automating end-to-end software engineering tasks, direct from your github repos.
Stars
194
Forks
23
Watchers
194
Open Issues
21
Overall repository health assessment
No package.json found
This might not be a Node.js project
Merge pull request #55 from cairn-dev/change-readme-to-video
c1d7270View on GitHubfix branch issue by enforcing that pm tasks on the same repo operate on different branches when assigned by the fullstack planner. previously, this caused an error because it would attempt to create a PR from the same branch. NOTE: it does have the nice feature of them operating on the same branch meaning that they can actually see each others changes? a better solution might be to just allow them to refer to the same PR, somehow... liek if a PR already exists, append the new PR message to the old one, or something liek that. This would allow them to view the changed files as they are added by the other agent and then merge to create the same PR if that makes sense...
a2b9c5eView on GitHub