You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
[0.10.0] — 2026-05-05
Added
gsp-accessibility --validate mode — actively scores token sets against WCAG 2.2 AA contrast thresholds, replacing the prior passive reference-only role. Brand-guidelines now gates on this validation before finalizing the design system, blocking releases that would ship inaccessible token combinations (#208, #191)
gspdev-eval-changes dev skill — quality eval for skill/agent/methodology changes. Spawns parallel evaluator agents that score against a fixed 8-dimension rubric (change intent + skill intent coherence + 6 preservation dimensions). Run before merging non-trivial trims and refactors (#184)
Changed
Expertise integration across the brand pipeline.brand-strategy, brand-identity, and brand-guidelines now read domain knowledge from gsp-color, gsp-typography, gsp-visuals, and gsp-accessibility instead of duplicating it. Brand-guidelines invokes gsp-accessibility --validate as a hard gate (#201 covering #189, #190, #198)
Expertise integration across the project pipeline.project-design, project-critique, project-build, and project-review now delegate to expertise skills for color/typography/a11y/icons/visuals knowledge. No more duplicated domain content in pipeline skills (#202 covering #194-#197, #204 covering #193)
gsp-icons becomes the single owner of icon-library knowledge. Resolves long-standing duplication between gsp-icons and gsp-visuals — icon library config, sizing, container rules, and SVG direction now live in one place (#203 covering #192)
Fixed
6 cross-skill path bugs across pipeline skills. Several ${CLAUDE_SKILL_DIR}/../... references resolved to wrong paths after the v0.9.1 colocation refactor — pipeline skills couldn't find templates and references on clean installs. New audit-test linters added to prevent regression of this class of bug (#200 covering #188, #206 covering #199)
Performance
gsp-project-build body trim 538L → 450L via 4 sibling extractions. Heaviest skill in the pipeline (1801 token weight) chipped down toward the red-zone threshold (#207 covering #205)
gsp-project-critic methodology trimmed to 89L. Reduces context cost for the project-critique fork (#187 covering #185)
Methodology trims for double-dispatch agents — across gsp-project-builder, gsp-project-designer, gsp-project-reviewer. Cuts spawn-time context for the heaviest agent paths (#183 covering #85)
Quick wins — icon library config consolidation + drop pass-through token refs from execution_context blocks (#180)