From 0cff9b6ee8bbbb5862267d9a06a1b299b0e3c8ee Mon Sep 17 00:00:00 2001 From: Spencer Qian Date: Thu, 23 Jul 2026 16:53:04 -0700 Subject: [PATCH] chore: add Context7 ownership keys to context7.json MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- context7.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/context7.json b/context7.json index 3d0558d..9c4e1e7 100644 --- a/context7.json +++ b/context7.json @@ -1,5 +1,7 @@ { "$schema": "https://context7.com/schema/context7.json", + "url": "https://context7.com/sonilo-ai/sonilo-python", + "public_key": "pk_h4BOrwVwv5CF9NJ5BIwvC", "projectTitle": "Sonilo", "description": "Official Python client and CLI for the Sonilo API — generate music, sound effects, and combined soundtracks from text or video.", "excludeFolders": ["**/dist/**", "**/.venv/**", "**/__pycache__/**", ".superpowers", ".pytest_cache"],