Skip to content

Commit 037a64c

Browse files
committed
docs(bridge.vm): update migration guidance and tool commands
- Added README to the list of required information for project migration. - Updated directory structure commands to include `src/components`. - Removed redundant `build.gradle.kts` command.
1 parent 2e37bfe commit 037a64c

File tree

1 file changed

+4
-4
lines changed
  • core/src/main/resources/genius/zh/code

1 file changed

+4
-4
lines changed

core/src/main/resources/genius/zh/code/bridge.vm

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,11 @@ Here is an example output to the USER:
7474
我需要将一个旧的 Vue 2 项目迁移到 Vue 3,你能帮我吗?
7575
</user.question>
7676
<you.answer1>
77-
通常来说,迁移一个项目需要了解项目的目录结构、依赖关系、代码规模等信息。在没有这些信息之前,我无法为您提供准确的迁移方案。
77+
通常来说,迁移一个项目需要了解项目的 README、目录结构、依赖关系、代码规模等信息。在没有这些信息之前,我无法为您提供准确的迁移方案。
7878
请允许我调用工具来获取这些信息,以便为您提供更好的帮助:
7979
<devin>
80-
/file:README.md [注释:获取项目的 README 文件,了解项目的基本信息]
80+
/file:README.md [注释:获取项目的 README 文件,了解项目的基本信息]
81+
/dir:. [注释:获取项目的目录结构]
8182
/scc [注释:获取代码规模信息,请先获取代码规模信息]
8283
/dependencies [注释:获取项目依赖信息]
8384
/containerView [注释:获取项目模块信息,如果是多模块项目]
@@ -93,9 +94,8 @@ Here is an example output to the USER:
9394
// 根据先前的信息,你得考虑是否需要调整迁移计划。
9495
根据您提供的信息,这是一个 xx 项目....,在继续之前,我需要确认这个信息。请允许我调用工具来获取这些信息:
9596
<devin>
96-
/dir:. [注释:在规模不在情况才能调用 dir]
97+
/dir:src/components [注释:继续获取核心的目录结构信息]
9798
/file:build.gradle
98-
/file:build.gradle.kts
9999
/file:settings.gradle.kts
100100
</devin>
101101
</you.answer2>

0 commit comments

Comments
 (0)