{
  "name": "cladding",
  "version": "0.9.3",
  "description": "Reference implementation of the Ironclad standard — multi-agent dev harness for Claude Code.",
  "author": {
    "name": "qwerfunch"
  },
  "license": "MIT",
  "homepage": "https://github.com/qwerfunch/cladding",
  "repository": "https://github.com/qwerfunch/cladding.git",
  "keywords": [
    "harness",
    "harness-engineering",
    "spec-driven-development",
    "governance",
    "ironclad",
    "drift-detection",
    "multi-agent",
    "audit-trail",
    "code-quality",
    "compliance",
    "ai-coding",
    "architecture-enforcement",
    "claude-code",
    "mcp-server"
  ],
  "bugs": "https://github.com/qwerfunch/cladding/issues",
  "mcpServers": {
    "cladding": {
      "command": "node",
      "args": ["${CLAUDE_PLUGIN_ROOT}/dist/clad.js", "serve"],
      "description": "cladding MCP server — exposes spec / drift / events / personas as tools, resources, prompts. Runs the engine bundled with this plugin (no global `clad` on PATH required). Auto-starts when this plugin is enabled; no manual `claude mcp add` needed."
    }
  },
  "hooks": "./hooks/hooks.json",
  "ironclad": {
    "spec-version": "0.0.23",
    "spec-url": "https://github.com/qwerfunch/ironclad",
    "spec-tag": "v0.0.23",
    "spec-commit": "883ff01d0360b7c989fe16214c69a324f049c8cd",
    "spec-fetched": "2026-05-18",
    "target": {
      "iron-law": "L4",
      "detectors": "41/41",
      "ears": "full"
    },
    "current": {
      "iron-law": "L4",
      "detectors": "41/41",
      "ears": "syntactic",
      "phase": "L21.12 — Territory → Integrity Panel rename (vocab anchored to Trinity of Integrity)",
      "stages-implemented": ["stage_1.1", "stage_1.2", "stage_1.3", "stage_1.4", "stage_1.5", "stage_1.6", "stage_2.1", "stage_2.2", "stage_2.3", "stage_2.4", "stage_3.1", "stage_3.2", "stage_3.3", "stage_4.1", "stage_4.2"],
      "spec-schema-version": "0.1",
      "conformance": {
        "level-1": {"declared-at": "2026-05-18", "fixtures": "12/12"},
        "level-2": {"declared-at": "2026-05-18", "fixtures": "4/4"},
        "level-3": {"declared-at": "2026-05-18", "fixtures": "6/6"},
        "level-4": {"declared-at": "2026-05-18", "fixtures": "4/4"},
        "documentary-promoted-batch-1": {"declared-at": "2026-05-19", "fixtures": "7/7"},
        "runner": "conformance/runner.ts"
      },
      "stack": "typescript",
      "languages-supported": [
        "typescript",
        "python",
        "rust",
        "go",
        "java",
        "php",
        "ruby",
        "elixir",
        "dotnet"
      ]
    }
  }
}
