RuleStack

Configs

Stacks

Compare

Diff

RuleStack

Configs

Stacks

Compare

Diff

Read API

RuleStack

Configs

Stacks

Compare

Diff

Read API

Configs/Cline rules/u9401066/pubmed-search-mcp

Cline rules

.clinerules/40-release.md
Cline rules

Quality

74/100

Scores the file, not the repository.

Length

145 words

4 headings · 0 code blocks

Repository

23

— · pushed 0 days ago

Last changed

3 days ago

First indexed 3 days ago.
u9401066/pubmed-search-mcp/.clinerules/40-release.mdRawGitHub
1---
2paths:
3 - "pyproject.toml"
4 - "src/__init__.py"
5 - "uv.lock"
6 - "Dockerfile"
7 - "vscode-extension/package.json"
8 - "vscode-extension/package-lock.json"
9 - "CHANGELOG.md"
10 - ".github/workflows/release.yml"
11---
12 
13# Release Rules
14 
15## Version Sources (must stay in sync)
16- Python: `pyproject.toml`, `src/__init__.py`
17- Docker label: `Dockerfile`
18- VS Code extension: `vscode-extension/package.json` + `package-lock.json`
19- Lockfile: `uv.lock` (regenerate with `uv lock` when needed)
20- Changelog: `CHANGELOG.md` (add a dated section)
21 
22## Minimum Pre-Tag Verification
23- `uv run ruff check .`
24- `uv run ruff format --check .`
25- `uv run mypy src --ignore-missing-imports`
26- `uv run pytest`
27- `(cd vscode-extension && npm run test:ci)` (includes VSIX package-contents guard)
28- VSIX install smoke test (recommended; required in CI): `npm run test:install-smoke` (Linux activation: `xvfb-run -a npm run test:install-smoke -- --require-activation`)
29- Docker smoke import: `docker build ...` + `python -c "import src.presentation.server"`
30- `uv build`
31- `git diff --check`
32 
33## Tag Format
34- Annotated tags: `vX.Y.Z`
35- Push commit first, then push the tag.
36 
37Tip: use the workflow `/release-publish.md` in `.clinerules/workflows/` for a guided release.
38 

Commands it names

  • uv.lock
  • uv lock
  • uv run ruff check .
  • uv run ruff format --check .
  • uv run mypy src --ignore-missing-imports
  • uv run pytest
  • npm run test:install-smoke
  • docker build ...
  • python -c "import src.presentation.server"
  • uv build
  • git diff --check

Sections

  • Release Rules
  • Version Sources (must stay in sync)
  • Minimum Pre-Tag Verification
  • Tag Format

What it covers

testlint-formatdeploymentdo-not

Stack — with the evidence

python

(1.00)

docker

(1.00)

pytest

(0.95)

ruff

(0.95)

fastapi

(0.70)

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
u9401066
Language
—
License
—
Archived
no

All configs in this repo

Also in u9401066/pubmed-search-mcp

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
u9401066/pubmed-search-mcp.clinerules/30-citation-ready.md · 23Cline rulespythondocker+4styledo-not36/1003 days ago
u9401066/pubmed-search-mcp.clinerules/60-pubmed-python.md · 23Cline rulespythondocker+4setuptestlint-formatstyle+286/1003 days ago
u9401066/pubmed-search-mcp.clinerules/80-pubmed-release.md · 23Cline rulespythondocker+4testlint-formatdeploymentdo-not68/1003 days ago
u9401066/pubmed-search-mcpAGENTS.md · 23AGENTS.mdpythondocker+4teststyledo-notagent-behaviour86/1003 days ago
u9401066/pubmed-search-mcp.clinerules/30-mcp-surface-and-sync.md · 23Cline rulespythondocker+4do-not23/1003 days ago
u9401066/pubmed-search-mcp.clinerules/00-project.md · 23Cline rulespythondocker+4testlint-formatstylearch+186/1003 days ago
u9401066/pubmed-search-mcp.clinerules/00-workspace-baseline.md · 23Cline rulespythondocker+4monorepo16/100yesterday
u9401066/pubmed-search-mcp.clinerules/00-zotero-project.md · 23Cline rulespythondocker+4testlint-formatstylearch+274/1003 days ago
u9401066/pubmed-search-mcp.clinerules/10-python-ddd.md · 23Cline rulespythondocker+4testlint-formatdo-not39/100yesterday
u9401066/pubmed-search-mcp.clinerules/10-python.md · 23Cline rulespythondocker+4setuptestlint-formatstyle+178/1003 days ago
u9401066/pubmed-search-mcp.clinerules/10-zotero-python.md · 23Cline rulespythondocker+4setuptestlint-formatstyle+171/1003 days ago
u9401066/pubmed-search-mcp.clinerules/20-docs-and-generated-assets.md · 23Cline rulespythondocker+4styledo-notdocs35/1003 days ago
u9401066/pubmed-search-mcp.clinerules/20-vscode-extension.md · 23Cline rulespythondocker+4teststyledo-not55/1003 days ago
u9401066/pubmed-search-mcp.clinerules/20-zotero-vscode-extension.md · 23Cline rulespythondocker+4teststyledo-not69/1003 days ago
u9401066/pubmed-search-mcp.clinerules/30-zotero-research-workflow.md · 23Cline rulespythondocker+4styledo-notagent-behaviour50/1003 days ago
u9401066/pubmed-search-mcp.clinerules/35-foam-llm-wiki.md · 23Cline rulespythondocker+4styledo-notagent-behaviour55/1003 days ago
u9401066/pubmed-search-mcp.clinerules/40-zotero-release.md · 23Cline rulespythondocker+4testlint-formatdeploymentdo-not67/1003 days ago
u9401066/pubmed-search-mcp.clinerules/50-pubmed-project.md · 23Cline rulespythondocker+4testlint-formatstylearch+194/1003 days ago
u9401066/pubmed-search-mcp.clinerules/70-pubmed-mcp-tools.md · 23Cline rulespythondocker+4apido-notagent-behaviourdocs59/100yesterday
u9401066/pubmed-search-mcp.github/copilot-instructions.md · 23Copilot instructionspythondocker+4setupbuildtestlint-format+877/100today
Diff against .clinerules/30-citation-ready.md Diff against .clinerules/60-pubmed-python.md Diff against .clinerules/80-pubmed-release.md Diff against AGENTS.md Diff against .clinerules/30-mcp-surface-and-sync.md Diff against .clinerules/00-project.md Diff against .clinerules/00-workspace-baseline.md Diff against .clinerules/00-zotero-project.md Diff against .clinerules/10-python-ddd.md Diff against .clinerules/10-python.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/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/70-pubmed-mcp-tools.md Diff against .github/copilot-instructions.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