summaryrefslogtreecommitdiffstats
path: root/TODO.md
diff options
context:
space:
mode:
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/TODO.md b/TODO.md
new file mode 100644
index 0000000..ae59dbc
--- /dev/null
+++ b/TODO.md
@@ -0,0 +1,18 @@
+# TODO
+
+## Active
+
+- [ ] Add `publish` with dry-run support for rsync/scp-style targets.
+- [ ] Add a real Gemini preview server with local TLS configuration.
+- [ ] Add Atom feed generation.
+- [ ] Add richer template/theme support without making simple capsules harder.
+
+## Blocked
+
+- [ ] Decide final project/module name before publishing binaries.
+
+## Done
+
+- [x] Create initial Go CLI architecture - 2026-07-07
+- [x] Add `gemcms add <file.md|file.gmi>` import workflow - 2026-07-07
+- [x] Add directory import, one-shot capsule creation, and status/health commands - 2026-07-07