变英文

This commit is contained in:
oyo
2026-02-06 10:35:51 +08:00
parent beb77ce1aa
commit 52a808ff83

View File

@@ -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生效 global/ Contains general rules applicable to all Agents. These rules take effect globally across the entire system.
toco: 目录用于存放Toco Agent专用rules用于外层流程整体控制如禁止进入建模必须进行Plan等通常无需新增rules
modeling: 目录用于存放Domain Architect Agent专用rules用于领域建模阶段 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.
plan: 目录用于存放Planner Agent专用rules用于规划分析阶段
design: 目录用于存放Designer Agent专用rules用于TOCO设计元素操作 modeling/ Contains rules specific to the Domain Architect Agent, used during the domain modeling phase.
coding: 目录用于存放Developer Agent专用rules用于编写代码阶段
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.