When I launch ccflare in ~/documents/projects/ccflare, the dashboard says there are no agents in ~/.claude/agents but there are, there is at least one subdirectory, and a number of sub dirs under that that contain agents. Claude says The problem is that the agent registry's loadAgents() method at packages/agents/src/discovery.ts:176 uses Node.js's readdir() function which doesn't automatically follow symbolic links. When it reads the ~/.claude/agents/ directory, it sees the symlink awesome-claude-agents but treats it as a directory instead of following it to find the actual .md files.
When I launch ccflare in ~/documents/projects/ccflare, the dashboard says there are no agents in ~/.claude/agents but there are, there is at least one subdirectory, and a number of sub dirs under that that contain agents. Claude says The problem is that the agent registry's loadAgents() method at packages/agents/src/discovery.ts:176 uses Node.js's readdir() function which doesn't automatically follow symbolic links. When it reads the ~/.claude/agents/ directory, it sees the symlink awesome-claude-agents but treats it as a directory instead of following it to find the actual .md files.