| 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
- + Architecture 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/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−# Stop Conditions
1+# Architecture Rules
22
3−The AI must stop editing when:
3+The architecture is agent-driven.
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+Core layers:
86
9−In this case the AI must output:
7+1. Agents
8+2. Pipelines
9+3. Orchestrator
10+4. Integrations
11+5. Infrastructure
1012
11−Root cause analysis
12−Possible fix
13−Required code changes
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
