When the claude pack auto-updates, the update sometimes fails silently and the user is directed to run /doctor to diagnose the problem.
Running /doctor reports 1 setup issue related to the claude pack plugins. The root cause appears to be that Claude Code does not have read access to ~/.claude/versions (or whichever directory stores version metadata), which is required during the update process.
Steps to reproduce:
- Install the nono claude pack
- Trigger or wait for an auto-update
- Observe failure; may be prompted to run
/doctor
- Run
/doctor — reports 1 plugin setup issue
Expected behavior:
Auto-update completes successfully with no setup issues reported by /doctor.
Actual behavior:
Update fails. /doctor reports 1 setup issue. Claude likely lacks a capability grant for ~/.claude/versions (or the equivalent path on the current platform).
Platform: macOS
When the claude pack auto-updates, the update sometimes fails silently and the user is directed to run
/doctorto diagnose the problem.Running
/doctorreports 1 setup issue related to the claude pack plugins. The root cause appears to be that Claude Code does not have read access to~/.claude/versions(or whichever directory stores version metadata), which is required during the update process.Steps to reproduce:
/doctor/doctor— reports 1 plugin setup issueExpected behavior:
Auto-update completes successfully with no setup issues reported by
/doctor.Actual behavior:
Update fails.
/doctorreports 1 setup issue. Claude likely lacks a capability grant for~/.claude/versions(or the equivalent path on the current platform).Platform: macOS