@@ -3,10 +3,32 @@ paths: **/*.py, **/*.js, **/*.ts
33---
44
55# Bug Patterns (Auto-generated by Empathy)
6- Last sync: 2026-01-06 01:29
6+ Last sync: 2026-01-10 05:08
77
88These patterns help identify and fix common bugs based on your team's history.
99
10+ ## Unknown Bugs
11+
12+ ### When you see: ` Unknown error `
13+ ** Root cause:** Workflow: code-review - Tiered code analysis with conditional premium review
14+ ** Pattern ID:** workflow_20260109_da7d16d7
15+
16+ ### When you see: ` Unknown error `
17+ ** Root cause:** Workflow: test-workflow - A test workflow
18+ ** Pattern ID:** workflow_20260108_b12dd3f2
19+
20+ ### When you see: ` Unknown error `
21+ ** Root cause:** Workflow: code-review - Tiered code analysis with conditional premium review
22+ ** Pattern ID:** workflow_20260109_62cc0afa
23+
24+ ### When you see: ` Unknown error `
25+ ** Root cause:** Workflow: dependency-check - Audit dependencies for vulnerabilities and updates
26+ ** Pattern ID:** workflow_20260108_012cd054
27+
28+ ### When you see: ` Unknown error `
29+ ** Root cause:** Workflow: health-check - Project health diagnosis and fixing with 5-agent crew
30+ ** Pattern ID:** workflow_20260109_c007c7ff
31+
1032## Async Timing Bugs
1133
1234### When you see: ` UnhandledPromiseRejection: await undefined `
@@ -43,10 +65,6 @@ These patterns help identify and fix common bugs based on your team's history.
4365
4466### When you see: ` TypeError: Cannot read property 'length' of undefined `
4567
46- ## Unknown Bugs
47-
48- ### When you see: ` ReferenceError: fetchUser is not defined `
49-
5068## Type Mismatch Bugs
5169
5270### When you see: ` TypeError: expected str but got bytes `
0 commit comments