Make direct template clones self-contained - #104
Open
shrey150 wants to merge 2 commits into
Open
Conversation
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
shrey150
force-pushed
the
agent/stabilize-template-entrypoints
branch
from
August 21, 2026 23:12
465f6bc to
021e2b1
Compare
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using default effort and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 021e2b1. Configure here.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Summary
.env.examplefiles to every TypeScript entrypoint so the website's copiedcp .env.example .envinstruction is validpyproject.tomlto the Python Selenium quickstart and switch its instructions touv sync/uv runVerification
startscript, an env example, and declarations for every non-built-in importbasic-cachinguv sync, imports, bytecode compilation, and a live Browserbase/SFMOMA run passedbasic-cachingon Stagehand 4.0.2: 3/3 live passes, including cache HIT and clean shutdowncompany-value-prop-generatoron Stagehand 4.0.2: 3/3 live passes, including two semanticextract()calls and clean shutdownact/extract/observeprimitives and shipped behavior are unchangedMerge relationship
#103 and this PR modify disjoint files and can merge in either order.
Note
Low Risk
Config and docs only: new manifests, env examples, and a patch-level Stagehand bump with no source or auth logic changes.
Overview
Makes remaining TypeScript and Python templates cloneable without a scaffolder overlay: each entrypoint now has its own env example and installable manifest.
Adds
package.json(Stagehand4.0.2,dotenv,tsx, andzodwhere needed) to nine TypeScript templates that previously had none, plus.env.examplefiles across all TypeScript entrypoints socp .env.example .envworks. Bumpsbasic-cachingto Stagehand4.0.2. Addspyproject.tomlto the Selenium Python quickstart and switches its README fromuvx --with …touv sync/uv run.No application source or browser primitives change.
Reviewed by Cursor Bugbot for commit cb197b8. Bugbot is set up for automated code reviews on this repo. Configure here.