Skip to main content

Module board

Module board 

Source
Expand description

Board management — kanban.md rotation of done items to archive.

Structs§

ArchiveSummary
Summary returned by archive_tasks.

Functions§

archive_done_tasks
Archive done tasks by moving their files from tasks/ to archive/.
archive_tasks
Move task files to archive subdirectory, preserving content unchanged.
done_tasks_older_than
List done tasks older than the given age threshold.
parse_age_threshold
Parse an age threshold string (“7d”, “24h”, “2w”, “0s”) into a Duration.
rotate_done_items
Rotate done items from kanban.md to kanban-archive.md when the count exceeds threshold.