-
Notifications
You must be signed in to change notification settings - Fork 0
refactor: restructure project for monorepo setup #6
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
Conversation
…nfiguration * rename project to cursor-api-monorepo * update ESLint configuration to include packages directory * remove package-lock.json and add pnpm workspace configuration * add initial setup for cursor-api and cursor-cli packages * update CI workflows to use pnpm for dependency management
* add Changesets configuration and README for documentation * update release workflow to utilize Changesets for automated versioning * remove semantic-release references from package scripts in cursor-api and cursor-cli
|
🤖 Auto-labeled this PR with: This was done automatically based on the PR title, description, and commits. |
|
🤖 Auto-labeled this PR with: This was done automatically based on the PR title, description, and commits. |
* set package manager to pnpm@10.12.2 in package.json * add @bufbuild/protobuf dependency in devDependencies * update CI workflows to use pnpm version 10 for consistency
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #6 +/- ##
==========================================
- Coverage 78.54% 78.42% -0.12%
==========================================
Files 8 7 -1
Lines 960 955 -5
Branches 300 308 +8
==========================================
- Hits 754 749 -5
Misses 168 168
Partials 38 38 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
PR-Codex overview
This PR focuses on restructuring the project into a monorepo setup, enhancing the Cursor API SDK and CLI, and updating ESLint configurations. It improves documentation, adds new examples, and refines authentication processes.
Detailed summary
cursor-cliwith token extraction functionality.