fix: audit UK/US spelling consistency (#36) #64

Merged
Charon merged 1 commit from fix/uk-spelling-consistency into main 2026-02-24 13:20:25 +00:00
Member

Summary

  • Audited all PHP files for US English spellings per CLAUDE.md convention
  • Fixed OrganizeOrganise in Mcp/Servers/Marketing.php docstring (the only US spelling in comments/prose)
  • Marked TODO.md CON-001 as complete

Notes

CSS/JS identifiers (borderColor, backgroundColor, transition-colors) and PHP array keys that form interface contracts with the host-uk/core parent package are unchanged — these are language/framework identifiers, not prose.

Test plan

  • Verify the Marketing.php docstring reads "Organise into projects"
  • No functional code changed, no test changes required

Closes #36

🤖 Generated with Claude Code

## Summary - Audited all PHP files for US English spellings per CLAUDE.md convention - Fixed `Organize` → `Organise` in `Mcp/Servers/Marketing.php` docstring (the only US spelling in comments/prose) - Marked TODO.md CON-001 as complete ## Notes CSS/JS identifiers (`borderColor`, `backgroundColor`, `transition-colors`) and PHP array keys that form interface contracts with the `host-uk/core` parent package are unchanged — these are language/framework identifiers, not prose. ## Test plan - [ ] Verify the Marketing.php docstring reads "Organise into projects" - [ ] No functional code changed, no test changes required Closes #36 🤖 Generated with [Claude Code](https://claude.ai/claude-code)
Clotho added 1 commit 2026-02-23 15:42:52 +00:00
fix: use UK English spelling in MCP server docstring (#36)
Some checks failed
CI / PHP 8.3 (pull_request) Failing after 3s
CI / PHP 8.4 (pull_request) Failing after 2s
7d6081bdd7
Audited all PHP files for US English spellings per CLAUDE.md convention.
Fixed "Organize" → "Organise" in Mcp/Servers/Marketing.php docstring.

CSS/JS identifiers (borderColor, backgroundColor, transition-colors) and
array keys that form interface contracts with the host-uk/core package are
unchanged as they are not prose.

Closes #36

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Charon merged commit 6a1709fca9 into main 2026-02-24 13:20:25 +00:00
Charon deleted branch fix/uk-spelling-consistency 2026-02-24 13:20:25 +00:00
Sign in to join this conversation.
No description provided.