Expand description
Board management — kanban.md rotation of done items to archive.
Structs§
- Archive
Summary - Summary returned by
archive_tasks.
Functions§
- archive_
done_ tasks - Archive done tasks by moving their files from
tasks/toarchive/. - 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.