docs: add telemetry section to ARCHITECTURE.md and ABSTRACTIONS.md

Also adds Playwright smoke test for consent dialog and mock handler
for reinit_telemetry command.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Test
2026-03-25 16:22:51 +01:00
parent 91854f8bae
commit 3cb55fe752
4 changed files with 146 additions and 0 deletions

View File

@@ -270,6 +270,7 @@ export const mockHandlers: Record<string, (args: any) => any> = {
register_mcp_tools: () => 'registered',
check_mcp_status: () => 'installed',
repair_vault: (): string => 'Vault repaired',
reinit_telemetry: (): null => null,
}
export function addMockEntry(_entry: VaultEntry, content: string): void {