Skip to content

docs: restore Platform Context terminology in permissions table - #470

Open
moss-bryophyta wants to merge 1 commit into
mainfrom
docs/restore-platform-context-permissions
Open

docs: restore Platform Context terminology in permissions table#470
moss-bryophyta wants to merge 1 commit into
mainfrom
docs/restore-platform-context-permissions

Conversation

@moss-bryophyta

Copy link
Copy Markdown
Contributor

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:

| Read Project context     |   ✓   |           |   ✓    |        |
| Write Project context    |   ✓   |           |   ✓    |        |

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 bullets
  • managing-billing.mdx — the surcharge bullet

So 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

  • grep confirms zero remaining case-insensitive project context in docs/; Platform Context now appears in all four intended places.
  • All five validators pass: unsafe-html (450), callouts (450), reference-links (404/256 aliases), structure valid, links valid.

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant