Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions .agents/plugins/marketplace.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"name": "webwright",
"interface": {
"displayName": "Webwright"
},
"plugins": [
{
"name": "webwright",
"source": {
"source": "local",
Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

Using local here intentionally follows the Codex marketplace schema for repo-local plugin sources. The marketplace repository is cloned first, and this path is resolved relative to that cloned marketplace root. If maintainers prefer a different source descriptor, I can adjust it.

"path": "./plugins/webwright"
},
"policy": {
"installation": "AVAILABLE",
"authentication": "ON_INSTALL"
},
"category": "Productivity"
Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

I kept this as Productivity to match the existing Codex plugin metadata in .codex-plugin/plugin.json (interface.category). Webwright also has automation/developer-tool characteristics, so I can change this if maintainers prefer another Codex marketplace category such as Developer Tools.

}
]
}
1 change: 1 addition & 0 deletions plugins/webwright