From dfa2cec64663d6a4c775d56fd69e10e1761fd2f6 Mon Sep 17 00:00:00 2001 From: Pascal Martineau Date: Thu, 25 Sep 2025 13:34:51 -0400 Subject: [PATCH] minor: update tasks --- .claude/CLAUDE.md | 6 +++--- .claude/TASKS.md | 2 ++ 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.claude/CLAUDE.md b/.claude/CLAUDE.md index 43b3c8d..563ecf2 100644 --- a/.claude/CLAUDE.md +++ b/.claude/CLAUDE.md @@ -3,13 +3,13 @@ ## 🚨 CRITICAL WORKFLOW REQUIREMENTS ### Before Starting ANY Work Session: -1. **ALWAYS read `PLANNING.md`** - Contains current project status, decisions, and context -2. **Check `TASKS.md`** - Review all pending tasks and their priorities +1. **ALWAYS read `.claude/PLANNING.md`** - Contains current project status, decisions, and context +2. **Check `.claude/TASKS.md`** - Review all pending tasks and their priorities 3. **Mark completed tasks immediately** - Update task status as you complete work 4. **Add newly discovered tasks** - Document any new tasks you identify during work ### Task Management Protocol: -- Update `TASKS.md` with progress and completion status +- Update `.claude/TASKS.md` with progress and completion status - Add context and notes for future sessions - Prioritize tasks based on current project phase - Document dependencies and blockers diff --git a/.claude/TASKS.md b/.claude/TASKS.md index 1e479b2..052c532 100644 --- a/.claude/TASKS.md +++ b/.claude/TASKS.md @@ -71,6 +71,7 @@ Use GitHub-style checkboxes to mark task completion: - [x] Configure GraphQL schema for ACF fields - [x] Test GraphQL queries for all content types - [x] Set up GraphQL authentication and permissions +- [ ] Customize MediaItem GraphQL type to include center (x/y) fields --- @@ -161,6 +162,7 @@ Use GitHub-style checkboxes to mark task completion: - [ ] Implement virtual pages (redirect to first child) - [ ] Build content search and filtering - [ ] Create content categorization system +- [ ] Handle richtext content display on frontend ### Missing Core Components - [x] Create TheContributor node component