Skip to content

Commit 105cd03

Browse files
Copilotastandrik
andcommitted
docs: remove unnecessary analysis reference from critical bug prevention patterns
Co-authored-by: astandrik <[email protected]>
1 parent 8c15075 commit 105cd03

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

.github/copilot-instructions.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ This is a React-based monitoring and management interface for YDB clusters. The
1818

1919
## Critical Bug Prevention Patterns
2020

21-
> Based on analysis of 267 code review comments - these prevent 67% of production issues.
22-
2321
### React Performance (MANDATORY)
2422
- **ALWAYS** use `useMemo` for expensive computations, object/array creation
2523
- **ALWAYS** use `useCallback` for functions in effect dependencies

AGENTS.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,6 @@ src/
9393

9494
## Critical Bug Prevention Patterns
9595

96-
> Based on analysis of 267 code review comments from the last three months, these patterns prevent 67% of production issues.
97-
9896
### Memory Management
9997
- **ALWAYS** dispose Monaco Editor instances: `return () => editor.dispose();` in useEffect
10098
- **NEVER** allow memory leaks in long-running components

CLAUDE.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,6 @@ src/
9393

9494
## Critical Bug Prevention Patterns
9595

96-
> Based on analysis of 267 code review comments from the last three months, these patterns prevent 67% of production issues.
97-
9896
### Memory Management
9997
- **ALWAYS** dispose Monaco Editor instances: `return () => editor.dispose();` in useEffect
10098
- **NEVER** allow memory leaks in long-running components

0 commit comments

Comments
 (0)