chore: updating tagline

This commit is contained in:
ajspig 2026-04-13 10:06:03 -04:00
parent eccc2dd84a
commit d9461c04a5
5 changed files with 6 additions and 6 deletions

View File

@ -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

View File

@ -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"

View File

@ -1,3 +1,3 @@
"""Honcho CLI — Agent-first admin & debugging tool."""
"""Honcho CLI — a terminal for Honcho."""
__version__ = "0.1.0"

View File

@ -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,
)

View File

@ -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