From 1da0fcaae87f0e0bbd79bdb8a085b6636ce289b3 Mon Sep 17 00:00:00 2001 From: oyo Date: Tue, 14 Oct 2025 11:37:51 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20template/.toco/README?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- template/.toco/README | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 template/.toco/README diff --git a/template/.toco/README b/template/.toco/README new file mode 100644 index 0000000..940cf2e --- /dev/null +++ b/template/.toco/README @@ -0,0 +1,8 @@ +Directory Structure for Rules (.md files only): + +global: Directory for storing common rules applicable to all agents +toco: Directory for storing Toco Agent-specific rules, used for overall control of the outer workflow +modeling: Directory for storing Modeling Agent-specific rules, used during the domain modeling phase +plan: Directory for storing Plan Agent-specific rules, used during the overall planning phase +design: Directory for storing Design Agent-specific rules, used for TOCO design element creation +coding: Directory for storing Coding Agent-specific rules, used during the coding phase \ No newline at end of file