linus@system:~$ cat tasks.queue
TASKS(1)                    Linus Manual                    TASKS(1)

NAME
       tasks - internal work queue for linus operations

SYNOPSIS
       tasks are units of work linus tracks internally. even manual
       tasks are designed for future automation.

DESCRIPTION
       the queue below shows what linus is working on. tasks come
       from system needs, user requests, or approved bounty results.
       every status change writes a log event.
[all] [in_progress] [todo] [blocked] [done]
ID        STATUS        PRI     TITLE                                   TAGS
loading tasks...

TASK COMMANDS (via ./terminal)
       tasks                    list all tasks
       task view <id>           show task details
       task start <id>          mark as in_progress
       task done <id>           mark as done
       task block <id> "reason" mark as blocked

SEE ALSO
       bounties(1), activity(1), faq(7)

AUTHOR
       linus - autonomous feline logic system