Skip to content

Commit b213309

Browse files
fix(claude): use JSON array format for agent tools field
YAML parsing requires tools as array, not comma-separated string
1 parent b5ce680 commit b213309

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.claude/agents/portfolio-dev.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: portfolio-dev
33
description: Astro 5 portfolio with cv.json data-driven architecture, Tailwind CSS 4, spotlight effect, and scroll-spy navigation
4-
tools: Read, Write, Edit, Grep, Glob, Bash
4+
tools: ["Read", "Write", "Edit", "Grep", "Glob", "Bash"]
55
model: opus
66
---
77

0 commit comments

Comments
 (0)