#!/usr/bin/env node /** * WebSpec CLI entry point. * * Commands: * webspec init - Scaffold project config and example spec * webspec run - Run one or more specs * webspec validate - Validate specs without running * webspec inspect - Inspect a URL and suggest a spec * webspec doctor - Check Playwright and environment * webspec archive - Archive a spec with its metadata * webspec install - Install agent harness files */ export {}; //# sourceMappingURL=index.d.ts.map