-
Notifications
You must be signed in to change notification settings - Fork 7
Add context7 configuration #337
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
| echo "Finding YAML and JSON files with a \$schema property…" | ||
| files=$(grep -rl "\$schema:" . --include="*.yaml" --include="*.json" --exclude-dir="node_modules" | paste -sd '|' -) | ||
| json_files=$(grep -rl "\"\$schema\":" . --include="*.json" --exclude-dir="node_modules" | paste -sd '|' -) | ||
| json_files=$(grep -rl "\"\$schema\":" . --include="*.json" --exclude-dir="node_modules" | grep -v "context7.json" | paste -sd '|' -) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok, so the context7 json schema is too strict, and doesn't allow the $schema directive, lol upstash/context7#377. Skip that for now
|
This looks good to me, I see that there are many entries for "arcade" that point to our docs and other clients in context7. I wonder how the LLM will decide when to use which. |

No description provided.