Compare commits

..

4 Commits

Author SHA1 Message Date
oyo
89fa1f7f6b 1.8 2026-01-20 13:47:02 +08:00
oyo
341bed2182 更新 template/.toco/README 2026-01-04 17:08:33 +08:00
oyo
00c4b6e68d 更新 template/.toco/README 2026-01-04 17:08:20 +08:00
oyo
2b99015622 升级1.6 2025-12-28 17:14:20 +08:00
3 changed files with 8 additions and 10 deletions

2
template/.gitignore vendored
View File

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