v0.9.2 — brand_enrich_skill + GitHub org rename
Patch release bundling two additive changes.
Added
- `brand_enrich_skill` tool (S010 N-2 PR3). Takes a Claude Design-style auto-generated `SKILL.md`, diffs it against this project's `.brand/governance/` YAML (narrative-library, valid-proof-points, anti-patterns, application-rules, taste-codes), and returns an enriched `SKILL.md` with missing governance content injected, cited by ID, and grouped into canonical sections. Additive only — never rewrites existing content; appends to existing guardrail-like sections ("Hard rules", "Guardrails") instead of duplicating. Response shape includes `diff_summary` with per-category add counts plus warnings. +14 tests.
Changed
- GitHub org rename. Repo moved from `github.com/Brand-System/brandsystem-mcp` to `github.com/Brandcode-Studio/brandsystem-mcp`. Updated `repository.url`, `bugs`, `mcpName` (`io.github.Brandcode-Studio/brandsystem-mcp`), `server.json.name`, and all README/llms.txt badge + link references. MCP registry consumers with the old identifier cached will re-discover on next refresh.
Tests
477 → 491. Zero behavior change for the existing stdio tool surface.