| Dimension | Shared | Only in A | Only in B | Overlap |
|---|---|---|---|---|
| Sections | 0 | 1 | 1 | 0% |
| Commands | 0 | 0 | 0 | — |
| Section tags | 1 | 0 | 1 | 50% |
What each file covers
Sections
0 shared · 1 only in A · 1 only in B- − Refactoring Rules
- + Project Rules
Commands
neither file has anySection tags
1 shared · 0 only in A · 1 only in B- + git-pr
- 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/00_project.md
@@ +1 @@
1# Project Rules
2
3Project: HordeForge
4
5HordeForge is an autonomous AI software development orchestrator.
6
7The system reads GitHub issues and automatically performs the full
8software development lifecycle:
9
10Issue
11→ DoD
12→ Specification
13→ BDD scenarios
14→ Test generation (TDD)
15→ Code generation
16→ Test execution
17→ Fix loop
18→ Pull Request
19→ Review
20→ Merge
21→ Issue closing
22
23Core philosophy:
24
251. AI pipeline first
262. Infrastructure second
273. Tests before code
284. Deterministic pipelines
295. Small composable agents
306. Full observability of agent decisions
31
32The primary goal is to build a fully autonomous development pipeline.
33
34Avoid building unnecessary infrastructure before agent functionality exists.
@@ −1 +1 @@
1−# Refactoring Rules
1+# Project Rules
22
3−Refactoring is allowed only when:
3+Project: HordeForge
44
5−- tests already exist
6−- behaviour is preserved
5+HordeForge is an autonomous AI software development orchestrator.
76
8−Refactoring must:
7+The system reads GitHub issues and automatically performs the full
8+software development lifecycle:
99
10−- reduce complexity
11−- improve readability
12−- not introduce new features
10+Issue
11+→ DoD
12+→ Specification
13+→ BDD scenarios
14+→ Test generation (TDD)
15+→ Code generation
16+→ Test execution
17+→ Fix loop
18+→ Pull Request
19+→ Review
20+→ Merge
21+→ Issue closing
1322
14−Never mix refactoring with feature implementation.
23+Core philosophy:
24+
25+1. AI pipeline first
26+2. Infrastructure second
27+3. Tests before code
28+4. Deterministic pipelines
29+5. Small composable agents
30+6. Full observability of agent decisions
31+
32+The primary goal is to build a fully autonomous development pipeline.
33+
34+Avoid building unnecessary infrastructure before agent functionality exists.
