chore: update Cursor rules and commands for modularized CLI#2493
Open
shafeeqd959 wants to merge 1 commit intov1-devfrom
Open
chore: update Cursor rules and commands for modularized CLI#2493shafeeqd959 wants to merge 1 commit intov1-devfrom
shafeeqd959 wants to merge 1 commit intov1-devfrom
Conversation
Update all Cursor configuration files based on this repository's actual structure and patterns. This repository is a modularized monorepo with 6 packages (contentstack, contentstack-auth, contentstack-config, contentstack-command, contentstack-utilities, contentstack-dev-dependencies). Changes: - Updated .cursor/rules/README.md with accurate package overview and rule loading behavior specific to this monorepo structure - Rewrote dev-workflow.md to reflect actual monorepo patterns, pnpm workspace setup, and 6-package structure - Updated typescript.mdc with actual tsconfig settings (strict: false, target: es2017, commonjs module) - Updated testing.mdc for Mocha/Chai patterns (removed Sinon references not heavily used in this repo) - Updated oclif-commands.mdc with actual command structure and patterns from this CLI - Deleted contentstack-cli.mdc (not applicable - no import/export modules) - Updated code-review.md with checklist for modularized CLI packages - Updated execute-tests.md with correct package names and monorepo patterns All rules now match the actual repository structure and development patterns, enabling more effective AI assistance in Cursor. Made-with: Cursor
🔒 Security Scan Results
⏱️ SLA Breach Summary
ℹ️ Vulnerabilities Without Available Fixes (Informational Only)The following vulnerabilities were detected but do not have fixes available (no upgrade or patch). These are excluded from failure thresholds:
Consider reviewing these vulnerabilities when fixes become available. |
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.
Update all Cursor configuration files based on this repository's actual structure and patterns. This repository is a modularized monorepo with 6 packages (contentstack, contentstack-auth, contentstack-config, contentstack-command, contentstack-utilities, contentstack-dev-dependencies).
Changes:
All rules now match the actual repository structure and development patterns, enabling more effective AI assistance in Cursor.