-
-
Notifications
You must be signed in to change notification settings - Fork 34
Symbol Reference
Saros Industries edited this page Jun 28, 2025
·
1 revision
Complete reference for all symbols used in the CursorRIPER♦Σ framework, organized by category for quick lookup.
| Symbol | Name | System | Usage |
|---|---|---|---|
| Ω | Omega | Modes | Ω₁-Ω₅ for RIPER modes |
| Π | Pi | Phases | Π₁-Π₄ for project phases |
| Σ | Sigma | Memory | Memory operations |
| Ψ | Psi | Protection | Ψ₁-Ψ₆ protection levels |
| Γ | Gamma | Context | Γ₁-Γ₈ context types |
| ℙ | Double-P | Permissions | CRUD permissions |
| Symbol | Mode | Command | Emoji |
|---|---|---|---|
| Ω₁ | RESEARCH | /r |
🔍 |
| Ω₂ | INNOVATE | /i |
💡 |
| Ω₃ | PLAN | /p |
📝 |
| Ω₄ | EXECUTE | /e |
⚙️ |
| Ω₅ | REVIEW | /rev |
🔎 |
| Symbol | Phase | Emoji | Description |
|---|---|---|---|
| Π₁ | UNINITIATED | 🌱 | Framework installed |
| Π₂ | INITIALIZING | 🚧 | Setup in progress |
| Π₃ | DEVELOPMENT | 🏗️ | Active development |
| Π₄ | MAINTENANCE | 🔧 | Long-term support |
| Symbol | File | Emoji | Purpose |
|---|---|---|---|
| σ₁ | projectbrief.md | 📋 | Requirements & scope |
| σ₂ | systemPatterns.md | 🏛️ | Architecture & design |
| σ₃ | techContext.md | 💻 | Technology stack |
| σ₄ | activeContext.md | 🔮 | Current focus |
| σ₅ | progress.md | 📊 | Status tracking |
| σ₆ | protection.md | 🛡️ | Protected regions |
| Symbol | Path |
|---|---|
| 📂 | /memory-bank/ |
| 📦 | /memory-bank/backups/ |
| Symbol | Level | Command | Emoji | Usage |
|---|---|---|---|---|
| Ψ₁ | PROTECTED | !cp |
🔒 | Never modify |
| Ψ₂ | GUARDED | !cg |
🛡️ | Ask permission |
| Ψ₃ | INFO | !ci |
ℹ️ | Context note |
| Ψ₄ | DEBUG | !cd |
🐞 | Temporary code |
| Ψ₅ | TEST | !ct |
🧪 | Test code |
| Ψ₆ | CRITICAL | !cc |
Business logic |
| Start | End | Example |
|---|---|---|
// !cp PROTECTED - |
// !cp END-P |
Protected section |
// !cg GUARDED - |
// !cg END-G |
Guarded section |
// !cc CRITICAL - |
// !cc END-C |
Critical section |
| Symbol | Type | Cursor Symbol | Command | Description |
|---|---|---|---|---|
| Γ₁ | Files | @Files | !af |
File references |
| Γ₂ | Folders | @Folders | !ad |
Directory references |
| Γ₃ | Code | @Code | !ac |
Code elements |
| Γ₄ | Docs | @Docs | !adoc |
Documentation |
| Γ₅ | Rules | @Rules | !ar |
Project rules |
| Γ₆ | Git | @Git | !ag |
Git references |
| Γ₇ | Notepads | @Notepads | !an |
Temporary notes |
| Γ₈ | Pinned | #Files | !pf |
Pinned files |
| Symbol | Status | Meaning |
|---|---|---|
| 🟢 | Active | Currently working |
| 🟡 | Partial | May reference |
| 🟣 | Essential | Always relevant |
| 🔴 | Deprecated | To be removed |
| Letter | Operation | Symbol |
|---|---|---|
| C | Create | ✓/✗/~ |
| R | Read | ✓/✗/~ |
| U | Update | ✓/✗/~ |
| D | Delete | ✓/✗/~ |
| Symbol | Meaning |
|---|---|
| ✓ | Allowed |
| ✗ | Forbidden |
| ~ | Conditional/Limited |
ℙ(Ω₁) = {R: ✓, C: ✗, U: ✗, D: ✗} // Research
ℙ(Ω₂) = {R: ✓, C: ~, U: ✗, D: ✗} // Innovate
ℙ(Ω₃) = {R: ✓, C: ✓, U: ~, D: ✗} // Plan
ℙ(Ω₄) = {R: ✓, C: ✓, U: ✓, D: ~} // Execute
ℙ(Ω₅) = {R: ✓, C: ✗, U: ✗, D: ✗} // Review
| Symbol | Category | Operations |
|---|---|---|
| 𝕆ᵣₑₐₗ | Real | modify_files, write_code, delete_content |
| 𝕆ᵥᵢᵣₜᵤₐₗ | Virtual | suggest_ideas, explore_concepts |
| 𝕆ₒᵦₛₑᵣᵥₑ | Observe | read_files, analyze_content |
𝕊(Ω₁) = {𝕆ₒᵦₛₑᵣᵥₑ: ✓, 𝕆ᵥᵢᵣₜᵤₐₗ: ~, 𝕆ᵣₑₐₗ: ✗}
𝕊(Ω₂) = {𝕆ₒᵦₛₑᵣᵥₑ: ✓, 𝕆ᵥᵢᵣₜᵤₐₗ: ✓, 𝕆ᵣₑₐₗ: ✗}
𝕊(Ω₃) = {𝕆ₒᵦₛₑᵣᵥₑ: ✓, 𝕆ᵥᵢᵣₜᵤₐₗ: ✓, 𝕆ᵣₑₐₗ: ~}
𝕊(Ω₄) = {𝕆ₒᵦₛₑᵣᵥₑ: ✓, 𝕆ᵥᵢᵣₜᵤₐₗ: ~, 𝕆ᵣₑₐₗ: ✓}
𝕊(Ω₅) = {𝕆ₒᵦₛₑᵣᵥₑ: ✓, 𝕆ᵥᵢᵣₜᵤₐₗ: ~, 𝕆ᵣₑₐₗ: ✗}
| Symbol | Operation | Example |
|---|---|---|
| ∧ | AND | A ∧ B |
| ∨ | OR | A ∨ B |
| ¬ | NOT | ¬A |
| Symbol | Meaning | Example |
|---|---|---|
| ⟶ | Leads to | Ω₁ ⟶ ℙ(Ω₁) |
| → | Transition | Π₁ → Π₂ |
| ↔ | Bidirectional | Ω₃ ↔ Ω₄ |
| ∈ | Element of | op ∈ 𝕊(Ω) |
| ∉ | Not element of | x ∉ set |
| Symbol | Operation | Example |
|---|---|---|
| ∩ | Intersection | Γ₁ ∩ Γ₃ |
| ∪ | Union | Γ₃ ∪ Γ₈ |
| \ | Difference | Γ₁ \ Γ₂ |
| Symbol | Status | Usage |
|---|---|---|
| ✅ | Complete | Task done |
| ⏳ | In Progress | Currently working |
| 🔜 | Planned | Upcoming |
| Warning | Needs attention | |
| ❌ | Blocked | Cannot proceed |
| Symbol | Status |
|---|---|
| 🟢 | Active |
| 🟡 | Partial |
| 🟣 | Essential |
| 🔴 | Deprecated |
[↗️σₙ:Xᵢ]
| Pattern | Meaning |
|---|---|
[↗️σ₁:R₃] |
Requirement 3 |
[↗️σ₂:P₅] |
Pattern 5 |
[↗️σ₅:I₂] |
Issue 2 |
| Pattern | Meaning |
|---|---|
[↗️σ₁:R₃|Γ₃] |
Requirement with context |
[Γ₃:func()] |
Context only |
[Ψ₁+Γ₃:code] |
Protected context |
[ℙ(Ω₁):read] |
Permission reference |
| Prefix | Type | Example |
|---|---|---|
| R | Requirement | R₁, R₂ |
| F | Feature | F₁, F₂ |
| P | Pattern/Protected | P₁, P₂ |
| I | Issue | I₁, I₂ |
| M | Milestone | M₁, M₂ |
| D | Decision | D₁, D₂ |
| T | Task | T₁, T₂ |
| C | Criteria | C₁, C₂ |
| S | Step | S₁, S₂ |
| Combination | Symbol | Meaning |
|---|---|---|
| Ψ₁ + Γ₃ | 🔒💻 | Protected code |
| Ψ₂ + Γ₃ | 🛡️💻 | Guarded code |
| Ψ₃ + Γ₃ | ℹ️💻 | Info code |
| Ψ₄ + Γ₃ | 🐞💻 | Debug code |
| Ψ₅ + Γ₃ | 🧪💻 | Test code |
| Ψ₆ + Γ₃ | Critical code |
| Combination | Symbol | Meaning |
|---|---|---|
| ℙ(Ω₁) + Γ₁ | 📄🔍 | Research file |
| ℙ(Ω₂) + Γ₃ | 💻💡 | Innovate code |
| ℙ(Ω₃) + Γ₂ | 📁📝 | Plan folder |
| ℙ(Ω₄) + Γ₃ | 💻⚙️ | Execute code |
| ℙ(Ω₅) + Γ₁ | 📄🔎 | Review file |
| Symbol | Service | Description |
|---|---|---|
| Θ | GitHub | Repository operations |
| Λ | Web Search | Brave search |
| Υ | Browser | Puppeteer/Playwright |
| Ξ | Docker | Container management |
| Symbol | Feature | Description |
|---|---|---|
| Β | Roles | Team roles |
| Ρ | PRD | Requirements docs |
| Κ | Gates | Quality gates |
| Ε | Enterprise | Advanced features |
| Function | Purpose |
|---|---|
| Σ_memory | Memory system |
| Σ_update | Update memory |
| Σ_backup | Backup operations |
| Σ_context | Context management |
| Σ_permission | Permission handling |
| Function | Purpose |
|---|---|
| Φ_file | File operations |
| Φ_context | Context operations |
| Φ_memory | Memory operations |
| Φ_mode_transition | Mode switches |
| Function | Purpose |
|---|---|
| expand(Γₙ) | Expand context |
| filter(Γₙ, criteria) | Filter context |
| persist(Γₙ, 📂) | Save context |
| retrieve(Γₙ, 📂) | Load context |
| rank(Γₙ, relevance) | Prioritize context |
- Mode symbols (Ω₁-Ω₅)
- Basic commands (/r, /i, /p, /e, /rev)
- Status indicators (✅, ⏳, ❌)
- Memory files (σ₁-σ₆)
- Protection levels (Ψ₁-Ψ₆)
- Context types (Γ₁-Γ₈)
- Basic cross-references
- Permission matrices (ℙ)
- Operation sets (𝕆)
- Mathematical operators
- Complex cross-references
- Function definitions
- Symbol combinations
- Extension symbols
- Custom notation
- 🔄 Mode Transitions
- 💾 Memory Management
- 🛡️ Protection Workflow
- 📎 Context Management
- 👥 Team Collaboration
-
Installation Issues
- Node.js Version Compatibility
- Package Installation Failures
- Framework Dependencies Missing
- Database Connection Issues
- Port Conflicts
- Environment Setup Issues
- Build and Development Issues
- Framework CLI Issues
-
Configuration & Runtime Issues
- Framework Configuration Problems
- Runtime Performance Issues
- Module Loading and Plugin Issues
- Database and Storage Issues
- Memory Leaks and High Memory Usage
- High CPU Usage
-
BMAD Module Issues
- BMAD Module Initialization Problems
- Business Model Canvas Issues
- Stakeholder Management Issues
- Analytics and Reporting Issues
- Performance Optimization
-
Database & API Issues
- Database Connection Problems
- Database Migration Issues
- API Performance and Reliability Issues
- Data Consistency Issues
- Transaction Problems
-
Performance & Memory Issues
- Memory Management
- CPU Optimization
- Database Query Performance
- Caching Issues
- Resource Monitoring
-
Security & Authentication Issues
- Authentication Failures
- Authorization Problems
- JWT Token Issues
- Session Management
- CORS and Security Headers
- SSL/TLS Configuration
-
Deployment & Production Issues
- Production Deployment Failures
- Environment Configuration
- Load Balancing Issues
- Monitoring and Logging
- Backup and Recovery
When reporting issues, please include:
- Framework version (
npm list @cursoriper/core) - Node.js version (
node --version) - Operating system and version
- Error messages and stack traces
- Steps to reproduce the issue
- Configuration files (sanitized)
- Recent changes or deployments
- Technical Support: support@cursoriper.com
- Documentation: https://docs.cursoriper.com
- Community Forum: https://community.cursoriper.com