init commit

This commit is contained in:
ycl
2026-05-18 14:16:17 +08:00
commit 3bad77d34b
46 changed files with 1799 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.