Blocked by #181.
Once meta has a first-class description field, expose a way to set it when sharing:
path share --description "..." — stamp the description onto the uploaded document's meta
path p export pathbase --description "..." — same for the plumbing surface
- Consider
path p merge --description "..." alongside the existing --title, since merge is where multi-path graphs are assembled
The description travels inside the document (meta.description), so no Pathbase API change is needed — the server already stores the full graph header on upload. Rendering it is tracked on the Pathbase side.
Blocked by #181.
Once meta has a first-class
descriptionfield, expose a way to set it when sharing:path share --description "..."— stamp the description onto the uploaded document's metapath p export pathbase --description "..."— same for the plumbing surfacepath p merge --description "..."alongside the existing--title, since merge is where multi-path graphs are assembledThe description travels inside the document (
meta.description), so no Pathbase API change is needed — the server already stores the full graph header on upload. Rendering it is tracked on the Pathbase side.