docs(guides): fix browser-testing install — remove fabricated --from plugin: syntax - #76
Merged
Merged
Conversation
…-plugin-browser-automation Added browser-testing (Playwright headless Chromium) as a new Browser skill alongside browser-automation in the skill-catalog.md table. Includes install examples for both CLI and config.yaml, and a note about Playwright system dependencies. Ref: molecule-ai-plugin-browser-automation#4 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…from plugin: syntax - Change source: plugin:molecule-ai-plugin-browser-automation → source: plugin - Remove --from plugin: CLI example (flag does not exist in molecule-core CLI) - Replace install section with auto-discovery note: browser-testing is auto-discovered when the plugin is installed, no extra flags needed Co-Authored-By: Technical Writer Agent <technical-writer@agents.moleculesai.app>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
Author
|
Test |
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
Fixes two documentation errors in the
browser-testing(Playwright) skill entry added in PR #74.Changes
source: plugin:molecule-ai-plugin-browser-automation→source: pluginThe
plugin:namespace takes a short name, not a full repo path. The documented plugin source types indocs/plugins/sources.mdarelocal://,github://,clawhub://, andhttps://— there is noplugin:prefix with a repo path.Remove
--from plugin:molecule-ai-plugin-browser-automationCLI exampleThe
--fromflag in molecule-core CLI only supports--from community(documented indocs/guides/skill-catalog.md).--from plugin:does not exist. This command would fail if users ran it.Replace install section with auto-discovery note
browser-testingis auto-discovered frommolecule-ai-plugin-browser-automation'sskills/directory when the plugin is installed. No additional install flags are required. The new section makes this clear.Test plan
source: pluginYAML value is consistent with the documented plugin source schema--from plugin:🤖 Generated with Claude Code