| Dimension | Shared | Only in A | Only in B | Overlap |
|---|---|---|---|---|
| Sections | 0 | 1 | 1 | 0% |
| Commands | 0 | 0 | 0 | — |
| Section tags | 0 | 0 | 1 | 0% |
What each file covers
Sections
0 shared · 1 only in A · 1 only in B- − Stop Conditions
- + Safety Rules
Commands
neither file has anySection tags
0 shared · 0 only in A · 1 only in B- + do-not
Line diff
yxyxy/HordeForge · .clinerules/19_stop_condition.md
@@ −1 @@
1# Stop Conditions
2
3The AI must stop editing when:
4
5- the same change is attempted multiple times
6- tests fail for the same reason repeatedly
7- the same file is edited more than 3 times
8
9In this case the AI must output:
10
11Root cause analysis
12Possible fix
13Required code changes
yxyxy/HordeForge · .clinerules/07_safety.md
@@ +1 @@
1# Safety Rules
2
3Agents must avoid destructive actions.
4
5Forbidden actions:
6
7- deleting repositories
8- force pushing
9- rewriting git history
10- modifying unrelated files
11
12All generated code must:
13
14- pass tests
15- be syntactically valid
16- respect project architecture
17
18The system must log every decision for traceability.
@@ −1 +1 @@
1−# Stop Conditions
1+# Safety Rules
22
3−The AI must stop editing when:
3+Agents must avoid destructive actions.
44
5−- the same change is attempted multiple times
6−- tests fail for the same reason repeatedly
7−- the same file is edited more than 3 times
5+Forbidden actions:
86
9−In this case the AI must output:
7+- deleting repositories
8+- force pushing
9+- rewriting git history
10+- modifying unrelated files
1011
11−Root cause analysis
12−Possible fix
13−Required code changes
12+All generated code must:
13+
14+- pass tests
15+- be syntactically valid
16+- respect project architecture
17+
18+The system must log every decision for traceability.
