Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 629 Bytes

File metadata and controls

25 lines (20 loc) · 629 Bytes

Omega Code

开发指南

  1. Fork 仓库
  2. Clone 你已经 Fork 的仓库
    git clone https://github.com/Your-username/Omega-Code.git
  3. 创建特性分支(feature/fix/docs/chore...)
  4. 编写代码,提交 commit(需要细化)
  5. 提交 prorigin/dev
  6. 等待审查

说明

前端位置:console/console-ui/

后端位置:console/console-panel/

MCP Server 位置:mcp_server/

cli 位置:src/

数据库位置:

  1. Windows:C:/Users/{电脑用户名}/.omega
  2. Linux: /home/{电脑用户名}/.omega
  3. macOS: /Users/{电脑用户名}/.omega