Compare commits
9 Commits
bd0a67de44
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| d6f4f9757f | |||
| e4d69f0213 | |||
| bb9fe081d0 | |||
| 3937e3c922 | |||
| 2a147dc83c | |||
| 1584c4981d | |||
| 33924c4701 | |||
| 2573854e1b | |||
| b359bcb9e6 |
@@ -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.
|
`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.
|
||||||
@@ -271,7 +271,7 @@
|
|||||||
<configuration>
|
<configuration>
|
||||||
<rules>
|
<rules>
|
||||||
<requireJavaVersion>
|
<requireJavaVersion>
|
||||||
<version>[11.0,21.0)</version>
|
<version>[11.0,22.0)</version>
|
||||||
</requireJavaVersion>
|
</requireJavaVersion>
|
||||||
<requireMavenVersion>
|
<requireMavenVersion>
|
||||||
<version>3.8</version>
|
<version>3.8</version>
|
||||||
|
|||||||
Reference in New Issue
Block a user