From e1b46198bbf069737bc32c1c9f90f847c563f5a7 Mon Sep 17 00:00:00 2001 From: Claude Date: Mon, 3 Nov 2025 21:10:45 +0000 Subject: [PATCH] Change 'repeating' to 'recurring' for tasks feature MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updated terminology to use standard "recurring tasks" instead of "repeating tasks". Also updated frontmatter fields: - repeat -> recurs - repeat_until -> recurs_until "Recurring" is the more common and standard term in task management. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- PLAN.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PLAN.md b/PLAN.md index 0e5bd1d..c227c3e 100644 --- a/PLAN.md +++ b/PLAN.md @@ -739,12 +739,12 @@ mod android { - [ ] Easy onboarding for Google Tasks users #### Advanced Task Management -- [ ] **Repeating tasks** (tasks that automatically uncomplete and reschedule) +- [ ] **Recurring tasks** (tasks that automatically uncomplete and reschedule) - When completed, task automatically returns to backlog - Due date updates by specified interval (e.g., +1 day, +1 week, +1 month) - Intervals: daily, weekly, monthly, yearly, custom (e.g., "every 3 days") - Optional: limit number of repetitions or end date - - Stored in frontmatter: `repeat: "daily"`, `repeat_until: "2026-01-01"` + - Stored in frontmatter: `recurs: "daily"`, `recurs_until: "2026-01-01"` - [ ] Task templates (save common tasks) - [ ] Bulk operations (select multiple, bulk edit) - [ ] Full-text search across all tasks