A comprehensive guide for AI agents working on the multi-ssh project, providing context and instructions for effective development assistance.
multi-ssh is an electron app allowing to connect to multiple ssh hosts at the same time wich one separate embedded terminal per session.
- KISS Principle: Always strive for simple and easy solutions
- Documentation: Keep documentation concise; don't create additional docs unless requested
- Task Planning: Create TODO items before starting work, prioritizing document reading first
npm run start # Start the whole application- ipcRenderer frontend binding: In the
renderer.jskeep all globalipcRendererbindings likeipcRenderer.on(...)at the top