From 3937e3c9221424138ea1197f468b1baa319d4102 Mon Sep 17 00:00:00 2001 From: oyo Date: Mon, 6 Jul 2026 16:00:09 +0800 Subject: [PATCH] .toco/rules --- template/.toco/rules/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/.toco/rules/README b/template/.toco/rules/README index 7fa4c80..75ebf05 100644 --- a/template/.toco/rules/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.