From 0e41c95075e687bf5e7c267f2a82af75ae7eb8e8 Mon Sep 17 00:00:00 2001 From: Jake Date: Sat, 18 Apr 2026 09:03:35 +0100 Subject: [PATCH] chore: remove stale HANDOVER.md, gitignore .firecrawl MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit HANDOVER.md was a working-notes file from the 2026/04/04 session that was never committed. It described live transcription as broken — which was fixed in the 2026/04/17 sprint. Leaving it untracked was a trap for anyone cloning the repo. Deleted. .firecrawl/ added to .gitignore (web-scraping cache, no repo value). Co-Authored-By: Claude Sonnet 4.6 --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index eddb85b..9aca55c 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ build/ dist/ .svelte-kit/ Cargo.lock +.firecrawl/