[PR #18] [CLOSED] feat: Add Cursor IDE integration #31

Closed
opened 2026-03-02 04:07:57 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/gadievron/raptor/pull/18
Author: @zeroday
Created: 12/5/2025
Status: Closed

Base: mainHead: main


📝 Commits (4)

  • 71e4551 feat: Add Cursor IDE integration
  • 6d7c29b Merge branch 'gadievron:main' into main
  • 2adce70 Merge branch 'gadievron:main' into main
  • 63bb901 Merge branch 'mbrg:main' into main

📊 Changes

30 files changed (+3231 additions, -9 deletions)

View changed files

.cursor/commands/agentic.md (+58 -0)
.cursor/commands/analyze.md (+59 -0)
.cursor/commands/codeql.md (+54 -0)
.cursor/commands/crash-analysis.md (+79 -0)
.cursor/commands/create-skill.md (+102 -0)
.cursor/commands/exploit.md (+50 -0)
.cursor/commands/fuzz.md (+65 -0)
.cursor/commands/oss-forensics.md (+73 -0)
.cursor/commands/patch.md (+54 -0)
.cursor/commands/raptor-fuzz.md (+22 -0)
.cursor/commands/raptor-scan.md (+22 -0)
.cursor/commands/raptor-web.md (+22 -0)
.cursor/commands/raptor.md (+92 -0)
.cursor/commands/scan.md (+51 -0)
.cursor/commands/test-workflows.md (+64 -0)
.cursor/commands/web.md (+57 -0)
.cursor/rules/agent-workflows.mdc (+225 -0)
.cursor/rules/code-patterns.mdc (+108 -0)
.cursor/rules/code-style.mdc (+115 -0)
.cursor/rules/command-usage.mdc (+507 -0)

...and 10 more files

📄 Description

  • Add .cursor/rules/ with comprehensive project documentation (11 rule files)
  • Add .cursor/commands/ with 15 RAPTOR slash command definitions
  • Add AGENTS.md for Cursor session bootstrap behavior
  • Update README.md to document Cursor IDE support alongside Claude Code
  • Add .venv_usage.md for virtual environment usage
  • Enable native slash command support in Cursor IDE
  • Maintain compatibility with Claude Code and Python CLI

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/gadievron/raptor/pull/18 **Author:** [@zeroday](https://github.com/zeroday) **Created:** 12/5/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (4) - [`71e4551`](https://github.com/gadievron/raptor/commit/71e45513783910b5d45972aa9fe29c6ee6154a15) feat: Add Cursor IDE integration - [`6d7c29b`](https://github.com/gadievron/raptor/commit/6d7c29bb684ac5e2a0c7c2d4149ab0ce95ee85b4) Merge branch 'gadievron:main' into main - [`2adce70`](https://github.com/gadievron/raptor/commit/2adce70cc6ce0e1e567e708c1744f98ffbbe2b2e) Merge branch 'gadievron:main' into main - [`63bb901`](https://github.com/gadievron/raptor/commit/63bb901b5ebe06e8ebd7f042b71e6a01cb0bc258) Merge branch 'mbrg:main' into main ### 📊 Changes **30 files changed** (+3231 additions, -9 deletions) <details> <summary>View changed files</summary> ➕ `.cursor/commands/agentic.md` (+58 -0) ➕ `.cursor/commands/analyze.md` (+59 -0) ➕ `.cursor/commands/codeql.md` (+54 -0) ➕ `.cursor/commands/crash-analysis.md` (+79 -0) ➕ `.cursor/commands/create-skill.md` (+102 -0) ➕ `.cursor/commands/exploit.md` (+50 -0) ➕ `.cursor/commands/fuzz.md` (+65 -0) ➕ `.cursor/commands/oss-forensics.md` (+73 -0) ➕ `.cursor/commands/patch.md` (+54 -0) ➕ `.cursor/commands/raptor-fuzz.md` (+22 -0) ➕ `.cursor/commands/raptor-scan.md` (+22 -0) ➕ `.cursor/commands/raptor-web.md` (+22 -0) ➕ `.cursor/commands/raptor.md` (+92 -0) ➕ `.cursor/commands/scan.md` (+51 -0) ➕ `.cursor/commands/test-workflows.md` (+64 -0) ➕ `.cursor/commands/web.md` (+57 -0) ➕ `.cursor/rules/agent-workflows.mdc` (+225 -0) ➕ `.cursor/rules/code-patterns.mdc` (+108 -0) ➕ `.cursor/rules/code-style.mdc` (+115 -0) ➕ `.cursor/rules/command-usage.mdc` (+507 -0) _...and 10 more files_ </details> ### 📄 Description - Add .cursor/rules/ with comprehensive project documentation (11 rule files) - Add .cursor/commands/ with 15 RAPTOR slash command definitions - Add AGENTS.md for Cursor session bootstrap behavior - Update README.md to document Cursor IDE support alongside Claude Code - Add .venv_usage.md for virtual environment usage - Enable native slash command support in Cursor IDE - Maintain compatibility with Claude Code and Python CLI --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 04:07:57 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/raptor#31
No description provided.