fix: update descriptions for React migration agents to ensure proper formatting (#1344)

This commit is contained in:
Saravanan Rajaraman
2026-04-10 06:40:21 +05:30
committed by GitHub
parent c037695901
commit d7c16e6ed2
10 changed files with 10 additions and 10 deletions

View File

@@ -1,6 +1,6 @@
---
name: react19-auditor
description: Deep-scan specialist that identifies every React 19 breaking change and deprecated pattern across the entire codebase. Produces a prioritized migration report at .github/react19-audit.md. Reads everything touches nothing. Invoked as a subagent by react19-commander.
description: 'Deep-scan specialist that identifies every React 19 breaking change and deprecated pattern across the entire codebase. Produces a prioritized migration report at .github/react19-audit.md. Reads everything, touches nothing. Invoked as a subagent by react19-commander.'
tools: ['vscode/memory', 'search', 'search/usages', 'web/fetch', 'execute/getTerminalOutput', 'execute/runInTerminal', 'read/terminalLastCommand', 'read/terminalSelection', 'edit/editFiles']
user-invocable: false
---