calendar: fix stale docs and remove unnecessary METHOD from todo add

- Remove duplicate email rule in TOOLS.md
- Add todo mutations to sync description in TOOLS.md
- Remove METHOD:REQUEST from todo add ICS (no longer emailed)
- Update todo check description in SKILL.md
This commit is contained in:
Yanxin Lu
2026-03-23 14:48:05 -07:00
parent ab9f7da592
commit b2ff8effd4
3 changed files with 4 additions and 6 deletions

View File

@@ -218,7 +218,7 @@ $SKILL_DIR/scripts/calendar.sh todo delete --match "保险报销"
$SKILL_DIR/scripts/calendar.sh todo check
```
Same as `todo list` but only NEEDS-ACTION items. Exits silently when no pending items. Output is designed for piping to himalaya.
Same as `todo list` but only pending items. Exits silently when nothing is pending.
---