Skip to content

Set the title and description in the share flow - #221

Open
benbaarber wants to merge 4 commits into
mainfrom
ben/share-description
Open

Set the title and description in the share flow#221
benbaarber wants to merge 4 commits into
mainfrom
ben/share-description

Conversation

@benbaarber

@benbaarber benbaarber commented Aug 17, 2026

Copy link
Copy Markdown
Collaborator

path share and path p export pathbase gain --title and --description, which stamp meta.title and meta.description onto the uploaded document's graph header (issue #182). Both travel inside the document, so they work on the anonymous endpoint too and need no Pathbase API change; without the flags, upload bodies remain byte-identical to before. path p merge gains --description alongside the existing --title.

A new --title flag (rather than reusing --name) because --name is a server-side catalog label that forces auth and can't reach the anonymous endpoint.

Second of a three-PR stack, on top of #228 (whose commit shows in the diff until the base is retargeted — GitHub refused the base change: "pull request is part of a stack"); a follow-up teaches the Claude Code plugin to use these flags.

@github-actions

github-actions Bot commented Aug 17, 2026

Copy link
Copy Markdown

🔍 Preview deployed: https://80a9a9f4.toolpath.pages.dev

Base automatically changed from ben/meta-description to main August 21, 2026 15:50
GraphMeta and PathMeta already had title; StepMeta now carries the same
optional short human-readable title, first-class in the schema and typed
structs. Existing documents are unaffected.
Stamps meta.description onto the uploaded document's graph header at
the run_pathbase_inner funnel, so both share and p export pathbase get
it, including the anon endpoint and the fresh-cache share path. Without
the flag the body is uploaded verbatim. p merge gains --description
alongside --title.

path-cli 0.17.0 -> 0.18.0.

Closes #182
Stamps meta.title into the uploaded document alongside --description,
so it works on the anonymous endpoint too. Bodies without either flag
stay byte-identical.
@ben-emp
ben-emp force-pushed the ben/share-description branch from e12106d to 100de0b Compare August 21, 2026 16:06
@benbaarber benbaarber changed the title Allow setting the graph description in the share flow Set the title and description in the share flow Aug 21, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant