Glyph 0.3.0 is live — audit gates, glyph_seal, Whyboard + Story templates #116
seanhanca
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
v0.3.0 is live — the "best-in-class" release. Five PRs closed five sharp gaps that separated Glyph from "another chart library." All backward-compatible with v0.2.0.
📝 Full essay: Charts for agentic frameworks (0.3.0)
📦 Release notes: https://github.com/seanhanca/glyph/releases/tag/v0.3.0
What shipped
glyph_sealglyph_verify. Emits SHA-256 over (spec, rows, schema) WITHOUT rendering the SVG — useful when a verifier already has the bytes or you want hashes for a content-addressable cache.glyph_spec_patcherror: "audit_regression"unless the caller passesacknowledged: true.Counts after 0.3.0
Try it now (no install)
The playground supports
?example=<id>deep links. Click any of these to land directly on a 0.3.0 template:Install
Or in
package.json:{ "@glyph/core": "^0.3.0", "@glyph/mcp": "^0.3.0" }What's next
The five-PR push was a "fill the gaps" release — every PR closed a specific weakness in the agent-stack story. Next on the roadmap (in priority order):
glyph_render→glyph_audit_spec→glyph_spec_patch→glyph_sealso callers can copy-paste a working end-to-end loop.If you build agent stacks, the new verbs are
glyph_sealand the updatedglyph_spec_patch. Drop a thread under Q&A if you hit anything unexpected, or under Show and tell if you ship something with it — there's a companion thread in Show and tell with use-case demos that I'd love yours added to.🤖 The five PRs were written, reviewed, and merged by Claude. Same loop the library is designed to support is the loop that maintains it.
Beta Was this translation helpful? Give feedback.
All reactions