v0.5.2 — PDF Export + Runtime Slicing
Two features driven by real user feedback.
Brand Guide PDF Export
brand_export target='pdf' generates a structured brand guide PDF with color swatches, typography specimens, visual rules, and voice summary. Built with pdf-lib — no browser dependency. Works everywhere, even in Cursor where Chrome isn't available.
Closes the feature gap with dembrandt's --brand-guide flag.
Runtime Slicing for Sub-Agents
brand_runtime now accepts a slice parameter:
full(~1200 tokens) — everything, defaultvisual(~200 tokens) — colors, typography, logo, anti-patterns, compositionvoice(~400 tokens) — tone, vocabulary, never-say, perspectiveminimal(~100 tokens) — primary color, heading font, logo reference
From Mira's production testing: full runtime injection causes agent satisficing — "more tokens in = more surface for distraction." Visual-only for code agents, voice-only for copy agents, minimal for quick edits. Each sub-agent gets exactly the context it needs.
Numbers
36 tools. 337 tests. 7 export targets. 4 runtime slices.