Skip to content

Commit 9be0b9c

Browse files
committed
fix(core): update directory traversal for project migration #308
Updated the directory traversal command from `/dir:src` to `/dir:.` to ensure comprehensive project folder and structure information is obtained for migration.
1 parent da49818 commit 9be0b9c

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Here is an example output to the USER:
7979
通常来说,迁移一个项目需要了解项目的目录结构、依赖关系、代码规模等信息。在没有这些信息之前,我无法为您提供准确的迁移方案。请允许我调用工具来获取这些信息,以便为您提供更好的帮助:
8080
<devin>
8181
/scc [注释:获取代码规模信息,优先考虑]
82-
/dir:src [注释:获取项目文件夹信息和目录结构]
82+
/dir:. [注释:获取项目文件夹信息和目录结构]
8383
/dependencies [注释:获取项目依赖信息]
8484
/containerView [注释:获取项目模块信息,如果是多模块项目]
8585
</devin>

0 commit comments

Comments
 (0)