| Dimension | Shared | Only in A | Only in B | Overlap |
|---|---|---|---|---|
| Sections | 0 | 1 | 1 | 0% |
| Commands | 0 | 0 | 0 | — |
| Section tags | 1 | 0 | 0 | 100% |
What each file covers
Sections
0 shared · 1 only in A · 1 only in B- − Refactoring Rules
- + Safety Rules
Commands
neither file has anySection tags
1 shared · 0 only in A · 0 only in B- do-not
Line diff
yxyxy/HordeForge · .clinerules/13_refactoring_rules.md
@@ −1 @@
1# Refactoring Rules
2
3Refactoring is allowed only when:
4
5- tests already exist
6- behaviour is preserved
7
8Refactoring must:
9
10- reduce complexity
11- improve readability
12- not introduce new features
13
14Never mix refactoring with feature implementation.
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−# Refactoring Rules
1+# Safety Rules
22
3−Refactoring is allowed only when:
3+Agents must avoid destructive actions.
44
5−- tests already exist
6−- behaviour is preserved
5+Forbidden actions:
76
8−Refactoring must:
7+- deleting repositories
8+- force pushing
9+- rewriting git history
10+- modifying unrelated files
911
10−- reduce complexity
11−- improve readability
12−- not introduce new features
12+All generated code must:
1313
14−Never mix refactoring with feature implementation.
14+- pass tests
15+- be syntactically valid
16+- respect project architecture
17+
18+The system must log every decision for traceability.
