Victordtesla24 project_management_dashboard .cursorrules file for Python (stars: 1)

# System Configuration
architecture: "arm64-darwin"
memory_limit: "16GB"
gpu_utilization: "enabled"
thread_count: 10

# AI Model Configuration
model_preferences:
  primary: "Anthropic Claude 3-5 Sonnet 20241022"
  fallback: "deepseek-coder"

# Token Management
token_optimization:
  max_context: 15000
  response_limit: 12000
  cache_strategy: "adaptive"
  budget_management: "balanced"

# Cost Management
cost_management:
  strategy: "minimal"
  budget_control:
    daily_limit: 1.50
    cost_per_token: 0.0000050

# Code Generation Rules
code_generation:
  style: "minimal"
  documentation: "essential"
  testing: "thorough"
  patterns:
    minimal_code: true
    performance_first: true
    complete_implementation: true

# Quality Standards
quality:
  complexity_threshold: "low"
  lint_level: "basic"

# Security
security:
  input_validation: "strict"
  output_sanitization: true
  workspace_boundary: "cursor/project_management_dashboard"
css
html
javascript
makefile
python
shell

First Time Repository

Python

Languages:

CSS: 22.2KB
HTML: 85.1KB
JavaScript: 49.8KB
Makefile: 0.6KB
Python: 8144.7KB
Shell: 118.9KB
Created: 12/29/2024
Updated: 1/12/2025

All Repositories (1)