Skip to content

Latest commit

 

History

History
33 lines (29 loc) · 928 Bytes

RULES.md

File metadata and controls

33 lines (29 loc) · 928 Bytes

Project Rules

  1. GitHub Integration:

    • Repository must use prefix 'aiteam_'
    • Use account: myevolve
    • Use token: [GITHUB_TOKEN] # Token stored securely in environment variables
    • Regular commits with meaningful messages
    • Follow git-flow branching strategy
  2. Documentation Requirements:

    • Keep ORIGINALTASK.md updated
    • Maintain RULES.md
    • Update cline_docs/ folder regularly
    • Follow documentation review order:
      1. projectRoadmap.md
      2. currentTask.md
      3. techStack.md
      4. codebaseSummary.md
  3. Development Standards:

    • Use shadcn/ui with dark theme
    • Follow security best practices
    • Implement comprehensive testing
    • Regular code reviews
    • Performance optimization
  4. Model Usage:

    • Use DeepSeek for routine development
    • Use Claude for validation of:
      • Architecture decisions
      • Security reviews
      • Code reviews
      • Deployment approvals