{
  "name": "cladding",
  "version": "0.9.3",
  "description": "Reference implementation of the Ironclad standard — multi-agent dev harness for OpenAI Codex CLI / IDE / cloud. Exposes spec validation, drift detection, the Iron Law stage runner, and 5 agent personas as Codex skills + an auto-launched MCP server.",
  "author": {
    "name": "qwerfunch",
    "url": "https://github.com/qwerfunch"
  },
  "homepage": "https://github.com/qwerfunch/cladding",
  "repository": "https://github.com/qwerfunch/cladding.git",
  "license": "MIT",
  "keywords": [
    "ironclad",
    "agent-harness",
    "mcp",
    "drift-detection",
    "iron-law",
    "multi-agent",
    "codex"
  ],
  "skills": "./skills",
  "mcpServers": "./.mcp.json",
  "interface": {
    "displayName": "Cladding (Ironclad)",
    "shortDescription": "Multi-agent dev harness — spec, drift, and 15 Iron Law stages.",
    "longDescription": "Cladding is the reference implementation of the Ironclad standard, a graded falsifiable consistency standard for AI-coding harnesses. Install this plugin to get cladding's verb skills (init, check, sync, status, and the rest under skills/), its persona prompts, and an auto-launched MCP server that exposes spec / drift / events / personas to Codex.",
    "developerName": "qwerfunch",
    "category": "developer-tools",
    "capabilities": ["mcp-server", "skills"],
    "websiteURL": "https://github.com/qwerfunch/cladding"
  }
}
