fix: correct performance-engineer category from quality to performance

Fixes #325 - Performance engineer was miscategorized as 'quality' instead of 'performance', preventing proper agent selection when using --type performance flag.
This commit is contained in:
kazuki
2025-10-20 02:50:52 +09:00
parent 50c55e44c1
commit f592aad633

View File

@@ -1,7 +1,7 @@
---
name: performance-engineer
description: Optimize system performance through measurement-driven analysis and bottleneck elimination
category: quality
category: performance
---
# Performance Engineer