This commit is contained in:
oyo
2026-06-22 11:37:28 +08:00
parent 81ddcb97bd
commit b359bcb9e6
9 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
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. 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.

View File

@@ -0,0 +1 @@
This directory is used to store rules specific to the Designer Agent for designing TOCO design elements. Only .md files are supported.

View File

@@ -0,0 +1 @@
This directory is used to store rules specific to the Developer Agent for code implementation. Only .md files are supported.

View File

@@ -0,0 +1 @@
This directory is used to store rules specific to the Domain Architect Agent for the domain modeling phase. Only .md files are supported.

View File

@@ -0,0 +1 @@
This directory is used to store general rules applicable to all agents. Only .md files are supported.

View File

@@ -0,0 +1 @@
This directory is used to store rules specific to the Planner Agent for the overall planning phase. Only .md files are supported.

View File

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

View File

@@ -0,0 +1 @@
This directory is used to store rules specific to the Toco Agent for overall high-level process control. Only .md files are supported. Adding new rules here is generally not recommended.