Amolith opened
This is to encourage the model to use one tool/CLI invocation for multiple status changes so we can print the updated task list once instead of multiple times, needlessly filling up the context window.
Additionally add text everywhere np t a and np t u occurs inside an
Fprintln call including examples of adding multiple tasks with
multi-line descriptions and updating multiple task statuses. The most
common update pattern is marking one complete and another in_progress,
so definitely use that example for status updates.