Remove .cursor/rules folder and fix duplicate frontmatter key - #1213
Open
stephenvapiai wants to merge 2 commits into
Open
Remove .cursor/rules folder and fix duplicate frontmatter key#1213stephenvapiai wants to merge 2 commits into
stephenvapiai wants to merge 2 commits into
Conversation
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Lightsage docs evalsResult: passed Average score: 100/100
|
stephenvapiai
enabled auto-merge (squash)
September 10, 2026 23:17
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Contributor
|
🌿 Preview your docs: https://vapi-preview-01a08dc3-4d5e-769d-ade7-49e8a71b07f3.docs.buildwithfern.com |
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.
Remove
.cursor/rulesRemoves the
.cursor/rulesfolder and its 10.mdcfiles. Added in #477 and untouched since. Nothing in the repo references it: the.cursorruleslink in.github/workflows/pr-review.ymlpoints at a root-level file that does not exist here, and the.cursor/mcp.jsonmentions infern/cli/mcp-integration.mdxare published docs content about the Vapi CLI. This empties.cursor/entirely. The root.cursorignoreis unchanged.Fix duplicate frontmatter key
fern/test/voice-testing.mdxhad twodescription:keys, which YAML does not allow, so Fern failed to parse it. This is currently breaking Fern Check and Publish Docs onmain, not just this PR.Removed the earlier description and kept the one from #1192, matching the
title, subtitle, slug, descriptionordering used across the other pages.🤖 Generated with Claude Code