Compare commits

..

1 Commits

Author SHA1 Message Date
ycl
a31d02392d 更新 template/.gitignore 2025-12-28 12:12:15 +08:00
3 changed files with 10 additions and 8 deletions

2
template/.gitignore vendored
View File

@@ -33,6 +33,8 @@ logs/
!modules/.gitkeep !modules/.gitkeep
.gitattributes .gitattributes
.toco/config.local.yml .toco/config.local.yml
## fossil
_FOSSIL_ _FOSSIL_
_FOSSIL_-journal _FOSSIL_-journal
.fslckout .fslckout

View File

@@ -1,8 +1,8 @@
.toco 目录用于存放rules只支持.md文件。内部结构如下: 目录用于存放rules只支持.md文件。
global: 目录用于存放所有Agent通用rules对所有Agent生效 global: 目录用于存放所有agent通用rules
toco: 目录用于存放Toco Agent专用rules用于外层流程整体控制如禁止进入建模必须进行Plan等通常无需新增rules toco: 目录用于存放Toco Agent专用rules用于外层流程整体控制
modeling: 目录用于存放Domain Architect Agent专用rules用于领域建模阶段 modeling:目录用于存放Modeling Agent专用rules用于领域建模阶段
plan: 目录用于存放Planner Agent专用rules用于规划分析阶段 plan: 目录用于存放Plan Agent专用rules用于整体规划阶段
design: 目录用于存放Designer Agent专用rules用于TOCO设计元素操作 design:目录用于存放Design Agent专用rules用于TOCO设计元素设计
coding: 目录用于存放Developer Agent专用rules用于编写代码阶段 coding:目录用于存放Coding Agent专用rules用于编码阶段

View File

@@ -203,7 +203,7 @@
<dependency> <dependency>
<groupId>io.github.think-1024</groupId> <groupId>io.github.think-1024</groupId>
<artifactId>toco-all-spring5-springboot2-community</artifactId> <artifactId>toco-all-spring5-springboot2-community</artifactId>
<version>1.8</version> <version>1.5</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.apache.tomcat.embed</groupId> <groupId>org.apache.tomcat.embed</groupId>