Move backlog to GitHub Projects
Backlog lived in BACKLOG.md; GitHub Projects provides better
tracking and prioritization. Link the project board from AGENTS.md
so agents can find it.

Assisted-by: Claude Opus 4.6 via Claude Code
change nmosxvxqskykzlqkmlwknxyqpnxuzmtp
commit 8751807f7e7d668e0e3e8aefc6613b7e783cdcc7
author Alpha Chen <alpha@kejadlen.dev>
date
parent zmpnkrwq
diff --git a/AGENTS.md b/AGENTS.md
index 51b01e4..d2b52e6 100644
--- a/AGENTS.md
+++ b/AGENTS.md
@@ -2,6 +2,8 @@
 
 Read the README for project context, domain concepts, and design intent.
 
+The [project backlog](https://github.com/users/kejadlen/projects/5/views/1) tracks planned work.
+
 ## Layout
 
 ```
diff --git a/BACKLOG.md b/BACKLOG.md
deleted file mode 100644
index ba1fb49..0000000
--- a/BACKLOG.md
+++ /dev/null
@@ -1,30 +0,0 @@
-# Backlog
-
-## Backlog
-
-### Colorscheme
-
-**What:** A cohesive color palette instead of ad-hoc hex values.
-**Why now:** The app is visually usable but the colors are arbitrary.
-**Done when:**
-- Colors are defined as CSS custom properties
-- Applied consistently across the app
-
-## Icebox
-
-- Delete a series
-- Fixed-schedule recurrence (e.g., "every Monday" vs "7 days after completion")
-- Shared tasks — visible to all users, anyone can mark done
-- CLI interface
-- Don't re-download baseline for snapshots unnecessarily
-- Dark mode
-- Add snapshots of more states to check (adding notes, etc.)
-- Cuprite (Capybara) instead of Ferrum?
-- Make snapshots embiggen images on click
-- Steep
-- Fix pages triggering from release
-- Improve the diff page to highlight differences
-- Status endpoint with debug information
-- Ship the gallery in the docker image
-- Only show the short change id in the footer
-- Email notifications
diff --git a/CLAUDE.md b/CLAUDE.md
new file mode 100644
index 0000000..0076a7a
--- /dev/null
+++ b/CLAUDE.md
@@ -0,0 +1 @@
+See [AGENTS.md](AGENTS.md) for project layout, conventions, and how to run things.