-
Notifications
You must be signed in to change notification settings - Fork 96
fix: add displayName, description, and icon to marketplace entries #93
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
8c5126a
fix: enrich marketplace entries with displayName, description, and icon
internet-dot 48420f8
fix: exclude icon entries when asset file is missing
internet-dot 4356daa
fix: correct icon path formatting (remove duplicate ./ prefix) and fi…
internet-dot 1c4e2bd
fix: filter placeholder icon values and clear plugin destinations bef…
internet-dot c79403f
chore: sync plugin artifacts after mirror fix
internet-dot 25669ee
fix: preserve dot-prefixed paths during normalization (P1 regression)
internet-dot 3e42620
fix: include hooks in selected_paths to preserve manifest-declared ho…
internet-dot 7a49419
fix: commit script fixes (normalize_relative_path, hooks, icon path) …
internet-dot File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| { | ||
| "apps": {} | ||
| } |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,16 @@ | ||
| { | ||
| "mcpServers": { | ||
| "taskScheduler": { | ||
| "command": "python", | ||
| "args": [ | ||
| "./scripts/mcp_server.py" | ||
| ], | ||
| "cwd": ".", | ||
| "env": { | ||
| "PYTHONUTF8": "1" | ||
| }, | ||
| "startup_timeout_sec": 20, | ||
| "tool_timeout_sec": 60 | ||
| } | ||
| } | ||
| } |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| { | ||
| "hooks": [] | ||
| } |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,15 @@ | ||
| { | ||
| "hooks": { | ||
| "PostToolUse": [ | ||
| { | ||
| "matcher": "Write|Edit", | ||
| "hooks": [ | ||
| { | ||
| "type": "command", | ||
| "command": "py -3 ./scripts/post_write_codex_agent_guardrail.py || python ./scripts/post_write_codex_agent_guardrail.py || python3 ./scripts/post_write_codex_agent_guardrail.py" | ||
| } | ||
| ] | ||
| } | ||
| ] | ||
| } | ||
| } |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,37 @@ | ||
| { | ||
| "mcpServers": { | ||
| "dataforseo": { | ||
| "command": "npx", | ||
| "args": [ | ||
| "-y", | ||
| "dataforseo-mcp-server" | ||
| ], | ||
| "env": { | ||
| "DATAFORSEO_USERNAME": "${DATAFORSEO_USERNAME}", | ||
| "DATAFORSEO_PASSWORD": "${DATAFORSEO_PASSWORD}", | ||
| "ENABLED_MODULES": "SERP,KEYWORDS_DATA,ONPAGE,DATAFORSEO_LABS,BACKLINKS,DOMAIN_ANALYTICS,BUSINESS_DATA,CONTENT_ANALYSIS,AI_OPTIMIZATION", | ||
| "FIELD_CONFIG_PATH": "./extensions/dataforseo/field-config.json" | ||
| } | ||
| }, | ||
| "firecrawl-mcp": { | ||
| "command": "npx", | ||
| "args": [ | ||
| "-y", | ||
| "firecrawl-mcp" | ||
| ], | ||
| "env": { | ||
| "FIRECRAWL_API_KEY": "${FIRECRAWL_API_KEY}" | ||
| } | ||
| }, | ||
| "nanobanana-mcp": { | ||
| "command": "npx", | ||
| "args": [ | ||
| "-y", | ||
| "@ycse/nanobanana-mcp@latest" | ||
| ], | ||
| "env": { | ||
| "GOOGLE_AI_API_KEY": "${GOOGLE_AI_API_KEY}" | ||
| } | ||
| } | ||
| } | ||
| } |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,15 @@ | ||
| { | ||
| "hooks": { | ||
| "PostToolUse": [ | ||
| { | ||
| "matcher": "Edit|Write", | ||
| "hooks": [ | ||
| { | ||
| "type": "command", | ||
| "command": "python3 \"./hooks/validate-schema.py\" \"$FILE_PATH\"" | ||
| } | ||
| ] | ||
| } | ||
| ] | ||
| } | ||
| } |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| { | ||
| "mcpServers": { | ||
| "launchfast": { | ||
| "type": "http", | ||
| "url": "https://launchfastlegacyx.com/api/mcp/server", | ||
| "note": "LaunchFast MCP server for Amazon product research. Codex handles OAuth through the LaunchFast MCP metadata flow. During authorization, localhost or 127.0.0.1 loopback callback URLs are expected for the local Codex client and should not be rewritten to the LaunchFast domain." | ||
| } | ||
| } | ||
| } |
71 changes: 0 additions & 71 deletions
71
plugins/Kanevry/session-orchestrator/hooks/enforce-commands.sh
This file was deleted.
Oops, something went wrong.
87 changes: 0 additions & 87 deletions
87
plugins/Kanevry/session-orchestrator/hooks/enforce-scope.sh
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In
.github/workflows/validate-plugins.yml, thepull_requestpath now only logs a notice whengit diffdetects out-of-sync generated artifacts and then exits successfully, because theelsebranch at lines 47-49 does notexit 1. This means PR checks can pass with staleplugins.json,.agents/plugins/marketplace.json, or mirroredplugins/**content, so reviewers may merge unvalidated generated state and only discover drift after merge onpushevents.Useful? React with 👍 / 👎.