Context
The supported-tools table covers 17 agents but not Zed, which now has its own rules file and MCP config support. Adding a tool is a well-worn path here (see the July additions in #28/#34): one tool-configs.ts entry, tools-meta.ts, and a README row.
Task
Add a zed entry to TOOL_CONFIGS with Zed's config/rules paths, following the pattern of existing entries.
Acceptance criteria
Zed appears in the Browse view when its config dir exists; check-tool-count.ts and README updated together.
Context
The supported-tools table covers 17 agents but not Zed, which now has its own rules file and MCP config support. Adding a tool is a well-worn path here (see the July additions in #28/#34): one
tool-configs.tsentry,tools-meta.ts, and a README row.Task
Add a
zedentry toTOOL_CONFIGSwith Zed's config/rules paths, following the pattern of existing entries.Acceptance criteria
Zed appears in the Browse view when its config dir exists;
check-tool-count.tsand README updated together.