Skip to content

docs(cli): add tts command to --help and CLI docs#240

Merged
jrusso1020 merged 1 commit intomainfrom
feat/add-tts-to-help-and-docs
Apr 10, 2026
Merged

docs(cli): add tts command to --help and CLI docs#240
jrusso1020 merged 1 commit intomainfrom
feat/add-tts-to-help-and-docs

Conversation

@jrusso1020
Copy link
Copy Markdown
Collaborator

Summary

The tts command was implemented in PR #201 but never added to the root-level help display or documentation page. Users running hyperframes --help don't see it listed.

  • Added tts to the "AI & Integrations" group in help.ts so it appears in hyperframes --help
  • Added full documentation section in docs/packages/cli.mdx with usage examples and flag reference
  • Updated CLAUDE.md "Adding CLI Commands" checklist with two new required steps:
    • Step 4: Add to help groups in help.ts
    • Step 5: Document in docs/packages/cli.mdx
    • This prevents future commands from being registered but invisible in --help

Test plan

  • Run hyperframes --help and verify tts appears under "AI & Integrations"
  • Run hyperframes tts --help and verify examples appear
  • Verify docs page renders correctly on Mintlify preview

🤖 Generated with Claude Code

…checklist

The tts command was implemented (PR #201) but never added to the root-level
help display or documentation. This adds it to:

- help.ts GROUPS (AI & Integrations) so it appears in `hyperframes --help`
- docs/packages/cli.mdx with usage examples and flag reference
- CLAUDE.md "Adding CLI Commands" checklist: new steps 4-5 require adding
  commands to help.ts groups and docs, preventing future omissions

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@mintlify
Copy link
Copy Markdown

mintlify bot commented Apr 10, 2026

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
hyperframes 🟢 Ready View Preview Apr 10, 2026, 3:58 PM

💡 Tip: Enable Workflows to automatically generate PRs for you.

@jrusso1020 jrusso1020 merged commit 9a3ed56 into main Apr 10, 2026
14 checks passed
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.

2 participants