Skip to content

feat: add .cursorrules for Cursor support #21

@Keinberger

Description

@Keinberger

Repo: 0xMiden/project-template

Title: feat: add .cursorrules for Cursor support

Labels: enhancement

Body:

Context

The project template currently ships AI context for Claude Code (CLAUDE.md, .claude/skills/, .claude/hooks/). An AGENTS.md was added for cross-agent support, but Cursor specifically uses .cursorrules for project-level instructions.

Raised in PR #18 review and Notion discussion about supporting multiple AI agents.

Proposal

Add a .cursorrules file that covers the essentials:

  • Build commands (cargo miden build, not cargo build)
  • Test commands (cargo test -p integration --release)
  • Key constraints (no-std, Felt arithmetic, MASM-only standard components)
  • Pointers to skill files for detailed patterns

Should be consistent with CLAUDE.md and AGENTS.md content. The agent-skills repo can serve as the distribution channel for other tools.

Related

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions