; fixme-files **/*.hs docs/devlog.md ; no-debug ; debug fixme-prefix FIXME: fixme-prefix TODO: fixme-prefix PR: fixme-prefix REVIEW: fixme-git-scan-filter-days 30 fixme-attribs assigned workflow fixme-attribs resolution cat scope fixme-value-set workflow new backlog wip test fixed done fixme-value-set cat bug feat refactor fixme-value-set scope mvp-0 mvp-1 backlog fixme-files **/*.txt docs/devlog.md fixme-files **/*.hs ; fixme-files **/Run.hs fixme-file-comments "*.scm" ";" fixme-comments ";" "--" (fixme-update-action (append-file ".fixme-new/log" $1) ) (fixme-play-log-action (play-log-file ".fixme-new/log") ) (fixme-play-log-action (hello kitty) ) (define-template short (simple (trim 10 $fixme-key) " " (if (~ FIXME $fixme-tag) (then (fgd red (align 6 $fixme-tag)) ) (else (if (~ TODO $fixme-tag) (then (fgd green (align 6 $fixme-tag))) (else (align 6 $fixme-tag)) ) ) ) " " (align 8 ("[" $workflow "]")) " " (align 12 $assigned) " " (align 20 (trim 20 $committer-name)) " " (trim 50 ($fixme-title)) " " (nl) ) ) (set-template default short) ; update