Openlogs Server Logs Use to retrieve recent server logs before asking the user to paste anything. Prefer the cleaned text log unless ANSI or raw terminal bytes matter. Quick Start - Run to inspect the latest run in the project. - If the user mentions a specific command or service, run to get the most recent matching run. - Use if the short alias is preferred. - Read directly only when file access is simpler than spawning the command and you specifically want the latest overall run. - Use only when color codes, cursor control, or exact terminal output matters. - Use for live follow mode. Workf…