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
No description provided.