-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Add conductor extension #24246
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Add conductor extension #24246
Conversation
- Prepare extension for publish - Initialize Conductor Raycast extension
|
Congratulations on your new Raycast extension! 🚀 Due to our current reduced availability, the initial review may take up to 10-15 business days. Once the PR is approved and merged, the extension will be available on our Store. |
Greptile SummaryAdded new Conductor extension with two view-type commands: Search Workspaces and List Repositories, both reading from Conductor's local SQLite database.
Confidence Score: 3/5
Important Files Changed
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Additional Comments (1)
-
extensions/conductor/package.json, line 15-30 (link)logic: Missing
metadata/folder with Raycast-styled screenshots. Extensions with view-type commands require professional screenshots in the metadata folder.Create a
metadata/folder and add Raycast-styled screenshots following the documentation: https://developers.raycast.com/basics/prepare-an-extension-for-store#screenshotsContext Used: Rule from
dashboard- What: Extensions with view-type commands must include ametadata/folder containing Raycast-styled... (source)
9 files reviewed, 1 comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Additional Comments (2)
-
extensions/conductor/package.json, line 15-30 (link)logic: missing required
metadata/folder with Raycast-styled screenshots for view-type commandsPer extension guidelines, all extensions with view-type commands must include a
metadata/folder containing Raycast-styled screenshots. This PR adds two view-type commands but doesn't include the required metadata folder.Create:
extensions/conductor/metadata/with properly formatted screenshots.Context Used: Rule from
dashboard- What: Extensions with view-type commands must include ametadata/folder containing Raycast-styled... (source) -
extensions/conductor/CHANGELOG.md, line 3 (link)style: changelog entry needs description of changes
Changelog entries should describe what features or changes were added. This should include a brief description of the two commands being added.
Good example:
## [Initial Version] - {PR_MERGE_DATE} - Added Search Workspaces command - Added List Repositories command... (source)
Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time!
Context Used: Rule from
dashboard- What: Ensure that CHANGELOG.md is created or updated with relevant changes for every pull request.
9 files reviewed, 2 comments
- Format command files - Improve iconography and error handling
Description
Adds a Conductor extension with two commands:
Requires Full Disk Access to read Conductor’s local database. macOS only.
Screencast
Checklist
npm run buildand tested this distribution build in Raycastassetsfolder are used by the extension itselfREADMEare placed outside of themetadatafolder