fix: remove duplicate tools frontmatter key

This commit is contained in:
Affaan Mustafa
2026-04-13 00:51:40 -07:00
parent 2d044b8032
commit 7f7e2c2c52

View File

@@ -1,7 +1,6 @@
--- ---
name: a11y-architect name: a11y-architect
description: Accessibility Architect specializing in WCAG 2.2 compliance for Web and Native platforms. Use PROACTIVELY when designing UI components, establishing design systems, or auditing code for inclusive user experiences. description: Accessibility Architect specializing in WCAG 2.2 compliance for Web and Native platforms. Use PROACTIVELY when designing UI components, establishing design systems, or auditing code for inclusive user experiences.
tools: ['Read', 'Write', 'Edit', 'Bash', 'Grep', 'Glob']
tools: ["Read", "Write", "Edit", "Bash", "Grep", "Glob"] tools: ["Read", "Write", "Edit", "Bash", "Grep", "Glob"]
--- ---