Skip to content

Commit

Permalink
Merge pull request #11 from deriv-com/shafin/ChampionTrader/feat-sse-…
Browse files Browse the repository at this point in the history
…implementation

feat: SSE implementation
  • Loading branch information
shafin-deriv authored Feb 4, 2025
2 parents 67fb378 + f73bf67 commit 19891e6
Show file tree
Hide file tree
Showing 34 changed files with 3,421 additions and 332 deletions.
22 changes: 22 additions & 0 deletions .clinerules
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,28 @@ task_completion:

---

## DOCUMENTATION MAINTENANCE

documentation_maintenance:
description: Ensure all documentation is kept up-to-date with code changes
requirements:
- Update relevant README.md files when modifying components, hooks, or services
- Keep STRUCTURE.md in sync with architectural changes
- Maintain accurate API documentation
- Update llms.txt when making significant changes to:
- Project architecture
- Development practices
- Documentation structure
- Component organization
- Testing requirements
process:
- Identify affected documentation files
- Update documentation to reflect changes
- Verify documentation links and references
- Include documentation updates in commit messages

---

# Security

## Sensitive Files
Expand Down
22 changes: 22 additions & 0 deletions .cursorrules
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,28 @@ task_completion:

---

## DOCUMENTATION MAINTENANCE

documentation_maintenance:
description: Ensure all documentation is kept up-to-date with code changes
requirements:
- Update relevant README.md files when modifying components, hooks, or services
- Keep STRUCTURE.md in sync with architectural changes
- Maintain accurate API documentation
- Update llms.txt when making significant changes to:
- Project architecture
- Development practices
- Documentation structure
- Component organization
- Testing requirements
process:
- Identify affected documentation files
- Update documentation to reflect changes
- Verify documentation links and references
- Include documentation updates in commit messages

---

# Security

## Sensitive Files
Expand Down
Loading

0 comments on commit 19891e6

Please sign in to comment.