From 69b40328a0d0c46f861bd98409e7bc542619c0f3 Mon Sep 17 00:00:00 2001 From: Claude Date: Fri, 3 Jul 2026 11:03:54 +0000 Subject: [PATCH 1/3] docs(readme): tighten wp.org tagline and description wording The tagline and the brand/status color paragraph crammed multiple comma-separated lists into single run-on sentences. Shorten the tagline to one clear claim and split the listiest sentence into shorter ones with more natural rhythm. Co-Authored-By: Claude Sonnet 5 --- SLASHED-for-WP/readme.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SLASHED-for-WP/readme.txt b/SLASHED-for-WP/readme.txt index 58706ea4..1ae29472 100644 --- a/SLASHED-for-WP/readme.txt +++ b/SLASHED-for-WP/readme.txt @@ -8,7 +8,7 @@ Requires PHP: 7.4 License: GPL-2.0-or-later License URI: https://www.gnu.org/licenses/gpl-2.0.html -A no-build CSS framework for WordPress with native Bricks Builder tooling: token pickers, a color browser, class hints, and BEM automation. +A no-build CSS framework for WordPress, with real Bricks Builder support built in. == Description == @@ -20,7 +20,7 @@ The plugin enqueues the framework and wires it into the editors you use, so you A visual editor for every token — brand and status colors, typography, spacing, borders, shadows, fluid scales, z-index — built into WordPress at **SLASHED → Design Settings**, with a live light/dark preview. You only ever set validated token values; there is no raw-CSS field. -Set six brand colors (primary, secondary, tertiary, action, neutral, base) and five status colors (success, warning, error, info, danger), each with an optional separate dark value, and the framework recolors itself. Hover and active states, tints, shades, and tonal steps are all computed for you. +Set the six brand colors (primary, secondary, tertiary, action, neutral, base) and the framework recolors itself — hover and active states, tints, shades, and tonal steps are all computed for you. The five status colors (success, warning, error, info, danger) work the same way. Each one takes an optional separate dark value. The same editor runs as a standalone web app at https://slashed.codeslash.dev/configurator for designing without logging in. "Open in configurator" launches it preloaded with your current tokens; "Import shared config" pulls a shared design back in from a code or link. From 89182bed2a51c0f0a58ff6fafc2ab171c098c5a5 Mon Sep 17 00:00:00 2001 From: Claude Date: Fri, 3 Jul 2026 11:07:30 +0000 Subject: [PATCH 2/3] fix(readme): restore brand-color dark-value coverage in wp.org copy The wording split in the previous commit left "each one takes an optional separate dark value" reading as scoped to status colors only. Brand colors have the same brand_dark override support (class-token-defaults.php), so the readme undersold that. Co-Authored-By: Claude Sonnet 5 --- SLASHED-for-WP/readme.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SLASHED-for-WP/readme.txt b/SLASHED-for-WP/readme.txt index 1ae29472..32e59229 100644 --- a/SLASHED-for-WP/readme.txt +++ b/SLASHED-for-WP/readme.txt @@ -20,7 +20,7 @@ The plugin enqueues the framework and wires it into the editors you use, so you A visual editor for every token — brand and status colors, typography, spacing, borders, shadows, fluid scales, z-index — built into WordPress at **SLASHED → Design Settings**, with a live light/dark preview. You only ever set validated token values; there is no raw-CSS field. -Set the six brand colors (primary, secondary, tertiary, action, neutral, base) and the framework recolors itself — hover and active states, tints, shades, and tonal steps are all computed for you. The five status colors (success, warning, error, info, danger) work the same way. Each one takes an optional separate dark value. +Set the six brand colors (primary, secondary, tertiary, action, neutral, base) and the framework recolors itself — hover and active states, tints, shades, and tonal steps are all computed for you. The five status colors (success, warning, error, info, danger) work the same way. Both groups take an optional separate dark value. The same editor runs as a standalone web app at https://slashed.codeslash.dev/configurator for designing without logging in. "Open in configurator" launches it preloaded with your current tokens; "Import shared config" pulls a shared design back in from a code or link. From c2fe8a4bd37f11a41006fa240d4de1ef6d97fddd Mon Sep 17 00:00:00 2001 From: Claude Date: Fri, 3 Jul 2026 12:31:20 +0000 Subject: [PATCH 3/3] fix(readme): correct status color count to four MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The framework has four status colors (success, warning, info, danger), not five — --sf-color-error was removed and renamed to --sf-color-danger (see SLASHED's docs/migration.md and token-registry.json). Aligns with the correct count already used in the copy-wip readme draft. Co-Authored-By: Claude Sonnet 5 Claude-Session: https://claude.ai/code/session_016rBJXkhpA2ZvDxsoRWFZGG --- SLASHED-for-WP/readme.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SLASHED-for-WP/readme.txt b/SLASHED-for-WP/readme.txt index 32e59229..f6ba61e4 100644 --- a/SLASHED-for-WP/readme.txt +++ b/SLASHED-for-WP/readme.txt @@ -20,7 +20,7 @@ The plugin enqueues the framework and wires it into the editors you use, so you A visual editor for every token — brand and status colors, typography, spacing, borders, shadows, fluid scales, z-index — built into WordPress at **SLASHED → Design Settings**, with a live light/dark preview. You only ever set validated token values; there is no raw-CSS field. -Set the six brand colors (primary, secondary, tertiary, action, neutral, base) and the framework recolors itself — hover and active states, tints, shades, and tonal steps are all computed for you. The five status colors (success, warning, error, info, danger) work the same way. Both groups take an optional separate dark value. +Set the six brand colors (primary, secondary, tertiary, action, neutral, base) and the framework recolors itself — hover and active states, tints, shades, and tonal steps are all computed for you. The four status colors (success, warning, info, danger) work the same way. Both groups take an optional separate dark value. The same editor runs as a standalone web app at https://slashed.codeslash.dev/configurator for designing without logging in. "Open in configurator" launches it preloaded with your current tokens; "Import shared config" pulls a shared design back in from a code or link.