What problem does it solve? Verifying that Guardian operator authentication, session login, and dashboard account APIs work end-to-end requires manually coordinating a server, a browser UI, and a local Falcon signer, which is error-prone and slow to repeat. ## Core Features & Use Cases - Guided Manual Smoke Flow: Step-by-step instructions for starting Guardian with operator public keys, launching the operator-smoke-web UI, logging in, listing accounts, and logging out. - Automated Browser Run: A Playwright-based script drives the local signer UI, performs challenge login, exercises account, delta, proposal, and pagination endpoints, and verifies logout invalidates the session. - Flexible Targets: Supports local workspace, remote deployed Guardian, and published npm operator client package configurations. - Use Case: After changing dashboard API code in the Guardian server, run the automated smoke script against a local server to confirm login, account listing, pagination, and logout all behave correctly before merging. ## Quick Start Ask the agent to run the operator dashboard smoke test against a local Guardian server using the bundled automation script.