From 9b8c077653861b9507e3b5dd75272879ceac318c Mon Sep 17 00:00:00 2001 From: Sebastian Kuzminsky Date: Sun, 20 Jul 2025 11:58:47 -0600 Subject: [PATCH] remove Todo file, we have entomologist-data now --- Todo.md | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 Todo.md diff --git a/Todo.md b/Todo.md deleted file mode 100644 index 9594c71..0000000 --- a/Todo.md +++ /dev/null @@ -1,19 +0,0 @@ -# To do - -* migrate this todo list into entomologist - -* implement user control over state transitions - -* implement `ent comment ${ISSUE} [-m ${MESSAGE}]` - - each issue dir has a `comments` subdir - - each comment is identified by a sha1-style uid - - each comment is a file or directory under the `${ISSUE}/comments` - - comments are ordered by ctime? - -* implement `ent edit ${COMMENT}` - -* implement `ent attach ${ISSUE} ${FILE}` - - each issue has its own independent namespace for attached files - - issue description & comments can reference attached files via standard md links - -* write a manpage -- 2.47.3