From 81ddcb97bdd4ba4535078c50f39e838c76aa8472 Mon Sep 17 00:00:00 2001 From: oyo Date: Wed, 17 Jun 2026 11:14:39 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0tester=20rules?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- template/.toco/README | 15 ++++++++------- template/.toco/tester/README | 1 + 2 files changed, 9 insertions(+), 7 deletions(-) create mode 100644 template/.toco/tester/README diff --git a/template/.toco/README b/template/.toco/README index 3e570b1..7fa4c80 100644 --- a/template/.toco/README +++ b/template/.toco/README @@ -1,8 +1,9 @@ -The .toco directory is used to store rules (supporting .md files only). The internal structure is defined as follows: +The `.toco` directory is used to store agent rules. Only `.md` files are supported. The internal structure is defined as follows: -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 +`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. Typically, no new rules need to be added here. +`domain_architect/` Contains rules specific to the Domain Architect Agent, used during the domain modeling phase. +`planner/` Contains rules specific to the Planner Agent, used during the planning and analysis phase. +`designer/` Contains rules specific to the Designer Agent, used for TOCO design work. +`developer/` Contains rules specific to the Developer Agent, used during code implementation. +`tester/` Contains rules specific to the Tester Agent, used during testing and quality assurance. diff --git a/template/.toco/tester/README b/template/.toco/tester/README new file mode 100644 index 0000000..bd3414c --- /dev/null +++ b/template/.toco/tester/README @@ -0,0 +1 @@ +This directory is used to store rules specific to the Tester Agent for testing and quality assurance. Only .md files are supported.