Doriandarko / o1-engineer

o1-engineer is a command-line tool designed to assist developers in managing and interacting with their projects efficiently. Leveraging the power of OpenAI's API, this tool provides functionalities such as code generation, file editing, and project planning to streamline your development workflow.
2.61k stars 264 forks source link

File paths and pointer tests need created #20

Open DavidKotykOfficial opened 3 days ago

DavidKotykOfficial commented 3 days ago

This might be an openAI thing to fix, but when I reorganized my project directories and files using review and edit, the program did a great job, but not all the file paths/ pointers to scripts were changed to the new correct paths so I had to go in and manually change them, I don't know how to fix this issue but if file paths were able to be tested after every edit, the program would feel unstoppable.

DavidKotykOfficial commented 2 days ago

if all file paths could be tested one by one. A good test can remove the file path, then generate the file path/node with the program in the context, and if the file path does not match the original removed path, a debugging flag should be triggered.