- Every progress report must include a visual progress bar.
- Use the task table in
task_plan.mdas the source of truth. - Show at least:
- overall percentage
- completed/total tasks
- bar visualization
- Use this format in each report:
进度: <percent>% [<bar>] <done>/<total>
- Bar width: 20 characters.
- Filled:
# - Empty:
-
done: number of tasks with statuscompleted.total: number of tasks with status in{completed, in_progress, pending}.percent = done / total * 100(keep one decimal place).