docs(research): add life-science usage details - #1088
Closed
hmishra2250 wants to merge 1 commit into
Closed
Conversation
Add only launch-relevant wording to the existing Research Index page: life-science positioning, one verified CLI paper-search example, and accepted biomedical paper-id prefixes. Avoids new endpoint/category/count claims.\n\nConstraint: Keeley guidance says use the same Research Index endpoints and avoid constantly maintained domain counts.\nRejected: Adding a separate life-science endpoint/category section | The current page already documents the correct research primitives and the launch does not require a separate surface.\nConfidence: high\nScope-risk: narrow\nDirective: Keep future life-science examples tied to verified Research Index outputs; do not add domain counts unless product commits to maintaining them.\nTested: git pull --ff-only origin main; static MDX fence balance; no localized files touched; env -u FIRECRAWL_API_KEY npx -y firecrawl-cli@latest research search-papers "single-cell RNA-seq batch correction" --limit 3 --json returned relevant PMCID results.\nNot-tested: Mintlify preview/build because mint CLI is not installed locally.
hmishra2250
added a commit
that referenced
this pull request
Jun 30, 2026
Keep the life-science docs launch in one canonical PR by adding the verified CLI example and biomedical paper-id prefix guidance to the existing Research Index update.\n\nConstraint: Launch docs should stay on the existing Research Index surface without new endpoint, category, count, or source-family claims.\nRejected: Merging both #1088 and #1089 separately | The PRs overlap in the guide intro and would create duplicate review/merge churn.\nConfidence: high\nScope-risk: narrow\nDirective: Keep future biomedical examples tied to live-verified Research Index outputs.\nTested: git diff --check -- features/research.mdx api-reference/endpoint/research-search-papers.mdx; no localized files touched; no corpus count/source claims; MDX fence balance; live cURL CRISPR query returned PMCID/PMID results; live keyless CLI single-cell RNA-seq query returned PMCID results.\nNot-tested: Mintlify preview/build because mint is not installed locally.
Contributor
Author
|
Closing this draft in favor of #1089. I folded the useful pieces from this PR into #1089: the verified CLI single-cell RNA-seq example and the paper id-prefix clarification ( |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
arxiv:,pmid:,pmcid:,doi:)Notes
Verification
origin/mainbefore branchingfeatures/research.mdxchangedenv -u FIRECRAWL_API_KEY npx -y firecrawl-cli@latest research search-papers "single-cell RNA-seq batch correction" --limit 3 --jsonreturned relevant PMCID batch-correction resultsNot tested: Mintlify preview/build because
mintis not installed locally.