MittaAI / webwright

An AI powered shell for building, deploying, and running software.
MIT License
31 stars 2 forks source link

Create designated directory for diffs and file backups #37

Open kordless opened 1 month ago

kordless commented 1 month ago

As we integrate more version control capabilities into the project, such as applying diffs and creating backups of modified files, we should create a standardized directory structure to store these artifacts.

The proposed solution is to add a new top-level directory called something like "diffs_and_backups" that can house the following:

Having a designated home for these files will keep the project organized, make it easy to locate diffs and backups, and avoid cluttering up the main directories.

Please provide any feedback on the proposed directory name and structure. Once finalized, we can create the new directory and establish it as the standard location for storing diffs, backups, and similar version control files.

kordless commented 1 month ago

We need to add a way to roll back a change if needed.