Claude Automator Expected Console Output
Overview
This document outlines the expected console output for the Claude Automator application on both Windows and Mac platforms. The application uses Spring Boot with custom automation monitoring for Claude AI interface.
Log Symbols and Platform Differences
The Brobot logging system uses different symbols based on the platform and terminal capabilities:
Symbol Sets
Symbol Type | Unicode (Mac/Linux/Windows Terminal) | ASCII Fallback (Legacy Windows) |
---|---|---|
Success | ✓ (Check mark) | [OK] |
Failure | ✗ (X mark) | [FAIL] |
Action | ▶ (Play symbol) | > |
Transition | → (Arrow) | -> |
Warning | ⚠ (Warning triangle) | [WARN] |
Error | ⚠ (Warning triangle) | [ERROR] |
Info | ℹ (Info symbol) | [INFO] |
Debug | • (Bullet point) | * |