From 6118705c373e674d99a4d61dd7db7793d401956a Mon Sep 17 00:00:00 2001 From: Thomas Faour Date: Mon, 27 Jul 2026 14:46:17 +0000 Subject: [PATCH] Fix corrupted text in CLAUDE.md Two bullets had a stray "a \"coming up this week\" widget" phrase overwriting their actual sentence ending (the AGPL bullet's "silently accepting it)" and the mobile-breakpoint bullet's "below it"), likely from an earlier bad edit. Restored both from git history; the phrase still exists correctly once, as its own CURRENT TODO bullet. --- CLAUDE.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/CLAUDE.md b/CLAUDE.md index d411b2d..4086bca 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -39,8 +39,7 @@ Start here, don't re-derive from scratch: license via `pip show`/package metadata -- including transitive deps, not just the top-level package -- and present the finding and tradeoff in plain text rather than picking an approach unilaterally (hand-rolling - an alternative, swapping packages, silently accepting - a "coming up this week" widget). This project + an alternative, swapping packages, silently accepting it). This project has knowingly accepted AGPL-3.0-or-later exposure once already (`icalendar-searcher`, a transitive dep of `caldav`) as a deliberate, explicit call -- not a precedent for skipping the check next time. @@ -81,8 +80,7 @@ Start here, don't re-derive from scratch: - **New/changed UI must work at both desktop and mobile widths -- screenshot both, don't assume one implies the other.** The layout genuinely forks at the 860px breakpoint (`theme.css`): the sidebar - goes off-canvas behind a hamburger below - a "coming up this week" widget. A dialog, header + goes off-canvas behind a hamburger below it. A dialog, header control, or new widget that looks right at a wide viewport can overflow, overlap the mobile bar, or mis-center at phone widths. `run-server`'s driver has a `viewport` command for exactly this