Skip to content
Merged
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
3 changes: 2 additions & 1 deletion .agents/plugins/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@
"authentication": "ON_INSTALL"
},
"category": "Development & Workflow",
"description": "Multi-agent codebase knowledge graph generator with context-aware planning and automatic scope management — turns codebases into coherent agent workspaces."
"description": "Multi-agent codebase knowledge graph generator with context-aware planning and automatic scope management — turns codebases into coherent agent workspaces.",
"icon": "./plugins/study8677/antigravity-workspace-template/assets/icon.png"
},
{
"name": "archcore",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,8 @@
"name": "antigravity",
"version": "0.2.1",
"description": "Repository knowledge engine plugin (Codex CLI). Bundles slash commands (/ag-setup, /ag-init, /ag-refresh, /ag-ask) plus the agent-repo-init skill. Backed by the ag-ask / ag-refresh CLI; MCP optional.",
"skills": "./skills/"
"skills": "./skills/",
"interface": {
"composerIcon": "./assets/icon.png"
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P1 Badge Shrink composer icon to satisfy validator size limit

The new interface.composerIcon points to assets/icon.png, but that file is 433,118 bytes, which violates the 50KB cap enforced by MAX_ICON_SIZE_BYTES in scripts/validate-plugin-pr.py (validate_icon at lines 148-150). Because .github/workflows/validate-plugin-pr.yml runs this validator on PRs that touch plugins/**, this change will fail validation for this plugin until the icon is optimized or replaced.

Useful? React with 👍 / 👎.

}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading