From 45dcfe21d9580f3f3a481f40590d7ed04c28c280 Mon Sep 17 00:00:00 2001 From: Ivan Pereira <183991+ivanrvpereira@users.noreply.github.com> Date: Mon, 23 Feb 2026 11:16:22 +0000 Subject: [PATCH] Remove project structure from README --- README.md | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/README.md b/README.md index d9b4501..48041e4 100644 --- a/README.md +++ b/README.md @@ -99,28 +99,6 @@ bun test # Run tests bunx tsc --noEmit # Type check ``` -### Project structure - -``` -src/ - index.ts # Extension entry — registers tool and commands - constants.ts # Shared constants (User-Agent, API version) - auth/ - login.ts # macOS app extraction + email OTP flow - storage.ts # Token persistence (~/.config/pi-perplexity/auth.json) - commands/ - login.ts # /perplexity-login slash command handler - search/ - types.ts # Type definitions (StreamEvent, SearchResult, errors) - client.ts # POST to SSE endpoint, event merging, result extraction - stream.ts # SSE line parser + incremental event merging - format.ts # SearchResult → LLM-readable text - render/ - call.ts # TUI component for tool call display - result.ts # TUI component for tool result display - util.ts # Shared render utilities -``` - ## License MIT — see [LICENSE](LICENSE) for details.