| 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
- + Architecture 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/01_architecture.md
@@ +1 @@
1# Architecture Rules
2
3The architecture is agent-driven.
4
5Core layers:
6
71. Agents
82. Pipelines
93. Orchestrator
104. Integrations
115. Infrastructure
12
13Priority order:
14
15AI Pipeline > Integrations > Platform
16
17Do not introduce complex infrastructure unless required by the agent pipeline.
18
19The platform must stay lightweight.
20
21The architecture must support:
22
23- autonomous pipelines
24- agent isolation
25- deterministic execution
26- reproducible runs
@@ −1 +1 @@
1−# Refactoring Rules
1+# Architecture Rules
22
3−Refactoring is allowed only when:
3+The architecture is agent-driven.
44
5−- tests already exist
6−- behaviour is preserved
5+Core layers:
76
8−Refactoring must:
7+1. Agents
8+2. Pipelines
9+3. Orchestrator
10+4. Integrations
11+5. Infrastructure
912
10−- reduce complexity
11−- improve readability
12−- not introduce new features
13+Priority order:
1314
14−Never mix refactoring with feature implementation.
15+AI Pipeline > Integrations > Platform
16+
17+Do not introduce complex infrastructure unless required by the agent pipeline.
18+
19+The platform must stay lightweight.
20+
21+The architecture must support:
22+
23+- autonomous pipelines
24+- agent isolation
25+- deterministic execution
26+- reproducible runs
