-
Notifications
You must be signed in to change notification settings - Fork 9
feat: reorganize XGo Class Framework Copilot project into structured directory with task files #16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…directory with task files
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR reorganizes the XGo Class Framework Copilot project by migrating from a single markdown file to a structured directory approach. The change improves project organization by separating concerns into dedicated files for the topic overview and individual task descriptions.
- Removes the original consolidated
2th_classfile.md
file - Creates a new structured directory
2nd_copilot_classfile/
with separate files for topic and tasks - Splits task definitions into individual task files for better organization
Reviewed Changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 3 comments.
File | Description |
---|---|
4th/2th_classfile.md | Removes the original consolidated project documentation file |
4th/2nd_copilot_classfile/topic.md | Adds new topic overview file with project goals and reference links |
4th/2nd_copilot_classfile/task_1.md | Creates dedicated file for first task requirements |
4th/2nd_copilot_classfile/task_2.md | Creates dedicated file for second task requirements |
### 目标 | ||
|
||
1. 打造支持 XGo Class Framework 语法与业务逻辑的专用AI Copilot,实现高准确率代码生成 | ||
2. 支持 MCP ,并集成多种 MCP,如XBuilder 引导,XBuilder 操作指令,XBuilder Git 托管等 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[nitpick] Inconsistent spacing around commas. Should be consistent with either spaces after commas or no spaces.
2. 支持 MCP ,并集成多种 MCP,如XBuilder 引导,XBuilder 操作指令,XBuilder Git 托管等 | |
2. 支持 MCP,并集成多种 MCP,如 XBuilder 引导,XBuilder 操作指令,XBuilder Git 托管等 |
Copilot uses AI. Check for mistakes.
* XGo Github:https://github.com/goplus/xgo | ||
* Spx Classfile 游戏引擎:https://github.com/goplus/spx | ||
* XBuilder Github: https://github.com/goplus/builder/ | ||
* Class Framework 简介 https://github.com/goplus/xgo/blob/main/doc/classfile.md |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[nitpick] Missing colon after '简介' to be consistent with other reference link formatting in the file.
* Class Framework 简介 https://github.com/goplus/xgo/blob/main/doc/classfile.md | |
* Class Framework 简介:https://github.com/goplus/xgo/blob/main/doc/classfile.md |
Copilot uses AI. Check for mistakes.
1. 了解 大模型 (自学 + 提问) | ||
- 熟悉 llm openai 范式 api ,什么是 chatml,prompt,rag 等 | ||
- 基本概念 workflow, mcp,llm 关系 | ||
2. 调研 ai code agent ide /工具,了解他们的交互模式,有一个书面的对比报告交互物 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[nitpick] Inconsistent spacing around forward slash. Should be 'ide/工具' or 'ide / 工具' for consistency.
2. 调研 ai code agent ide /工具,了解他们的交互模式,有一个书面的对比报告交互物 | |
2. 调研 ai code agent ide/工具,了解他们的交互模式,有一个书面的对比报告交互物 |
Copilot uses AI. Check for mistakes.
No description provided.