Skip to Main
schemawp

v.1.0.0

Release date: 18/06/2026

New features

  • Post management tools — agents can get, create, update, and delete posts and custom post types
  • get_tool_schema MCP tool returns exact tool definitions to reduce hallucinated calls
  • color-assignments skill for guiding background and text color choices
  • Category-based key browsing in get_config, with compact and density scoping for leaner agent context
  • Key-to-skill hint map derived automatically from the token registry

Improvements

  • Rewrote agent skills with clearer fetch specs and a refreshed Style Guide skill
  • Curated high/low density tiers across all token categories so agents fetch only the most relevant keys
  • Skills are now enabled by default unless explicitly turned off
  • Style Guide renders real font weights, a Cards section, and ACSS shade variables instead of hardcoded values
  • Added behavior rule requiring the relevant skill to load before any patch or advice
  • Constrained get_site_context category to a fixed set of values to prevent invalid requests
  • Removed validation on color and button keys to allow free-text values
  • Removed the unenforceable skills_loaded parameter from apply_patch
  • Token registry rebuilt and expanded

Bug Fixes

  • get_config returned different values when querying color keys by category versus directly
  • Patches passed alongside skills_loaded were silently skipped
  • OAuth consent no longer requires the manage_options capability
  • Post search-and-replace skipped batches that contained duplicate search strings
  • Unpublished posts reported a zero modified timestamp
  • Typography default anchor corrected (mob-heading-scale is 1.2, not 1.25)
  • Shade override handling
  • Ghost radius skill registration and stale key-to-skill hint map
  • Accept empty-string values for css_value and px_string token types
  • apply_patch now handles both JSON string and object input
  • WPCS formatting issues