Context
Cross-link to link-foundation/js-ai-driven-development-pipeline-template#62 which is the primary host for the pattern.
konard/vk-bot-desktop recently shipped PR #52 (closes issue #51) which adds a release-time pipeline that auto-regenerates every preview image (README + Pages site + og:image) using browser-commander + Playwright, then commits the drift back to main.
While auditing CI parity I checked the four link-foundation AI-driven-development-pipeline-template repos and none ship browser automation or screenshot tooling. Full per-template survey: docs/case-studies/issue-51/data/templates/survey.md.
Relevance to this template
There is no example-app surface here today; this is a tracking issue so the pattern is registered if/when one is added. A Python equivalent could use playwright-python with the same locale × theme matrix; browser-commander itself is JS-only so the Python port would call Playwright directly.
Suggested action
- Track this issue as a placeholder.
- When an example-app surface lands here, port the recipe to
playwright-python.
Related
Context
Cross-link to link-foundation/js-ai-driven-development-pipeline-template#62 which is the primary host for the pattern.
konard/vk-bot-desktoprecently shipped PR #52 (closes issue #51) which adds a release-time pipeline that auto-regenerates every preview image (README + Pages site +og:image) usingbrowser-commander+ Playwright, then commits the drift back tomain.While auditing CI parity I checked the four
link-foundationAI-driven-development-pipeline-template repos and none ship browser automation or screenshot tooling. Full per-template survey:docs/case-studies/issue-51/data/templates/survey.md.Relevance to this template
There is no example-app surface here today; this is a tracking issue so the pattern is registered if/when one is added. A Python equivalent could use
playwright-pythonwith the same locale × theme matrix;browser-commanderitself is JS-only so the Python port would call Playwright directly.Suggested action
playwright-python.Related