| Dimension | Shared | Only in A | Only in B | Overlap |
|---|---|---|---|---|
| Sections | 0 | 1 | 1 | 0% |
| Commands | 0 | 0 | 0 | — |
| Section tags | 0 | 1 | 1 | 0% |
What each file covers
Sections
0 shared · 1 only in A · 1 only in B- − Edit Strategy
- + Safety Rules
Commands
neither file has anySection tags
0 shared · 1 only in A · 1 only in B- − code-style
- + do-not
Line diff
yxyxy/HordeForge · .clinerules/97_edit_strategy.md
@@ −1 @@
1# Edit Strategy
2
3When fixing errors:
4
51. Prefer modifying the smallest possible code section.
62. Avoid rewriting entire files.
73. Never repeat the same edit pattern.
8
9If the same fix was already attempted:
10
11The AI must change strategy instead of repeating the edit.
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−# Edit Strategy
1+# Safety Rules
22
3−When fixing errors:
3+Agents must avoid destructive actions.
44
5−1. Prefer modifying the smallest possible code section.
6−2. Avoid rewriting entire files.
7−3. Never repeat the same edit pattern.
5+Forbidden actions:
86
9−If the same fix was already attempted:
7+- deleting repositories
8+- force pushing
9+- rewriting git history
10+- modifying unrelated files
1011
11−The AI must change strategy instead of repeating the edit.
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.
