What this package declares
The file a client reads when it loads this plugin, exactly as this revision carries it.
plugin.json
{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "agent-issues",
"version": "0.1.0",
"description": "Agent Issues workflow skills and MCP tools.",
"author": {
"name": "Agent Issues contributors"
},
"repository": "https://github.com/arcmantle/agent-issues",
"license": "MIT",
"keywords": [
"agent-issues",
"issue-tracking",
"mcp"
],
"agents": ".github/agents/"
}Fields the format does not define
This package's plugin.json declares these at its top level. The Agent Plugins format gives them no meaning, so a client loads the plugin and ignores them.
- agents