From ebc2f6028104df894aa8f2e29b5327ebf765da61 Mon Sep 17 00:00:00 2001 From: Artur Shiriev Date: Sun, 6 Sep 2026 22:01:38 +0300 Subject: [PATCH] chore(context7): drop the stale planning/ exclusion planning/ was removed by this repo's migration off that convention, so the exclusion has been a no-op since; it was left in place because it sat outside the migration recipe's scope. Dropping the key rather than leaving an empty list: Context7's schema (https://context7.com/schema/context7.json) declares no required properties and gives excludeFolders a default of [], so an absent key and an empty list are equivalent. Absent matches the repos that never carried the line. --- context7.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/context7.json b/context7.json index 34d1a4a..a0f1217 100644 --- a/context7.json +++ b/context7.json @@ -1,5 +1,4 @@ { "url": "https://context7.com/modern-python/faststream-outbox", - "public_key": "pk_sIP7B0JWZxstxUZb8L28N", - "excludeFolders": ["planning"] + "public_key": "pk_sIP7B0JWZxstxUZb8L28N" }