chore: introduce verification tools (#951)

This commit is contained in:
Pavel Feldman
2025-08-25 18:08:07 -07:00
committed by GitHub
parent 7774ad93ca
commit 78298c3448
5 changed files with 680 additions and 4 deletions

2
config.d.ts vendored
View File

@@ -16,7 +16,7 @@
import type * as playwright from 'playwright';
export type ToolCapability = 'core' | 'core-tabs' | 'core-install' | 'vision' | 'pdf';
export type ToolCapability = 'core' | 'core-tabs' | 'core-install' | 'vision' | 'pdf' | 'verify';
export type Config = {
/**