claude-code-templates
claude-code-templates copied to clipboard
[Analytics] Cannot load conversations due to "non-existent" symlinked file
I'm working off of a fresh run:
bunx claude-code-templates@latest --analytics
But my stats are showing zeros (which is inaccurate) and then underneath 0 sessions it says "This Month: 1" and "This Week: 1".
My script/server logs show mostly success messages, except for the following:
Error loading conversations: ENOENT: no such file or directory, stat '/Users/lance/.claude/commands/work-on-issue.md'
I have a few Claude Code slash commands stored in a separate dotfiles repo that I symlink into this ~/.claude/ directory. I'm guessing the analytics template is not expecting symlinks there.