AlphaEarly preview — features may change

[CONFIGURATION]

Settings, notes, and project config.

Config Directory

After running getwired init, a .getwired/ directory is created in your project root:

.getwired/
config.json — provider, URL, device settings
notes.md — testing notes for the AI
baselines/ — baseline screenshots for regression
reports/ — test reports

Settings

Configure GetWired via the interactive dashboard or by editing .getwired/config.json directly:

{
  "provider": "claude-code",
  "url": "http://localhost:3000",
  "device": "both",
  "scope": null,
  "screenshotsEnabled": true,
  "accessibilityAudit": true
}

Notes

The .getwired/notes.md file lets you give the AI context about your app. Add known issues, areas to focus on, or things to skip. The AI reads these before every test run.

# Testing Notes
- The /admin route requires auth, skip it for now
- Focus on the checkout flow, we just rewrote it
- Known issue: date picker is broken on Safari