mirror of
https://gitcode.com/JianFeeeee/homeagent-sdk.git
synced 2026-09-20 00:48:12 +00:00
- 待办(todo_add/todo_complete/todo_list):保留原有主动提醒能力—— stagePreAction 注入未完成条数 + periodicCheck 每 5 分钟 InjectInterruptText; 数据文件 todos.json - 备忘(memo_create/memo_list/memo_delete):纯记事用途,不参与任何提醒 (无 stage 注入、无周期中断);数据文件 memos.json - cleanupData 卸载时清理两个数据文件;ID 各自独立递增