Cline rules
.clinerules/03_code_style.mdCline rules
Quality
54/100
Scores the file, not the repository.Length
121 words
2 headings · 0 code blocksRepository
1
— · pushed 26 days agoLast changed
3 days ago
First indexed 3 days ago.1# Code Style Rules23Language: Python 3.11+45Rules:67- type hints required8- dataclasses preferred9- pydantic for schemas10- no global state11- pure functions preferred12- small modules13- max file size: 500 lines1415Logging:1617Use structured logging.1819Every agent action must log:2021- agent_name22- input23- decision24- output25- duration2627## Code Quality Automation2829All Python code modifications must be automatically formatted and linted.3031After generating or modifying Python code the following command MUST run:3233ruff check --fix3435This step must be executed before running tests.3637Purpose:3839- auto-fix lint errors40- normalize imports41- apply Ruff rules42- prevent style violations4344If Ruff modifies files, the modified files must be used for the next steps.
Also in yxyxy/HordeForge
Diff this repo’s formatsOne 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?
| Repository | Format | Stack | Covers | Score | Changed |
|---|---|---|---|---|---|
| yxyxy/HordeForge.clinerules/01_architecture.md · 1 | Cline rules | do-not | 23/100 | 3 days ago | |
| yxyxy/HordeForgeAGENTS.md · 1 | AGENTS.md | testlint-formatstylearch+3 | 85/100 | 3 days ago | |
| yxyxy/HordeForge.clinerules/00_project.md · 1 | Cline rules | gitdo-not | 23/100 | 3 days ago | |
| yxyxy/HordeForge.clinerules/02_agents.md · 1 | Cline rules | do-notagent-behaviour | 31/100 | 3 days ago | |
| yxyxy/HordeForge.clinerules/04_testing.md · 1 | Cline rules | testlint-formatdo-not | 48/100 | 3 days ago | |
| yxyxy/HordeForge.clinerules/05_pipeline.md · 1 | Cline rules | testlint-formatgitdeployment+1 | 54/100 | 3 days ago | |
| yxyxy/HordeForge.clinerules/06_github_workflow.md · 1 | Cline rules | gitdo-not | 23/100 | 3 days ago | |
| yxyxy/HordeForge.clinerules/07_safety.md · 1 | Cline rules | do-not | 23/100 | 3 days ago | |
| yxyxy/HordeForge.clinerules/13_refactoring_rules.md · 1 | Cline rules | do-not | 11/100 | 3 days ago | |
| yxyxy/HordeForge.clinerules/14_file_edit_rules.md · 1 | Cline rules | styledo-not | 27/100 | 3 days ago | |
| yxyxy/HordeForge.clinerules/15_fix_loop_rules.md · 1 | Cline rules | do-not | 11/100 | 3 days ago | |
| yxyxy/HordeForge.clinerules/18_loop_prevention.md · 1 | Cline rules | do-not | 23/100 | 3 days ago | |
| yxyxy/HordeForge.clinerules/19_stop_condition.md · 1 | Cline rules | no sections | 16/100 | 3 days ago | |
| yxyxy/HordeForge.clinerules/97_edit_strategy.md · 1 | Cline rules | style | 20/100 | 3 days ago | |
| yxyxy/HordeForge.clinerules/99_ai_behavior.md · 1 | Cline rules | testlint-formatstyledo-not+1 | 44/100 | 3 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/04_testing.md Diff against .clinerules/05_pipeline.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.
| Repository | Format | Stack | Covers | Score | Changed |
|---|---|---|---|---|---|
| JCodesMore/ai-website-cloner-template.clinerules · 31k | Cline rules | buildlint-formatstylearch+3 | 97/100 | 2 days ago | |
| BryaanF/LiantPortfolio.clinerules/project-guidelines.md · 0 | Cline rules | buildstylearchgit+2 | 96/100 | 3 days ago | |
| u9401066/zotero-keeper.clinerules/50-pubmed-project.md · 6 | Cline rules | testlint-formatstylearch+1 | 94/100 | 3 days ago | |
| u9401066/pubmed-search-mcp.clinerules/50-pubmed-project.md · 23 | Cline rules | testlint-formatstylearch+1 | 94/100 | 3 days ago | |
| u9401066/zotero-keepervscode-extension/resources/repo-assets/pubmed-search-mcp/.clinerules/50-pubmed-project.md · 6 | Cline rules | testlint-formatstylearch+1 | 94/100 | 3 days ago | |
| ryok/python-boilerplate.clinerules/common-commands.md · 0 | Cline rules | setupbuildtestlint-format+3 | 90/100 | 2 days ago | |
| u9401066/zotero-keepervscode-extension/resources/repo-assets/pubmed-search-mcp/.clinerules/60-pubmed-python.md · 6 | Cline rules | setuptestlint-formatstyle+2 | 86/100 | 3 days ago | |
| u9401066/pubmed-search-mcp.clinerules/00-project.md · 23 | Cline rules | testlint-formatstylearch+1 | 86/100 | 3 days ago |
