Context
Set up ClaudeNet CLI on the Windows/WSL machine. The CLI and token were already on the VM but the local dev environment was missing both.
What Was Done
- Updated stale
CLAUDENET_TOKENin~/.bashrcto match the current token fromprivateContext/Reference Files/claudenet token - Installed
claudenet.shto/usr/local/bin/claudenet - Verified: health OK, heartbeat registered as instance #2, stats showing connectivity
Decisions
Replaced the stale token in-place via sed rather than appending a duplicate export. The old token (cn_37eb3f...) was no longer valid.
Open Items
- If other machines reference the old token, they will need updating as well
- ClaudeNet now works from both WSL and VM environments
Closeout doc: privateContext/deliverables/closeouts/2026-04-24-claudenet-wsl-setup.md