From 9b2762deab0d0fb5e45e0ea707db6a41c1d9f545 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Prado?= Date: Mon, 19 Jan 2026 18:48:37 +0100 Subject: [PATCH] chore: update CLI logo from SPEC MACHINE to DEV ORCH Update the ASCII art logo displayed in the interactive menu to reflect the new project name "DEV ORCH" instead of "SPEC MACHINE". Co-Authored-By: Claude --- src/cli/lib/cli/menu-system.ts | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/cli/lib/cli/menu-system.ts b/src/cli/lib/cli/menu-system.ts index ad06e30..59d1d79 100644 --- a/src/cli/lib/cli/menu-system.ts +++ b/src/cli/lib/cli/menu-system.ts @@ -3,12 +3,12 @@ import { colors } from '@/utils/colors.js'; import { type CommandMetadata, getCommandsByCategory } from './command-registry.js'; const LOGO = ` - ███████╗██████╗ ███████╗ ██████╗ ███╗ ███╗ █████╗ ██████╗██╗ ██╗██╗███╗ ██╗███████╗ - ██╔════╝██╔══██╗██╔════╝██╔════╝ ████╗ ████║██╔══██╗██╔════╝██║ ██║██║████╗ ██║██╔════╝ - ███████╗██████╔╝█████╗ ██║ ██╔████╔██║███████║██║ ███████║██║██╔██╗ ██║█████╗ - ╚════██║██╔═══╝ ██╔══╝ ██║ ██║╚██╔╝██║██╔══██║██║ ██╔══██║██║██║╚██╗██║██╔══╝ - ███████║██║ ███████╗╚██████╗ ██║ ╚═╝ ██║██║ ██║╚██████╗██║ ██║██║██║ ╚████║███████╗ - ╚══════╝╚═╝ ╚══════╝ ╚═════╝ ╚═╝ ╚═╝╚═╝ ╚═╝ ╚═════╝╚═╝ ╚═╝╚═╝╚═╝ ╚═══╝╚══════╝ + ██████╗ ███████╗██╗ ██╗ ██████╗ ██████╗ ██████╗██╗ ██╗ + ██╔══██╗██╔════╝██║ ██║ ██╔═══██╗██╔══██╗██╔════╝██║ ██║ + ██║ ██║█████╗ ██║ ██║ ██║ ██║██████╔╝██║ ███████║ + ██║ ██║██╔══╝ ╚██╗ ██╔╝ ██║ ██║██╔══██╗██║ ██╔══██║ + ██████╔╝███████╗ ╚████╔╝ ╚██████╔╝██║ ██║╚██████╗██║ ██║ + ╚═════╝ ╚══════╝ ╚═══╝ ╚═════╝ ╚═╝ ╚═╝ ╚═════╝╚═╝ ╚═╝ `; export interface MenuOption {