mirror of
https://github.com/larksuite/cli.git
synced 2026-07-07 17:45:15 +08:00
The standup workflow and the +get-my-tasks reference both implied a "pending todo summary" use case but did not pass --complete=false in the example commands. As a result, completed tasks were surfaced into standup/daily summaries as if they were still pending. This change updates the workflow and reference docs only — the underlying command behavior is unchanged. Closes #993