GitButler CLI Skill Use GitButler CLI ( ) as the default version-control interface. Non-Negotiable Rules 1. Use for all write operations. Never run , , , , , , , or . If the user says a write command, translate it to and run that. 2. After mutations, read the returned output for the updated workspace state. 3. Use CLI IDs from / / ; never hardcode IDs. 4. Start with before mutations so IDs and stack state are current. 5. Create a branch for new work with when needed. Core Flow Every write task should follow this sequence. Command Patterns - Commit: - is accepted as a no-op compatibility flag;…