cloudmanic/spice-edit — reverse-engineered prompt

Reverse engineered prompt

Build me a small terminal code editor called SpiceEdit that feels like a tiny VS Code inside SSH. I want it to run as a single standalone binary and be friendly for remote server work inside tmux or zellij. The whole thing should be mouse first, so I can click files in a sidebar, switch tabs across the top, edit in the middle, and see a status bar at the bottom. I should be able to click and drag to select text, double click words, scroll normally, and drag a splitter to resize or hide the sidebar.

Please include syntax highlighting, a simple action menu opened from a top left icon, right click, or double tap Esc, plus basic actions like save, close, quit, new file, rename, and delete. It should notice file changes on disk, refresh the file tree automatically, and support copying text back to my local clipboard over SSH, including tmux passthrough. Add opt in format on save with a trust prompt for project commands. Look up current docs online if you need to.

Want more depth? Deep Reverse