Skip to content

Conversation

@pirate
Copy link
Member

@pirate pirate commented Jan 13, 2026

Summary

  • Replace README header with standardized Stagehand branding
  • Update docs URL to /v3/sdk/python
  • Add 'What is Stagehand?' and 'Why Stagehand?' sections

Changes

This PR updates the README.md to match the standard Stagehand branding and includes:

  • Visual branding elements (logo with dark/light mode support)
  • License and Discord badges
  • Comprehensive "What is Stagehand?" and "Why Stagehand?" sections
  • Updated documentation links

🤖 Generated with Claude Code


Summary by cubic

Standardizes the README with Stagehand branding and adds a concise product overview. Updates docs links to point to the v3 Python SDK.

  • New Features
    • Branded header with dark/light logo and tagline
    • MIT license, Discord, and Trendshift badges
    • “What is Stagehand?” and “Why Stagehand?” sections highlighting code + natural language, caching, and self-healing
    • Updated docs links to /v3/sdk/python and added cross-language docs link
    • Removed outdated header and PyPI badge

Written for commit e16747b. Summary will update on new commits.

- Replace README header with standardized Stagehand branding
- Update docs URL to /v3/sdk/python
- Add 'What is Stagehand?' and 'Why Stagehand?' sections

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Copy link

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

1 issue found across 1 file

Prompt for AI agents (all issues)

Check if these issues are valid — if so, understand the root cause of each and fix them.


<file name="README.md">

<violation number="1" location="README.md:5">
P1: The `media/` directory referenced by these image paths does not exist in the repository. All logo and badge images will be broken. Ensure the media directory with the required assets (dark_logo.png, light_logo.png, dark_license.svg, light_license.svg, dark_discord.svg, light_discord.svg, director_icon.svg) is added to the repository.</violation>
</file>

Reply with feedback, questions, or to request a fix. Tag @cubic-dev-ai to re-run a review.

<ul style="list-style: none; margin: 0; padding: 0;">
<a href="https://stagehand.dev">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="media/dark_logo.png" />
Copy link

@cubic-dev-ai cubic-dev-ai bot Jan 13, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1: The media/ directory referenced by these image paths does not exist in the repository. All logo and badge images will be broken. Ensure the media directory with the required assets (dark_logo.png, light_logo.png, dark_license.svg, light_license.svg, dark_discord.svg, light_discord.svg, director_icon.svg) is added to the repository.

Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At README.md, line 5:

<comment>The `media/` directory referenced by these image paths does not exist in the repository. All logo and badge images will be broken. Ensure the media directory with the required assets (dark_logo.png, light_logo.png, dark_license.svg, light_license.svg, dark_discord.svg, light_discord.svg, director_icon.svg) is added to the repository.</comment>

<file context>
@@ -1,10 +1,67 @@
+  <ul style="list-style: none; margin: 0; padding: 0;">
+    <a href="https://stagehand.dev">
+      <picture>
+        <source media="(prefers-color-scheme: dark)" srcset="media/dark_logo.png" />
+        <img alt="Stagehand" src="media/light_logo.png" width="200" style="margin-right: 30px;" />
+      </picture>
</file context>
Fix with Cubic

@pirate pirate merged commit ed714db into stainless Jan 13, 2026
6 of 8 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