Cline rules
vscode-extension/resources/repo-assets/pubmed-search-mcp/.clinerules/60-pubmed-python.mdCline rules
Quality
86/100
Scores the file, not the repository.Length
160 words
5 headings · 0 code blocksRepository
7
— · pushed 39 days agoLast changed
3 days ago
First indexed 3 days ago.12345678910# PubMed Python Rules1112## Environment1314- Use `uv` for all Python commands.15- Prefer `uv run ...` so checks execute in the right environment.16- Do not introduce raw package-manager calls in docs, CI, or code paths.1718## Architecture Guardrails1920- Keep `domain/` free of I/O, environment reads, and framework imports.21- Keep external API calls in `infrastructure/`.22- Put orchestration in `application/`.23- Keep MCP presentation code as thin wrappers around services.24- Read configuration through shared settings, not scattered `os.environ` reads.2526## Validation Gates2728- Lint: `uv run ruff check .`29- Format: `uv run ruff format --check .`30- Types: `uv run mypy src/ tests/`31- Tests: `uv run pytest`3233## Test Rules3435- Use async tests and `AsyncMock` for async methods.36- Preserve xdist-friendly tests; avoid singleton state leaks.37- Mock external APIs unless a test is explicitly marked integration.38- Add regression tests for parsing, query expansion, ranking, source counts, and MCP tool contracts.39
Also in u9401066/zotero-keeper
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/zotero-keeper.clinerules/00-zotero-project.md · 7 | Cline rules | testlint-formatstylearch+2 | 74/100 | 3 days ago | |
| u9401066/zotero-keeper.clinerules/10-zotero-python.md · 7 | Cline rules | setuptestlint-formatstyle+1 | 71/100 | 3 days ago | |
| u9401066/zotero-keeper.clinerules/20-zotero-vscode-extension.md · 7 | Cline rules | teststyledo-not | 69/100 | 3 days ago | |
| u9401066/zotero-keeper.clinerules/30-zotero-research-workflow.md · 7 | Cline rules | styledo-notagent-behaviour | 50/100 | 3 days ago | |
| u9401066/zotero-keeper.clinerules/35-foam-llm-wiki.md · 7 | Cline rules | styledo-notagent-behaviour | 55/100 | 3 days ago | |
| u9401066/zotero-keeper.clinerules/40-zotero-release.md · 7 | Cline rules | testlint-formatdeploymentdo-not | 67/100 | 3 days ago | |
| u9401066/zotero-keeper.clinerules/50-pubmed-project.md · 7 | Cline rules | testlint-formatstylearch+1 | 94/100 | 3 days ago | |
| u9401066/zotero-keeper.clinerules/60-pubmed-python.md · 7 | Cline rules | setuptestlint-formatstyle+2 | 86/100 | 3 days ago | |
| u9401066/zotero-keeper.clinerules/70-pubmed-mcp-tools.md · 7 | Cline rules | apido-notagent-behaviourdocs | 54/100 | 3 days ago | |
| u9401066/zotero-keeper.clinerules/80-pubmed-release.md · 7 | Cline rules | testlint-formatdeploymentdo-not | 68/100 | 3 days ago | |
| u9401066/zotero-keeper.github/copilot-instructions.md · 7 | Copilot instructions | gitperformancedeploymentagent-behaviour | 73/100 | 3 days ago | |
| u9401066/zotero-keeperAGENTS.md · 7 | AGENTS.md | styleagent-behaviour | 56/100 | 3 days ago | |
| u9401066/zotero-keepervscode-extension/resources/repo-assets/keeper/.clinerules/00-zotero-project.md · 7 | Cline rules | testlint-formatstylearch+2 | 74/100 | 3 days ago | |
| u9401066/zotero-keepervscode-extension/resources/repo-assets/keeper/.clinerules/10-zotero-python.md · 7 | Cline rules | setuptestlint-formatstyle+1 | 71/100 | 3 days ago | |
| u9401066/zotero-keepervscode-extension/resources/repo-assets/keeper/.clinerules/20-zotero-vscode-extension.md · 7 | Cline rules | teststyledo-not | 69/100 | 3 days ago | |
| u9401066/zotero-keepervscode-extension/resources/repo-assets/keeper/.clinerules/30-zotero-research-workflow.md · 7 | Cline rules | styledo-notagent-behaviour | 50/100 | 3 days ago | |
| u9401066/zotero-keepervscode-extension/resources/repo-assets/keeper/.clinerules/35-foam-llm-wiki.md · 7 | Cline rules | styledo-notagent-behaviour | 55/100 | 3 days ago | |
| u9401066/zotero-keepervscode-extension/resources/repo-assets/keeper/.clinerules/40-zotero-release.md · 7 | Cline rules | testlint-formatdeploymentdo-not | 67/100 | 3 days ago | |
| u9401066/zotero-keepervscode-extension/resources/repo-assets/keeper/.github/copilot-instructions.md · 7 | Copilot instructions | styleagent-behaviour | 48/100 | 3 days ago | |
| u9401066/zotero-keepervscode-extension/resources/repo-assets/keeper/AGENTS.md · 7 | AGENTS.md | styleagent-behaviour | 56/100 | 3 days ago |
Diff against .clinerules/00-zotero-project.md Diff against .clinerules/10-zotero-python.md Diff against .clinerules/20-zotero-vscode-extension.md Diff against .clinerules/30-zotero-research-workflow.md Diff against .clinerules/35-foam-llm-wiki.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 .github/copilot-instructions.md Diff against AGENTS.md Diff against vscode-extension/resources/repo-assets/keeper/.clinerules/00-zotero-project.md Diff against vscode-extension/resources/repo-assets/keeper/.clinerules/10-zotero-python.md Diff against vscode-extension/resources/repo-assets/keeper/.clinerules/20-zotero-vscode-extension.md Diff against vscode-extension/resources/repo-assets/keeper/.clinerules/30-zotero-research-workflow.md Diff against vscode-extension/resources/repo-assets/keeper/.clinerules/35-foam-llm-wiki.md Diff against vscode-extension/resources/repo-assets/keeper/.clinerules/40-zotero-release.md Diff against vscode-extension/resources/repo-assets/keeper/.github/copilot-instructions.md Diff against vscode-extension/resources/repo-assets/keeper/AGENTS.md
Similar configs
Same format, overlapping stack, ranked by quality.
| Repository | Format | Stack | Covers | Score | Changed |
|---|---|---|---|---|---|
| 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 | |
| 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 | |
| ryok/python-boilerplate.clinerules/common-commands.md · 0 | Cline rules | setupbuildtestlint-format+3 | 90/100 | 2 days ago | |
| u9401066/pubmed-search-mcp.clinerules/60-pubmed-python.md · 23 | Cline rules | setuptestlint-formatstyle+2 | 86/100 | 3 days ago | |
| u9401066/zotero-keeper.clinerules/60-pubmed-python.md · 7 | 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 | |
| u9401066/nsforge-mcp.clinerules/10-python.md · 4 | Cline rules | setuptestlint-formatstyle+1 | 83/100 | 3 days ago |
