Add export command writing the workspace to a zip archive
tsk export writes every blob in the workspace — tasks, archive, attrs,
backlinks, index, next, remotes — to a zip file. Defaults to ./tsk.zip;
override with -o <path>. Works against either backend by iterating the
Store's logical key namespace, so the on-disk layout in the zip is the
same regardless of whether the source is file-backed or git-backed.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>