From d9461c04a581ee94094739bfacfa2617b19d779a Mon Sep 17 00:00:00 2001 From: ajspig Date: Mon, 13 Apr 2026 10:06:03 -0400 Subject: [PATCH] chore: updating tagline --- honcho-cli/README.md | 2 +- honcho-cli/pyproject.toml | 2 +- honcho-cli/src/honcho_cli/__init__.py | 2 +- honcho-cli/src/honcho_cli/main.py | 4 ++-- honcho-cli/src/honcho_cli/skills/CONTEXT.md | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/honcho-cli/README.md b/honcho-cli/README.md index 972cb2af..b68dcf1d 100644 --- a/honcho-cli/README.md +++ b/honcho-cli/README.md @@ -9,7 +9,7 @@ # honcho-ai-cli -Agent-first admin & debugging CLI for [Honcho](https://honcho.dev) — memory that reasons. +A terminal for [Honcho](https://honcho.dev) — memory that reasons. ## Install diff --git a/honcho-cli/pyproject.toml b/honcho-cli/pyproject.toml index fca4ad60..42d30850 100644 --- a/honcho-cli/pyproject.toml +++ b/honcho-cli/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "honcho-ai-cli" version = "0.1.0" -description = "Agent-first admin & debugging CLI for Honcho" +description = "A terminal for Honcho — memory that reasons." readme = "README.md" requires-python = ">=3.11" license = "MIT" diff --git a/honcho-cli/src/honcho_cli/__init__.py b/honcho-cli/src/honcho_cli/__init__.py index 62149650..f38546a9 100644 --- a/honcho-cli/src/honcho_cli/__init__.py +++ b/honcho-cli/src/honcho_cli/__init__.py @@ -1,3 +1,3 @@ -"""Honcho CLI — Agent-first admin & debugging tool.""" +"""Honcho CLI — a terminal for Honcho.""" __version__ = "0.1.0" diff --git a/honcho-cli/src/honcho_cli/main.py b/honcho-cli/src/honcho_cli/main.py index 74893365..1c95b645 100644 --- a/honcho-cli/src/honcho_cli/main.py +++ b/honcho-cli/src/honcho_cli/main.py @@ -1,4 +1,4 @@ -"""Honcho CLI — Agent-first admin & debugging tool. +"""Honcho CLI — a terminal for Honcho. Entry point and top-level command group. """ @@ -23,7 +23,7 @@ BANNER = r""" app = typer.Typer( name="honcho", - help="Agent-first admin & debugging CLI for Honcho.", + help="A terminal for Honcho — memory that reasons.", invoke_without_command=True, pretty_exceptions_enable=False, ) diff --git a/honcho-cli/src/honcho_cli/skills/CONTEXT.md b/honcho-cli/src/honcho_cli/skills/CONTEXT.md index 0435d0f1..2c505b69 100644 --- a/honcho-cli/src/honcho_cli/skills/CONTEXT.md +++ b/honcho-cli/src/honcho_cli/skills/CONTEXT.md @@ -1,7 +1,7 @@ --- name: honcho-cli version: 0.1.0 -description: Agent-first admin & debugging CLI for Honcho +description: A terminal for Honcho — memory that reasons. --- # Honcho CLI — Agent Interface