claude-code-templates icon indicating copy to clipboard operation
claude-code-templates copied to clipboard

[Analytics] Cannot load conversations due to "non-existent" symlinked file

Open lancegoyke opened this issue 1 week ago • 0 comments

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.

lancegoyke avatar Jan 07 '26 17:01 lancegoyke