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
Repo:
0xMiden/project-templateTitle: 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.cursorrulesfor project-level instructions.Raised in PR #18 review and Notion discussion about supporting multiple AI agents.
Proposal
Add a
.cursorrulesfile that covers the essentials:cargo miden build, notcargo build)cargo test -p integration --release)Should be consistent with CLAUDE.md and AGENTS.md content. The
agent-skillsrepo can serve as the distribution channel for other tools.Related