You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Package notes is the Notes togo plugin: Knowledge base + task board + AES-256-GCM secret vault (PIN-gated, ciphertext never leaves the server), one-time/public share links, and convert-note-to-published-content.
//
// It self-registers a provider on blank-import and mounts its routes onto the
// kernel. The concrete implementation is ported from the fadymondy.com app under
// internal/server — this scaffold wires the provider + a health route.