docs: restore Platform Context terminology in permissions table - #470
Open
moss-bryophyta wants to merge 1 commit into
Open
docs: restore Platform Context terminology in permissions table#470moss-bryophyta wants to merge 1 commit into
Platform Context terminology in permissions table#470moss-bryophyta wants to merge 1 commit into
Conversation
PR #467 reverted the rename from #465 in the Project permissions table. The two context permission rows went back to 'Project context' because the consolidated Cursor branches predated #465. get-started.mdx and managing-billing.mdx correctly kept 'Platform Context', so this file was the only regression.
moss-bryophyta
enabled auto-merge (squash)
August 17, 2026 15:22
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.
Problem
PR #465 (
docs: adopt Platform Context terminology) renamed Project context to Platform Context across the dashboard docs. PR #467 (docs: combine Cursor's open docs PRs into one) silently reverted that rename in one file.The Cursor branches consolidated into #467 were cut before #465 merged, so squashing them restored the old wording in the Project permissions table:
Why this file was missed
#467 added 13 lines and removed 5 in
roles-and-permissions.mdx(it also split the API-key rows into Organization/Project variants, which is a legitimate improvement worth keeping). Because the file is net line-positive, a regression audit that looks for content-losing files does not surface it.The other two files #465 touched were re-touched by #467 but correctly kept
Platform Context:get-started.mdx— both Organization and Project bulletsmanaging-billing.mdx— the surcharge bulletSo this table was the only regression.
Change
Restores the two rows to the exact wording and column spacing from #465. Nothing else in the table is touched.
Verification
grepconfirms zero remaining case-insensitiveproject contextindocs/;Platform Contextnow appears in all four intended places.