Add a title field to step meta - #228
Open
benbaarber wants to merge 1 commit into
Open
Conversation
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.
This was referenced Aug 21, 2026
ben-emp
force-pushed
the
ben/step-meta-title
branch
2 times, most recently
from
August 21, 2026 16:10
40c96ad to
45121af
Compare
|
🔍 Preview deployed: https://288d6033.toolpath.pages.dev |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds an optional
titlefield toStepMeta, completing the set —GraphMetaandPathMetaalready had it. A short human-readable title for the step, promoted to a first-class key in the JSON Schema and typed structs; existing documents are unaffected.First of a three-PR stack: this one completes
meta.titlecoverage, the next adds--title/--descriptionflags topath share, and the last teaches the Claude Code plugin to use them.