-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
i see the tool as a CLI.
- you run it like
devil runor smth - then you chat with the devil lol
- he suggests the implementation
- you discuss it with him
- browses internet if needed
- navigates the project
- asks more questions
- creates a git branch
- then devil splits the task into subtasks
- then implements each subtask as per tdd (for better accuracy)
- edits code in repl until the test is solved
- commits the changes (so you can use git cli and e.g. revert back to a state where tests where not failing)
- opens a pr
the run command is implemented in pseudocode here: https://github.com/di-sukharev/devil/blob/master/src/commands/run/index.ts
please give it a look and share your thoughts, we go from there
im meanwhile i continue implementing it function by function as per the file shared above
spinute and jaroslaw-weberspinute
Metadata
Metadata
Assignees
Labels
No labels