start_config
Starts the audit configuration process. Loads settings from ENGINEERING_AUDIT_CONFIG if provided; otherwise, opens an interactive setup page in the browser.
Instructions
Begin configuring the audit run.
If the ENGINEERING_AUDIT_CONFIG environment variable names a path to
a valid AuditConfig JSON file, it is loaded immediately (the
documented headless/CI path); an invalid or unreadable file is a
loud error, never a silently-applied default. Otherwise this starts
the interactive localhost configuration page, opens it in the user's
browser when one is available (best-effort; the response's
opened_in_browser field says whether a tab actually opened), and
returns its URL for the agent to show the user as the fallback.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||