diff --git a/template/.toco/README b/template/.toco/README index 6d6ba04..df19699 100644 --- a/template/.toco/README +++ b/template/.toco/README @@ -1,8 +1,13 @@ -.toco 目录用于存放rules,只支持.md文件。内部结构如下: +The .toco directory is used to store rules (supporting .md files only). The internal structure is defined as follows: -global: 目录用于存放所有Agent通用rules,对所有Agent生效 -toco: 目录用于存放Toco Agent专用rules,用于外层流程整体控制,如禁止进入建模,必须进行Plan等,通常无需新增rules -modeling: 目录用于存放Domain Architect Agent专用rules,用于领域建模阶段 -plan: 目录用于存放Planner Agent专用rules,用于规划分析阶段 -design: 目录用于存放Designer Agent专用rules,用于TOCO设计元素操作 -coding: 目录用于存放Developer Agent专用rules,用于编写代码阶段 \ No newline at end of file +global/ Contains general rules applicable to all Agents. These rules take effect globally across the entire system. + +toco/ Contains rules specific to the Toco Agent. These are used for high-level process control (e.g., "modeling prohibited," "planning mandatory"). Typically, no new rules need to be added here. + +modeling/ Contains rules specific to the Domain Architect Agent, used during the domain modeling phase. + +plan/ Contains rules specific to the Planner Agent, used during the planning and analysis phase. + +design/ Contains rules specific to the Designer Agent, used for operating and managing TOCO design elements. + +coding/ Contains rules specific to the Developer Agent, used during the code implementation phase. \ No newline at end of file