Skip to content

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

Merged
merged 1 commit into from
Jul 22, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions 4th/2nd_copilot_classfile/task_1.md
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 代码

11 changes: 11 additions & 0 deletions 4th/2nd_copilot_classfile/task_2.md
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 /工具,了解他们的交互模式,有一个书面的对比报告交互物
Copy link
Preview

Copilot AI Jul 22, 2025

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.

Suggested change
2. 调研 ai code agent ide /工具,了解他们的交互模式,有一个书面的对比报告交互物
2. 调研 ai code agent ide/工具,了解他们的交互模式,有一个书面的对比报告交互物

Copilot uses AI. Check for mistakes.

3. 产品设计,根据我们的目标,制作一个基于 xgo classfile 的agent;交互物 产品设计文档
- 需要具备什么样的能力
- 对外提供的服务形式
- UI 长什么样子 等

20 changes: 20 additions & 0 deletions 4th/2nd_copilot_classfile/topic.md
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 托管等
Copy link
Preview

Copilot AI Jul 22, 2025

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.

Suggested change
2. 支持 MCP ,并集成多种 MCP,如XBuilder 引导,XBuilder 操作指令,XBuilder Git 托管等
2. 支持 MCP,并集成多种 MCP,如 XBuilder 引导,XBuilder 操作指令,XBuilder Git 托管等

Copilot uses AI. Check for mistakes.

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
Copy link
Preview

Copilot AI Jul 22, 2025

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.

Suggested change
* 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.


31 changes: 0 additions & 31 deletions 4th/2th_classfile.md

This file was deleted.