chore: add Context7 ownership keys to context7.json - #13
Merged
Conversation
Claiming the library unlocks the admin panel, usage metrics, and higher refresh limits. The claim flow verifies by fetching context7.json from the default branch, so url and public_key have to live there alongside the existing parsing config — the claim modal's 'read config from context7.json' option keeps this file authoritative rather than moving config to the web UI.
Sapient docs evalsWaiting for the staging docs URL before running evals. Sapient will start the selected PR evals automatically when GitHub reports a successful docs deployment for this PR. This usually happens within 15 minutes. Commit: |
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.
Adds the
urlandpublic_keypair Context7 issued for claimingsonilo-ai/sonilo-python.Claiming unlocks the admin panel, usage metrics, and higher refresh limits (the default refresh cadence for a new library is 45 days). The claim flow verifies ownership by fetching
context7.jsonfrom the default branch, so these keys must be onmainbefore clicking Claim Library.Merged into the existing config rather than replacing it —
projectTitle,description,excludeFolders(5) andrules(10) are all retained. The claim modal's "Read config from context7.json in your repo" option was selected, so this file stays the source of truth for parsing config instead of it moving to the web UI.Per the schema,
urlandpublic_keymust appear together; neither is valid alone.Test plan
context7.jsonparses as valid JSON with both new keys presentpytest sonilo-cli/tests/test_context7.py→ 1 passed