| 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
- + Architecture 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/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−# Edit Strategy
1+# Architecture Rules
22
3−When fixing errors:
3+The architecture is agent-driven.
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+Core layers:
86
9−If the same fix was already attempted:
7+1. Agents
8+2. Pipelines
9+3. Orchestrator
10+4. Integrations
11+5. Infrastructure
1012
11−The AI must change strategy instead of repeating the edit.
13+Priority order:
14+
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
