2025-09-21 - Dual-Machine Development Workflow Integration with Shared NFS Architecture 🎯 Key Insights Architecture Solution: Separated system-specific paths (global settings) from project commands (project settings) to eliminate Claude Code startup errors Sync Script Portability: All platform-specific sync scripts now version-controlled in project, enabling consistent cross-platform development workflow Collaborative Framework: Established pattern where one machine can control/plan while the other provides feedback, with cross-system command execution capabilities 📝 What Happened This session achieved a major infrastructure milestone by integrating both Mac Mini and Development Pi into a unified development environment with shared NFS folder structure. The work began with investigating “Path not found” errors that appeared when launching Claude Code on both systems. ...