diff --git a/template/.toco/README b/template/.toco/README
deleted file mode 100644
index 3e570b1..0000000
--- a/template/.toco/README
+++ /dev/null
@@ -1,8 +0,0 @@
-The .toco directory is used to store rules (supporting .md files only). 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 (e.g., "modeling prohibited," "planning mandatory"). Typically, no new rules need to be added here.
-modeling/ Contains rules specific to the Domain Architect Agent, used during the domain modeling phase.
-plan/ Contains rules specific to the Planner Agent, used during the planning and analysis phase.
-design/ Contains rules specific to the Designer Agent, used for operating and managing TOCO design elements.
-coding/ Contains rules specific to the Developer Agent, used during the code implementation phase.
\ No newline at end of file
diff --git a/template/.toco/rules/README b/template/.toco/rules/README
new file mode 100644
index 0000000..609ab68
--- /dev/null
+++ b/template/.toco/rules/README
@@ -0,0 +1,9 @@
+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.
+`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.
\ No newline at end of file
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/rules/tester/README b/template/.toco/rules/tester/README
new file mode 100644
index 0000000..bd3414c
--- /dev/null
+++ b/template/.toco/rules/tester/README
@@ -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.
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
diff --git a/template/pom.xml b/template/pom.xml
index 38c65f5..2dce7c2 100644
--- a/template/pom.xml
+++ b/template/pom.xml
@@ -36,12 +36,6 @@
javax.persistence-api
2.2
-
- junit
- junit
- 4.13
- test
-
ch.qos.logback
logback-classic
@@ -161,7 +155,7 @@
org.projectlombok
lombok
- 1.18.20
+ 1.18.46
commons-collections