chore: update Cursor rules and commands for modularized CLI#2493
chore: update Cursor rules and commands for modularized CLI#2493shafeeqd959 merged 5 commits intodevelopmentfrom
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. |
🔒 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. |
🔒 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:
❌ BUILD FAILED - Security checks failed Please review and fix the security vulnerabilities before merging. |
🔒 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. |
🔒 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. |
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.