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> |
||
|---|---|---|
| .idea | ||
| src | ||
| .gitignore | ||
| Cargo.lock | ||
| Cargo.toml | ||
| PLAN.md | ||