Compare commits

..

1 Commits

Author SHA1 Message Date
ycl
bd0a67de44 更新 template/.gitignore 2026-06-30 17:56:54 +08:00
9 changed files with 2 additions and 1 deletions

1
template/.gitignore vendored
View File

@@ -37,5 +37,6 @@ _FOSSIL_
_FOSSIL_-journal _FOSSIL_-journal
.fslckout .fslckout
.fslckout-journal .fslckout-journal
.toco/branch_map.json
*.pem *.pem

View File

@@ -1,4 +1,4 @@
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: 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. `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. `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.