diff --git a/template/.toco/README b/template/.toco/rules/README similarity index 82% rename from template/.toco/README rename to template/.toco/rules/README index 7fa4c80..75ebf05 100644 --- a/template/.toco/README +++ b/template/.toco/rules/README @@ -1,4 +1,4 @@ -The `.toco` directory is used to store agent rules. Only `.md` files are supported. The internal structure is defined as follows: +The `.toco/rules` directory is used to store agent rules. Only `.md` files are supported. The internal structure under `.toco/rules` 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. diff --git a/template/.toco/designer/README b/template/.toco/rules/designer/README similarity index 100% rename from template/.toco/designer/README rename to template/.toco/rules/designer/README diff --git a/template/.toco/developer/README b/template/.toco/rules/developer/README similarity index 100% rename from template/.toco/developer/README rename to template/.toco/rules/developer/README diff --git a/template/.toco/domain_architect/README b/template/.toco/rules/domain_architect/README similarity index 100% rename from template/.toco/domain_architect/README rename to template/.toco/rules/domain_architect/README diff --git a/template/.toco/global/README b/template/.toco/rules/global/README similarity index 100% rename from template/.toco/global/README rename to template/.toco/rules/global/README diff --git a/template/.toco/planner/README b/template/.toco/rules/planner/README similarity index 100% rename from template/.toco/planner/README rename to template/.toco/rules/planner/README diff --git a/template/.toco/tester/README b/template/.toco/rules/tester/README similarity index 100% rename from template/.toco/tester/README rename to template/.toco/rules/tester/README diff --git a/template/.toco/toco/README b/template/.toco/rules/toco/README similarity index 100% rename from template/.toco/toco/README rename to template/.toco/rules/toco/README