fix: read/write global CLAUDE.md via WSL on Windows #264

Merged
naomi merged 1 commits from fix/global-claude-md-wsl into main 2026-04-13 15:56:53 -07:00

1 Commits

Author SHA1 Message Date
hikari 645f5037d3 fix: read/write global CLAUDE.md via WSL on Windows
Security Scan and Upload / Security & DefectDojo Upload (pull_request) Successful in 1m3s
CI / Lint & Test (pull_request) Successful in 16m28s
CI / Build Linux (pull_request) Successful in 20m15s
CI / Build Windows (cross-compile) (pull_request) Successful in 30m25s
dirs::home_dir() returns the Windows home (C:\Users\accou) on Windows
builds, but the global CLAUDE.md lives in the WSL home directory.
Route both get_global_claude_md and save_global_claude_md through WSL
on Windows, matching the pattern used by list_skills and list_memory_files.
2026-04-13 14:42:27 -07:00