RuleStack

Configs

Stacks

Compare

Diff

RuleStack

Configs

Stacks

Compare

Diff

Read API

RuleStack

Configs

Stacks

Compare

Diff

Read API

Configs/Cline rules/yxyxy/HordeForge

Cline rules

.clinerules/05_pipeline.md
Cline rules

Quality

54/100

Scores the file, not the repository.

Length

126 words

2 headings · 0 code blocks

Repository

1

— · pushed 26 days ago

Last changed

3 days ago

First indexed 3 days ago.
yxyxy/HordeForge/.clinerules/05_pipeline.mdRawGitHub
1# Pipeline Rules
2 
3The core HordeForge pipeline is:
4 
5Issue
6→ DoD Agent
7→ Planner Agent
8→ BDD Generator
9→ Test Generator
10→ Code Generator
11→ Test Runner
12→ Fix Loop
13→ Pull Request Creator
14→ Reviewer Agent
15→ Merge Agent
16→ Issue Closer
17 
18The fix loop must run until:
19 
20tests_pass == true
21 
22Fix loop structure:
23 
24generate code
25run tests
26if tests fail:
27 fix code
28repeat
29 
30Agents must never skip test execution.
31 
32## Code Validation Stage
33 
34After code generation the pipeline must execute the following steps
35before running tests.
36 
37Step 1 — Ruff autofix
38 
39ruff check --fix
40 
41Step 2 — Run tests
42 
43pytest -v --tb=short
44 
45Pipeline order:
46 
47Code Generator
48→ Ruff autofix
49→ Test Runner
50→ Fix Loop
51 
52Tests must never run before Ruff fixes are applied.

Sections

  • Pipeline Rules
  • Code Validation Stage

What it covers

testlint-formatgit-prdeploymentdo-not

Stack — with the evidence

python

(1.00)

docker

(1.00)

fastapi

(0.70)

postgres

(0.70)

redis

(0.70)

kubernetes

(0.60)

github-actions

(0.60)

Format

Cline rules

A single file or a folder of files, all always-on. The folder form is the simplest way any format here lets you split rules into topics without also learning an activation model.

What the corpus says about it

Repository

Owner
yxyxy
Language
—
License
—
Archived
no

All configs in this repo

Also in yxyxy/HordeForge

Diff this repo’s formats

One repository carrying more than one format is the comparison this product exists for: does anyone actually write different content in each file, or is one a copy of the other?

The other instruction files in this repository
RepositoryFormatStackCoversScoreChanged
yxyxy/HordeForge.clinerules/01_architecture.md · 1Cline rulespythondocker+5do-not23/1003 days ago
yxyxy/HordeForgeAGENTS.md · 1AGENTS.mdpythondocker+5testlint-formatstylearch+385/1003 days ago
yxyxy/HordeForge.clinerules/00_project.md · 1Cline rulespythondocker+5gitdo-not23/1003 days ago
yxyxy/HordeForge.clinerules/02_agents.md · 1Cline rulespythondocker+5do-notagent-behaviour31/1003 days ago
yxyxy/HordeForge.clinerules/03_code_style.md · 1Cline rulespythondocker+5lint-formatstyledo-not54/1003 days ago
yxyxy/HordeForge.clinerules/04_testing.md · 1Cline rulespythondocker+5testlint-formatdo-not48/1003 days ago
yxyxy/HordeForge.clinerules/06_github_workflow.md · 1Cline rulespythondocker+5gitdo-not23/1003 days ago
yxyxy/HordeForge.clinerules/07_safety.md · 1Cline rulespythondocker+5do-not23/1003 days ago
yxyxy/HordeForge.clinerules/13_refactoring_rules.md · 1Cline rulespythondocker+5do-not11/1003 days ago
yxyxy/HordeForge.clinerules/14_file_edit_rules.md · 1Cline rulespythondocker+5styledo-not27/1003 days ago
yxyxy/HordeForge.clinerules/15_fix_loop_rules.md · 1Cline rulespythondocker+5do-not11/1003 days ago
yxyxy/HordeForge.clinerules/18_loop_prevention.md · 1Cline rulespythondocker+5do-not23/1003 days ago
yxyxy/HordeForge.clinerules/19_stop_condition.md · 1Cline rulespythondocker+5no sections16/1003 days ago
yxyxy/HordeForge.clinerules/97_edit_strategy.md · 1Cline rulespythondocker+5style20/1003 days ago
yxyxy/HordeForge.clinerules/99_ai_behavior.md · 1Cline rulespythondocker+5testlint-formatstyledo-not+144/1003 days ago
Diff against .clinerules/01_architecture.md Diff against AGENTS.md Diff against .clinerules/00_project.md Diff against .clinerules/02_agents.md Diff against .clinerules/03_code_style.md Diff against .clinerules/04_testing.md Diff against .clinerules/06_github_workflow.md Diff against .clinerules/07_safety.md Diff against .clinerules/13_refactoring_rules.md Diff against .clinerules/14_file_edit_rules.md Diff against .clinerules/15_fix_loop_rules.md Diff against .clinerules/18_loop_prevention.md Diff against .clinerules/19_stop_condition.md Diff against .clinerules/97_edit_strategy.md Diff against .clinerules/99_ai_behavior.md

Similar configs

Same format, overlapping stack, ranked by quality.

Same format, overlapping stack, ranked by quality
RepositoryFormatStackCoversScoreChanged
JCodesMore/ai-website-cloner-template.clinerules · 31kCline rulestypescriptnode+7buildlint-formatstylearch+397/1002 days ago
BryaanF/LiantPortfolio.clinerules/project-guidelines.md · 0Cline rulesjavascripttailwind+5buildstylearchgit+296/1003 days ago
u9401066/zotero-keeper.clinerules/50-pubmed-project.md · 6Cline rulespytestruff+6testlint-formatstylearch+194/1003 days ago
u9401066/pubmed-search-mcp.clinerules/50-pubmed-project.md · 23Cline rulespythondocker+4testlint-formatstylearch+194/1003 days ago
u9401066/zotero-keepervscode-extension/resources/repo-assets/pubmed-search-mcp/.clinerules/50-pubmed-project.md · 6Cline rulespytestruff+6testlint-formatstylearch+194/1003 days ago
ryok/python-boilerplate.clinerules/common-commands.md · 0Cline rulespythonruff+2setupbuildtestlint-format+390/1002 days ago
u9401066/zotero-keepervscode-extension/resources/repo-assets/pubmed-search-mcp/.clinerules/60-pubmed-python.md · 6Cline rulespytestruff+6setuptestlint-formatstyle+286/1003 days ago
u9401066/pubmed-search-mcp.clinerules/00-project.md · 23Cline rulespythondocker+4testlint-formatstylearch+186/1003 days ago
RuleStack

Built by

Kynth Studio

Directory

Configs
Stacks
Compare formats
Diff two configs
Best AGENTS.md examples

Formats

AGENTS.md
CLAUDE.md
Cursor rules
Copilot instructions

Reference

Read API
Corpus health
Privacy Policy
Terms

RuleStack

RuleStack

Built by

Kynth Studio

Directory

Configs
Stacks
Compare formats
Diff two configs
Best AGENTS.md examples

Formats

AGENTS.md
CLAUDE.md
Cursor rules
Copilot instructions

Reference

Read API
Corpus health
Privacy Policy
Terms

RuleStack

RuleStack

Built by

Kynth Studio

Directory

Configs
Stacks
Compare formats
Diff two configs
Best AGENTS.md examples

Formats

AGENTS.md
CLAUDE.md
Cursor rules
Copilot instructions

Reference

Read API
Corpus health
Privacy Policy
Terms

RuleStack