-
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
### 第一次任务 | ||
|
||
1. 熟悉 XGo:通过 readme doc 熟悉,无需产出物 | ||
2. 熟悉 class framework | ||
- 我的第一个 spx game,产出物,一个简单的 spx 游戏 | ||
- 我的第一个 classfile dsl,产出物,一个简单的 class framework dsl 代码 | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
### 第二次任务 | ||
|
||
1. 了解 大模型 (自学 + 提问) | ||
- 熟悉 llm openai 范式 api ,什么是 chatml,prompt,rag 等 | ||
- 基本概念 workflow, mcp,llm 关系 | ||
2. 调研 ai code agent ide /工具,了解他们的交互模式,有一个书面的对比报告交互物 | ||
3. 产品设计,根据我们的目标,制作一个基于 xgo classfile 的agent;交互物 产品设计文档 | ||
- 需要具备什么样的能力 | ||
- 对外提供的服务形式 | ||
- UI 长什么样子 等 | ||
|
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
@@ -0,0 +1,20 @@ | ||||||
基于大模型的 XGo Class Framework 专用 Copilot 开发 | ||||||
|
||||||
### 目标 | ||||||
|
||||||
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 commentThe 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.
Suggested change
Copilot uses AI. Check for mistakes. Positive FeedbackNegative Feedback |
||||||
3. 构建可扩展框架,支持 XGo Class Framework 语言切换与多场景适配 | ||||||
|
||||||
### 阶段任务 | ||||||
|
||||||
查看本目录下的 `task_*.md` | ||||||
|
||||||
### 相关信息 | ||||||
|
||||||
* XBuilder 国内站点:https://x.qiniu.com/ | ||||||
* 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 commentThe 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.
Suggested change
Copilot uses AI. Check for mistakes. Positive FeedbackNegative Feedback |
||||||
|
This file was deleted.
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.
Copilot uses AI. Check for mistakes.