Cline rules
.clinerules/10-python.mdCline rules
Quality
78/100
Scores the file, not the repository.Length
122 words
5 headings · 0 code blocksRepository
23
— · pushed 0 days agoLast changed
3 days ago
First indexed 3 days ago.12345678910# Python Rules (uv / ruff / mypy / pytest)1112## Environment13- Use `uv` for running tools (avoid ad-hoc `pip` commands).14- Prefer `uv run ...` so checks execute in the right venv and dependency set.1516## Architecture Guardrails17- Keep `src/domain` free of I/O, filesystem access, and infrastructure imports.18- Put orchestration/side-effects in `src/application` or `src/infrastructure`.1920## Validation Gates21- Lint: `uv run ruff check .`22- Types: `uv run mypy src --ignore-missing-imports`23- Tests: `uv run pytest`2425## Messy Document Inputs (DOCX/DFM)26- Assume hostile/converted inputs: mixed encodings, broken numbering, odd whitespace, nested lists/tables.27- Favor tolerant parsing with explicit fallbacks over strict assumptions.28- Add a regression test when touching DOCX parsing/rendering logic (start with `tests/test_dfm.py` and `tests/integration/test_docx_save_flow.py`).29
Also in u9401066/pubmed-search-mcp
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 |
|---|---|---|---|---|---|
| u9401066/pubmed-search-mcp.clinerules/20-zotero-vscode-extension.md · 23 | Cline rules | teststyledo-not | 69/100 | 3 days ago | |
| u9401066/pubmed-search-mcp.clinerules/30-citation-ready.md · 23 | Cline rules | styledo-not | 36/100 | 3 days ago | |
| u9401066/pubmed-search-mcp.clinerules/00-project.md · 23 | Cline rules | testlint-formatstylearch+1 | 86/100 | 3 days ago | |
| u9401066/pubmed-search-mcp.clinerules/00-workspace-baseline.md · 23 | Cline rules | monorepo | 16/100 | yesterday | |
| u9401066/pubmed-search-mcp.clinerules/10-python-ddd.md · 23 | Cline rules | testlint-formatdo-not | 39/100 | yesterday | |
| u9401066/pubmed-search-mcp.clinerules/10-zotero-python.md · 23 | Cline rules | setuptestlint-formatstyle+1 | 71/100 | 3 days ago | |
| u9401066/pubmed-search-mcp.clinerules/20-docs-and-generated-assets.md · 23 | Cline rules | styledo-notdocs | 35/100 | 3 days ago | |
| u9401066/pubmed-search-mcp.clinerules/20-vscode-extension.md · 23 | Cline rules | teststyledo-not | 55/100 | 3 days ago | |
| u9401066/pubmed-search-mcp.clinerules/40-release.md · 23 | Cline rules | testlint-formatdeploymentdo-not | 74/100 | 3 days ago | |
| u9401066/pubmed-search-mcp.clinerules/40-zotero-release.md · 23 | Cline rules | testlint-formatdeploymentdo-not | 67/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/pubmed-search-mcp.clinerules/60-pubmed-python.md · 23 | Cline rules | setuptestlint-formatstyle+2 | 86/100 | 3 days ago | |
| u9401066/pubmed-search-mcp.clinerules/70-pubmed-mcp-tools.md · 23 | Cline rules | apido-notagent-behaviourdocs | 59/100 | yesterday | |
| u9401066/pubmed-search-mcp.clinerules/80-pubmed-release.md · 23 | Cline rules | testlint-formatdeploymentdo-not | 68/100 | 3 days ago | |
| u9401066/pubmed-search-mcpAGENTS.md · 23 | AGENTS.md | teststyledo-notagent-behaviour | 86/100 | 3 days ago | |
| u9401066/pubmed-search-mcp.clinerules/30-mcp-surface-and-sync.md · 23 | Cline rules | do-not | 23/100 | 3 days ago | |
| u9401066/pubmed-search-mcp.clinerules/30-zotero-research-workflow.md · 23 | Cline rules | styledo-notagent-behaviour | 50/100 | 3 days ago | |
| u9401066/pubmed-search-mcp.clinerules/35-foam-llm-wiki.md · 23 | Cline rules | styledo-notagent-behaviour | 55/100 | 3 days ago | |
| u9401066/pubmed-search-mcp.clinerules/00-zotero-project.md · 23 | Cline rules | testlint-formatstylearch+2 | 74/100 | 3 days ago | |
| u9401066/pubmed-search-mcp.github/copilot-instructions.md · 23 | Copilot instructions | setupbuildtestlint-format+8 | 77/100 | yesterday |
Diff against .clinerules/20-zotero-vscode-extension.md Diff against .clinerules/30-citation-ready.md Diff against .clinerules/00-project.md Diff against .clinerules/00-workspace-baseline.md Diff against .clinerules/10-python-ddd.md Diff against .clinerules/10-zotero-python.md Diff against .clinerules/20-docs-and-generated-assets.md Diff against .clinerules/20-vscode-extension.md Diff against .clinerules/40-release.md Diff against .clinerules/40-zotero-release.md Diff against .clinerules/50-pubmed-project.md Diff against .clinerules/60-pubmed-python.md Diff against .clinerules/70-pubmed-mcp-tools.md Diff against .clinerules/80-pubmed-release.md Diff against AGENTS.md Diff against .clinerules/30-mcp-surface-and-sync.md Diff against .clinerules/30-zotero-research-workflow.md Diff against .clinerules/35-foam-llm-wiki.md Diff against .clinerules/00-zotero-project.md Diff against .github/copilot-instructions.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 · 7 | 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 · 7 | 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/pubmed-search-mcp.clinerules/00-project.md · 23 | Cline rules | testlint-formatstylearch+1 | 86/100 | 3 days ago | |
| u9401066/pubmed-search-mcp.clinerules/60-pubmed-python.md · 23 | Cline rules | setuptestlint-formatstyle+2 | 86/100 | 3 days ago |
