From c5be5207722dc8c17d2e23230ad35597362df367 Mon Sep 17 00:00:00 2001 From: Harivansh Rathi Date: Wed, 1 Apr 2026 16:13:45 +0000 Subject: [PATCH] update todos --- TODO.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/TODO.md b/TODO.md index 6b557b9..c321015 100644 --- a/TODO.md +++ b/TODO.md @@ -4,4 +4,8 @@ - [x] Switch the monorepo from `npm` workspaces to `pnpm`. - [x] Add root formatting, verification, and Go formatting rails. - [x] Add hard boundary checks so apps and packages cannot drift across lanes with private imports. -- [ ] Make the first contract-backed mount loop real: node registration, export inventory, mount profile issuance, and a Finder-mountable WebDAV export. +- [x] Make the first contract-backed mount loop real: node registration, export inventory, mount profile issuance, and a Finder-mountable WebDAV export. +- [ ] Add a manual E2E runbook for remote-host WebDAV testing from a Mac over SSH tunnel. +- [ ] Surface exports and issued mount URLs in the web control plane. +- [ ] Define the Nix/module shape for installing the node agent and export runtime on a NAS host. +- [ ] Decide whether the node agent should self-register or stay control-plane registered by bootstrap tooling.