Skip to content

chore(cli): tidy CLI docstrings and drop "agent-ready" jargon - #4868

Closed
markbackman wants to merge 2 commits into
mainfrom
mb/cli-cleanup
Closed

chore(cli): tidy CLI docstrings and drop "agent-ready" jargon#4868
markbackman wants to merge 2 commits into
mainfrom
mb/cli-cleanup

Conversation

@markbackman

Copy link
Copy Markdown
Contributor

Summary

Small CLI cleanup, no behavior change:

  • cli/__init__.py now lists the actual command surface — pipecat init (the entry point), pipecat create, and pipecat eval. Previously it only mentioned create and init and omitted eval.
  • Drops the "agent-ready" jargon across the CLI in favor of plain language ("initialize a project" / "set up for coding agents"), matching the docs. This includes the user-facing init help text and the post-init message, which now reads "Your project is ready." The internal _print_agent_ready helper is renamed to _print_ready.

Testing

  • uv run pytest tests/cli/ — 309 passed
  • uv run ruff check / ruff format --check — clean

🤖 Generated with Claude Code

- `cli/__init__.py`: list the actual command surface — `init` (entry
  point), `create`, and `eval`
- Replace the "agent-ready" terminology across the CLI with plain language
  ("initialize a project" / "set up for coding agents"), matching the docs.
  Rename the internal `_print_agent_ready` helper to `_print_ready` and
  change its message to "Your project is ready."
@codecov

codecov Bot commented Jun 23, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

Files with missing lines Coverage Δ
src/pipecat/cli/commands/create.py 88.70% <ø> (ø)
src/pipecat/cli/commands/init.py 71.81% <100.00%> (ø)
src/pipecat/cli/main.py 74.13% <ø> (ø)

... and 1 file with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Trim the orientation paragraph to what the human reader needs — this file
is yours; AGENTS.md/CLAUDE.md are the agent's guide, picked up
automatically. Drop the breakdown of what AGENTS.md teaches the agent.
@markbackman

Copy link
Copy Markdown
Contributor Author

Superseded by #4883, which folds these CLI-cleanup commits together with making pipecat init the single entry point (and removing pipecat create).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant