fiatrete / OpenDAN-Personal-AI-OS

OpenDAN is an open source Personal AI OS , which consolidates various AI modules in one place for your personal use.
https://opendan.ai
MIT License
1.58k stars 128 forks source link

Future Branch Usage Guidelines #80

Closed waterflier closed 2 months ago

waterflier commented 9 months ago

Dear Team,

I would like to provide some guidance on the usage of different branches moving forward:

  1. Master Branch: This branch is designated for releases. As a rule, we should aim to merge the MVP (0.5.1) branch into the master branch on a weekly basis.

  2. MVP (0.5.1) Branch: We will continue to refine the design of the Agent/Workflow and enhance the user experience based on the current 0.5.1 version. The principle is not to modify the implementation of components within the Kernel.

  3. New 0.5.2 Branch: As per our plan (#46 ), we will begin the separation of kernel-mode and user-mode in this branch. Given the significant architectural changes to the system, it has been separated for this purpose. This branch, in principle, will not modify the implementation of any non-kernel components such as Agent/Workflow.

Please adhere to these guidelines to ensure smooth and organized development. If you have any questions or need further clarification, please don't hesitate to ask.