docs: add pricing-update skill for syncing the pricing supplement#831
Merged
Conversation
Co-authored-by: Cursor <cursoragent@cursor.com>
There was a problem hiding this comment.
robinebers has reached the 50-credit limit for trial accounts. To continue receiving code reviews, upgrade your plan.
There was a problem hiding this comment.
robinebers has reached the 50-credit limit for trial accounts. To continue receiving code reviews, upgrade your plan.
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.
TL;DR
Adds a
pricing-updateagent skill (likerelease-swift) that walks through syncingpricing_supplement.jsonwith Cursor's published model pricing, and links it from the pricing docs.What was happening
docs/pricing.md, the publish workflow, and the supplement file itself.What this changes
.claude/skills/pricing-update/SKILL.md: pull https://cursor.com/docs/models-and-pricing.md into context, diff against the supplement, edit (with guardrails: exact numbers, prefer catalog aliases over duplicated prices, never delete historically-referenced entries,-fastrules before base rules, bumpupdated_at), validate with the same checks CI runs plus the pricing tests, open a PR, and verify the gh-pages publish afterwards — including the re-trigger command for stalled Pages deploys.docs/pricing.mdmaintainer notes now point to the skill.Tests
Made with Cursor