Skip to content

Commit 4488778

Browse files
GeneAIclaude
authored andcommitted
feat: Add VSCode morning briefing panel and update empathy patterns
- Add MorningBriefingPanel to VSCode extension for daily project status - Update empathy pattern files with latest workflow learnings - Sync pattern memory JSON files with recent workflow executions Co-Authored-By: Claude Sonnet 4.5 <[email protected]>
1 parent ded7355 commit 4488778

File tree

9 files changed

+892
-15
lines changed

9 files changed

+892
-15
lines changed

.claude/rules/empathy/bug-patterns.md

Lines changed: 23 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -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

88
These 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`

.claude/rules/empathy/coding-patterns.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ paths: **/*
33
---
44

55
# Coding Patterns (Auto-generated by Empathy)
6-
Last sync: 2026-01-06 01:29
6+
Last sync: 2026-01-10 05:08
77

88
Coding patterns and quality findings from automated inspection.
99

.claude/rules/empathy/security-decisions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ paths: **/*.py, **/*.js, **/*.ts
33
---
44

55
# Security Decisions (Auto-generated by Empathy)
6-
Last sync: 2026-01-06 01:29
6+
Last sync: 2026-01-10 05:08
77

88
Team security decisions and accepted risks. Reference these before flagging issues.
99

1010
## Accepted Risks
1111

12-
- **unknown**:
12+
- **unknown**:

.claude/rules/empathy/tech-debt-hotspots.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ paths: **/*
33
---
44

55
# Tech Debt Hotspots (Auto-generated by Empathy)
6-
Last sync: 2026-01-06 01:29
6+
Last sync: 2026-01-10 05:08
77

88
Areas of the codebase with accumulated technical debt.

patterns/code_review_memory.json

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"version": "1.0",
3-
"updated_at": "2026-01-06T00:28:21.592837",
4-
"node_count": 23,
3+
"updated_at": "2026-01-10T04:45:23.804450",
4+
"node_count": 24,
55
"edge_count": 0,
66
"nodes": [
77
{
@@ -371,7 +371,23 @@
371371
"created_at": "2026-01-06T00:28:21.590516",
372372
"updated_at": "2026-01-06T00:28:21.590518",
373373
"status": "open"
374+
},
375+
{
376+
"id": "code_review_20260110044523_b83ec54f38d1",
377+
"type": "pattern",
378+
"name": "review:Review of 0 files",
379+
"description": "Code review passed with no issues identified.",
380+
"source_wizard": "code_review_crew",
381+
"source_file": "",
382+
"source_line": null,
383+
"severity": "",
384+
"confidence": 1.0,
385+
"metadata": {},
386+
"tags": [],
387+
"created_at": "2026-01-10T04:45:23.803937",
388+
"updated_at": "2026-01-10T04:45:23.803938",
389+
"status": "open"
374390
}
375391
],
376392
"edges": []
377-
}
393+
}

0 commit comments

Comments
 (0)