Add context7.json for documentation indexing#52
Merged
Conversation
Restructure around two audiences: agents developing mrrc (CLAUDE.md + AGENTS.md) and agents using mrrc as a library (_mrrc.pyi + Context7). Drop llms.txt in favor of context7.json. Promote _mrrc.pyi surfacing to P1. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Revise mrrc-vhk5 to prep-only (add context7.json, no submission). Create mrrc-1qku (P4) for future Context7/Docfork submission, blocked by all three prep tasks. Submit only when quality is ready. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Configure Context7 to index source, bindings, Python package, docs, and examples while excluding archival/build/data directories. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Merging this PR will degrade performance by 15.65%
|
| Mode | Benchmark | BASE |
HEAD |
Efficiency | |
|---|---|---|---|---|---|
| 👁 | WallTime | test_pipeline_sequential_extraction_4x_10k |
105.2 ms | 119.1 ms | -11.64% |
| 👁 | WallTime | test_process_4_files_sequential |
84.9 ms | 100.6 ms | -15.65% |
| 👁 | WallTime | test_pipeline_sequential_4x_10k |
84.7 ms | 95.5 ms | -11.3% |
Comparing docs/context7-config (f1d357a) with main (219cbb8)
Footnotes
-
16 benchmarks were skipped, so the baseline results were used instead. If they were deleted from the codebase, click here and archive them to remove them from the performance reports. ↩
dchud
added a commit
that referenced
this pull request
Mar 4, 2026
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
context7.jsonconfiguring Context7 to index source, bindings, Python package, docs, and examples_mrrc.pyias canonical API reference in rules fieldTest plan
python3 -c "import json; json.load(open('context7.json'))"🤖 Generated with Claude Code