From 1f58c454b2891e14bd72513375b1c92a7b0177f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Prado?= Date: Mon, 19 Jan 2026 19:30:34 +0100 Subject: [PATCH] fix: update help command logo from SPEC MACHINE to DEV ORCH Updates the ASCII logo in the help command (devorch --help) to display "DEV ORCH" instead of the old "SPEC MACHINE" branding. Co-Authored-By: Claude --- src/cli/lib/cli/help.ts | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/cli/lib/cli/help.ts b/src/cli/lib/cli/help.ts index 33d496e..0519788 100644 --- a/src/cli/lib/cli/help.ts +++ b/src/cli/lib/cli/help.ts @@ -1,12 +1,12 @@ import { colors } from '@/utils/colors.js'; const LOGO = ` - ███████╗██████╗ ███████╗ ██████╗ ███╗ ███╗ █████╗ ██████╗██╗ ██╗██╗███╗ ██╗███████╗ - ██╔════╝██╔══██╗██╔════╝██╔════╝ ████╗ ████║██╔══██╗██╔════╝██║ ██║██║████╗ ██║██╔════╝ - ███████╗██████╔╝█████╗ ██║ ██╔████╔██║███████║██║ ███████║██║██╔██╗ ██║█████╗ - ╚════██║██╔═══╝ ██╔══╝ ██║ ██║╚██╔╝██║██╔══██║██║ ██╔══██║██║██║╚██╗██║██╔══╝ - ███████║██║ ███████╗╚██████╗ ██║ ╚═╝ ██║██║ ██║╚██████╗██║ ██║██║██║ ╚████║███████╗ - ╚══════╝╚═╝ ╚══════╝ ╚═════╝ ╚═╝ ╚═╝╚═╝ ╚═╝ ╚═════╝╚═╝ ╚═╝╚═╝╚═╝ ╚═══╝╚══════╝ + ██████╗ ███████╗██╗ ██╗ ██████╗ ██████╗ ██████╗██╗ ██╗ + ██╔══██╗██╔════╝██║ ██║ ██╔═══██╗██╔══██╗██╔════╝██║ ██║ + ██║ ██║█████╗ ██║ ██║ ██║ ██║██████╔╝██║ ███████║ + ██║ ██║██╔══╝ ╚██╗ ██╔╝ ██║ ██║██╔══██╗██║ ██╔══██║ + ██████╔╝███████╗ ╚████╔╝ ╚██████╔╝██║ ██║╚██████╗██║ ██║ + ╚═════╝ ╚══════╝ ╚═══╝ ╚═════╝ ╚═╝ ╚═╝ ╚═════╝╚═╝ ╚═╝ `; /**