docs: add Outlook, Outlook Calendar, and OneDrive to the plugin table - #360
Open
dajiaohuang wants to merge 1 commit into
Open
docs: add Outlook, Outlook Calendar, and OneDrive to the plugin table#360dajiaohuang wants to merge 1 commit into
dajiaohuang wants to merge 1 commit into
Conversation
The marketplace lists 70 plugins but the README table documents 67. Outlook, Outlook Calendar, and OneDrive were added in cursor#276 and never given table rows, so they are not discoverable from the README. Adds the three rows in the existing format.
dajiaohuang
force-pushed
the
docs/readme-add-microsoft-plugins
branch
from
September 11, 2026 10:51
2d0215f to
802d5c3
Compare
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.
The README table lists 67 plugins while
.cursor-plugin/marketplace.jsonlists 70. Outlook, Outlook Calendar, and OneDrive were added in #276 without table rows, so they are not discoverable from the README.Adds the three rows in the existing format, with name, author, category, and description taken from each plugin's
plugin.json.Verified:
node scripts/validate-plugins.mjspasses.marketplace.jsonexactly (70/70).The validate workflow only triggers on
marketplace.json,**/plugin.json, andschemas/**, so no CI checks run for this README-only change.🤖 Generated with Claude Code
Note
Low Risk
README-only documentation update with no code or manifest changes.
Overview
Adds three missing Productivity plugin rows to the README plugins table so it matches
.cursor-plugin/marketplace.json(70 plugins):outlook,outlook-calendar, andonedrive, placed afterteams, with names, paths, and descriptions aligned to each plugin’splugin.json.No runtime, manifest, or validation script changes—documentation discoverability only.
Reviewed by Cursor Bugbot for commit 802d5c3. Bugbot is set up for automated code reviews on this repo. Configure here.