From 287ebc017a3c7343b7096e64aeb0249bacab21b3 Mon Sep 17 00:00:00 2001 From: Mike Levin Date: Sat, 5 Sep 2026 02:48:19 -0400 Subject: [PATCH] chore: Update CLI description string --- cli.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cli.py b/cli.py index 91ff41365..4ae72b7b4 100644 --- a/cli.py +++ b/cli.py @@ -478,7 +478,7 @@ def main(): # --- END NEW LOGIC --- parser = argparse.ArgumentParser( - description="Pipulate CLI - The Local-First AI-Readiness & Automation Workshop.\n\n" + description="Pipulate CLI - The Context Compiler That Helps You Prompt Well.\n\n" "🎯 THE GOLDEN PATH FOR AI ASSISTANTS:\n" " 1. .venv/bin/python cli.py mcp-discover # Discover your core abilities\n" " 2. .venv/bin/python cli.py call pipeline_state_inspector # Read live system state\n" @@ -530,7 +530,7 @@ def main(): args = parser.parse_args() if not getattr(args, 'raw', False): - console.print(Panel("🚀 [bold cyan]Pipulate :: The Local-First AI-Readiness & Automation Workshop[/bold cyan] 🚀", border_style="cyan")) + console.print(Panel("🚀 [bold cyan]Pipulate :: The Context Compiler That Helps You Prompt Well[/bold cyan] 🚀", border_style="cyan")) if args.command == 'install': if not check_nix_installed():