Find a file
Claude d1258e7864
Add repeating tasks feature to Phase 7
Added detailed repeating tasks functionality to Advanced Features:

How it works:
- When a repeating task is completed, it automatically:
  1. Returns to backlog status
  2. Updates due date by specified interval

Supported intervals:
- daily, weekly, monthly, yearly
- Custom intervals (e.g., "every 3 days")
- Optional end date or repetition limit

Frontmatter fields:
- repeat: "daily" | "weekly" | "monthly" | "yearly" | "every N days/weeks/months"
- repeat_until: (optional) end date for repetitions

Example use cases:
- Daily standup notes
- Weekly review tasks
- Monthly bill payments
- Quarterly reports

This is a Phase 7 feature as it requires background processing
to check completed tasks and reset them based on intervals.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-03 21:09:42 +00:00
.idea bevy hello world 2025-08-24 05:45:43 -07:00
src bevy hello world 2025-08-24 05:45:43 -07:00
.gitignore bevy hello world 2025-08-24 05:45:43 -07:00
Cargo.lock bevy hello world 2025-08-24 05:45:43 -07:00
Cargo.toml bevy hello world 2025-08-24 05:45:43 -07:00
PLAN.md Add repeating tasks feature to Phase 7 2025-11-03 21:09:42 +00:00