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