{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "local-config.schema.json",
  "title": "AIOX Local Configuration (L4)",
  "description": "Machine-specific settings stored in .aiox-core/local-config.yaml (gitignored)",
  "type": "object",
  "properties": {
    "ide": {
      "type": "object",
      "description": "IDE-specific overrides"
    },
    "mcp": {
      "type": "object",
      "description": "MCP server local overrides"
    }
  },
  "additionalProperties": true
}
