Skip to the content.

Build Tales Cursor Rules Pack

This directory holds a modular Cursor rules pack derived from the canonical .cursorrules file. The pack splits guidance into smaller, scoped instructions so Cursor can load just the context it needs.

⚠️ IMPORTANT: .cursorrules is the canonical source of truth. This modular pack is provided for convenience and newer Cursor versions that support scoped rules.

Layout

Using the rules in Cursor

  1. Create the Cursor directory if it does not exist:
    mkdir -p .cursor/rules
    
  2. Copy or symlink this pack:
    rsync -av cursor/rules/ .cursor/rules/
    # or ln -sfn $(pwd)/cursor/rules $(pwd)/.cursor/rules
    
  3. Restart Cursor (or run “Reload Rules” from the command palette) so it ingests the updated files.

Cursor will merge these scoped rules with any personal rules you keep in ~/.cursorrules.

Maintenance checklist