From 60e5b2cbc70740f9e25367022401d34260726b7f Mon Sep 17 00:00:00 2001 From: Gagancreates Date: Fri, 8 May 2026 16:45:37 +0530 Subject: [PATCH] chore: drop planning docs from repo --- apps/x/KNOWLEDGE_FILE_VIEWER.md | 246 -------------------------------- apps/x/PLAN-MEDIA.md | 93 ------------ apps/x/PLAN.md | 83 ----------- 3 files changed, 422 deletions(-) delete mode 100644 apps/x/KNOWLEDGE_FILE_VIEWER.md delete mode 100644 apps/x/PLAN-MEDIA.md delete mode 100644 apps/x/PLAN.md diff --git a/apps/x/KNOWLEDGE_FILE_VIEWER.md b/apps/x/KNOWLEDGE_FILE_VIEWER.md deleted file mode 100644 index 55d0f688..00000000 --- a/apps/x/KNOWLEDGE_FILE_VIEWER.md +++ /dev/null @@ -1,246 +0,0 @@ -# Knowledge File Viewer — Research & Implementation Plan - -## Current State - -The gap is a single `
` fallback in `App.tsx:4523–4527`. The decision tree today:
-
-```
-selectedPath ends in .md  →  MarkdownEditor (full ProseMirror, works great)
-selectedPath is anything else  →  
 raw text dump  ← THIS IS THE ENTIRE GAP
-```
-
-Everything else needed already exists:
-
-| What's needed | What exists | Where |
-|---|---|---|
-| Read binary files | `shell:readFileBase64` IPC handler | `apps/main/src/ipc.ts:648–667` |
-| Read text files | `workspace:readFile` with `encoding` param | `packages/shared/src/ipc.ts:55–67` |
-| File type detection | `attachment-presentation.ts` utilities | `renderer/src/lib/attachment-presentation.ts` |
-| Audio player component | `AudioFileCard` (base64 → `