-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathplugin.json
More file actions
22 lines (22 loc) · 747 Bytes
/
Copy pathplugin.json
File metadata and controls
22 lines (22 loc) · 747 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "agentseed",
"version": "1.0.0",
"description": "Guardrails for coding agents: a hybrid Agent Plugin (Skill + MCP Server) that forces spec-driven development and blocks hallucinated code before it is marked done. Built to the Agent Plugins 1.0.0 spec.",
"author": {
"name": "AgentSeed",
"url": "https://gitcode.com/badhope/AgentSeed"
},
"license": "MIT",
"keywords": [
"guardrail",
"anti-hallucination",
"spec-driven-development",
"code-verification",
"mcp",
"agent-plugins",
"coding-agent"
],
"homepage": "https://gitcode.com/badhope/AgentSeed",
"repository": "https://gitcode.com/badhope/AgentSeed.git"
}