Agent Configuration

Visual editor for .a11ysmith-agents.json. Changes are shown as a JSON preview below.

Hook Enforcement

Glob patterns for UI files that trigger the edit gate. Example: *.jsx, *.tsx, *.vue, *.css, *.html

Enabled Teams
Reporting

Configuration Preview

{
  "hooks": {
    "enabled": true,
    "enforcement": "advisory",
    "filePatterns": [
      "*.jsx",
      "*.tsx",
      "*.vue",
      "*.svelte",
      "*.astro",
      "*.css",
      "*.html"
    ]
  },
  "agents": {
    "enabled": [
      "web",
      "document",
      "markdown",
      "github",
      "mobile-desktop",
      "supporting"
    ],
    "defaultLead": "accessibility-lead"
  },
  "reporting": {
    "format": "json",
    "helpLinks": true
  }
}

Copy this JSON to .a11ysmith-agents.json in your project root, or use the CLI (see Getting Started for setup):

a11ysmith agent-init