From 21caa96b2d607093072026db52dcab195f8f67f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=9C=A8=20Audrey=20=E2=9C=A8?= Date: Mon, 11 Aug 2025 14:46:19 -0400 Subject: [PATCH] Delete apps/web/src/app/tools/send/send-access/authentication.prompts.md delete invalid file --- .../send-access/authentication.prompts.md | 34 ------------------- 1 file changed, 34 deletions(-) delete mode 100644 apps/web/src/app/tools/send/send-access/authentication.prompts.md diff --git a/apps/web/src/app/tools/send/send-access/authentication.prompts.md b/apps/web/src/app/tools/send/send-access/authentication.prompts.md deleted file mode 100644 index aadd837d862..00000000000 --- a/apps/web/src/app/tools/send/send-access/authentication.prompts.md +++ /dev/null @@ -1,34 +0,0 @@ -# Documentation prompts - -The following prompts were used with Claude 4 - Sonnet to write send documentation. - -## Authentication Flow Diagrams - -Turn a list of steps into a sequence diagram. - -``` -Create a mermaid sequence diagram for the Bitwarden Send protocol authentication flow. Use these components: - -**Components:** -- `try-access.component` - Entry point that attempts to access a send -- `password-authentication.component` - Handles password-based authentication -- `view-content.component` - Displays the send content -- `send-token API` - Server endpoint that issues security tokens - -**Flow Steps:** -1. [Visitor navigates to try-access.] -2. [try-access requests anonymous access from the send-token API] -3. [send-token service replies with 200 and a token.] -4. [try-access redirects to view-content with the token.] -5. [view-content requests the send content from the send-access API with the token.] -6. [the send-access API returns the send content] -[ADD MORE STEPS AS NEEDED] - -**Requirements:** -- Use clear, descriptive labels for each interaction -- Include HTTP status codes where relevant -- Show conditional logic with alt/opt blocks for decision points -- Use proper mermaid sequence diagram syntax -- Generate ONLY the mermaid code block, no additional explanation -- Follow the exact component names provided above -```