[2.6.0] Remove feedback-codifier agent, update docs theme and style

- Remove feedback-codifier agent from workflow agents (24 → 23 agents)
- Update all component counts across plugin.json, README, and docs site
- Update docs CSS theme (hue: 243, saturation: 1, contrast: 0.71)
- Apply Every style guide fixes (number formatting: "2" → "two", etc.)
- Add v2.6.0 changelog entry to docs site

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Kieran Klaassen
2025-11-26 11:58:29 -08:00
parent 1da08afa00
commit 733e59a7a5
13 changed files with 90 additions and 145 deletions

View File

@@ -7,9 +7,9 @@
:root {
/* Theme configuration */
--theme-hue: 250;
--theme-saturation: 0.3;
--theme-contrast: 0.85;
--theme-hue: 243;
--theme-saturation: 1;
--theme-contrast: 0.71;
/* Fonts */
--font-text: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;