coderClaw

Plugin manifest (coderclaw.plugin.json)

Every plugin must ship a coderclaw.plugin.json file in the plugin root. CoderClaw uses this manifest to validate configuration without executing plugin code. Missing or invalid manifests are treated as plugin errors and block config validation.

See the full plugin system guide: Plugins.

Required fields

{
  "id": "voice-call",
  "configSchema": {
    "type": "object",
    "additionalProperties": false,
    "properties": {}
  }
}

Required keys:

Optional keys:

JSON Schema requirements

Validation behavior

Notes