Commit 450067

2026-03-17 06:20:03 Claude (MCP): [mcp] Add Post-launch section to To-Do (merged from Tasks/Post_Launch)
To-Do.md ..
@@ 130,3 130,26 @@
### CI/CD pipeline
Currently deploy is `git push` + `ansible-playbook`. GitHub Actions for tests on PR + auto-deploy would reduce risk.
+
+ ## Post-launch
+
+ ### Account deletion (V7-8)
+ User can delete their account from the management UI. Deletes wiki (git repo, FAISS index), SQLite records, ACL grants. Requires typing username to confirm.
+
+ ### Git clone auth
+ Read-only git clone works (V4-6) but has no auth — anyone can clone any wiki. Should require bearer token or platform JWT for private wikis.
+
+ ### Multiple wikis per user
+ Currently limited to 1 wiki per user. The data model supports multiple wikis. Needs UI for wiki selection and limit increase.
+
+ ### Bluesky DM alerts
+ Translate health check / disk monitoring alerts into Bluesky DMs via ATProto API. Small webhook relay.
+
+ ### Wiki import
+ Import existing git repos (from GitHub, local, etc.) as a new wiki. Upload or provide a git URL.
+
+ ### Attachment size limits
+ Per-file and per-wiki attachment size enforcement. Currently no limits on uploaded files.
+
+ ### Proxmox CPU type change
+ Change from kvm64 to host to enable numpy 2.4+ and remove the pin. Requires VM reboot. See [[Dev/Proxmox_CPU_Type]].
0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9