a86e72db05
The repo lives on multiple devices, so hard-coded local paths leak machine details and mislead any agent that follows the docs literally. Replace them with neutral, portable references: - /Volumes/VIXinSSD/codewhale (and the hermesagent sibling) -> 'the local CodeWhale checkout' + git rev-parse --show-toplevel, across the three gh-* skill files, TOOL_LIFECYCLE.md, and REMOTE_SETUP_DESIGN.md. - /Users/huntermbown/Desktop/whalebro/codewhale (TOOL_LIFECYCLE.md) -> 'the current CodeWhale checkout'. - /opt/homebrew/bin/gh -> plain 'gh' across 9 skill files (the path is macOS-Homebrew-specific; 'gh' resolves via PATH everywhere). - codex/v0.8.61 -> <release-branch> across 5 skill files (old branch-naming convention; the placeholder keeps the instruction correct for any release). - CLAUDE.md: drop the device-specific worktree reference (match the AGENTS.md fix from earlier this branch) and version-neutralize the scratch-branch example. Left intact: /opt/whalebro is the documented Tencent Lighthouse deployment workspace-root convention (WHALEBRO_ROOT, systemd, bridge configs) — an intentional product path, not a leak. The /Users/hunter/private/* paths in session_failure_classifier.rs are synthetic fixtures for the path-redaction privacy test. docs/V0_8_61_EXECUTION.md and docs/LOCALIZATION.md keep their historical codex/v0.8.61 and /opt/homebrew references as accurate records.