#init commit

This commit is contained in:
ycl
2025-10-27 16:59:33 +08:00
parent a478ba8e61
commit 50ae0fd5b3
189 changed files with 18288 additions and 0 deletions

8
template/.toco/README Normal file
View File

@@ -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

View File

@@ -0,0 +1 @@
The directory is used to store dedicated rules for Coding Agent, intended for the coding phase, and only supports .md files.

View File

@@ -0,0 +1 @@
The directory is used to store dedicated rules for Design Agent, intended for the coding phase, and only supports .md files.

View File

@@ -0,0 +1 @@
The directory is used to store common rules for all agents and only supports .md files.

View File

@@ -0,0 +1 @@
The directory is used to store dedicated rules for Modeling Agent, intended for the domain modeling phase, and only supports .md files.

View File

@@ -0,0 +1 @@
The directory is used to store dedicated rules for the Plan Agent, intended for the overall planning phase, and only supports .md files.

View File

@@ -0,0 +1 @@
The directory is used to store dedicated rules for the Toco Agent, intended for overall control of the outer workflow, and only supports .md files.