notesctl (Apple Notes, low-token) Goal Minimize token usage and avoid fragile quoting by routing Apple Notes operations through bundled scripts. Quick start Create a new note (deterministic title/body) - JSON stdin (recommended): - Direct args: List/search/export Output conventions - Keep receipts short: . Notes on editing Editing existing notes is inherently more fragile: - Prefer append workflows or create a new note with a reference. - If the user explicitly wants interactive editing, use (manual selection + editor). ---