Merge pull request 'fix: audit UK/US spelling consistency (#36)' (#64) from fix/uk-spelling-consistency into main
Some checks failed
CI / PHP 8.3 (push) Failing after 4s
CI / PHP 8.4 (push) Failing after 3s

This commit is contained in:
Charon 2026-02-24 13:20:24 +00:00
commit 6a1709fca9
2 changed files with 3 additions and 2 deletions

View file

@ -54,7 +54,7 @@ class Marketing extends Server
#### Other Bio Tools
- `qr_tools` - Generate QR codes
- `pixel_tools` - Manage tracking pixels
- `project_tools` - Organize into projects
- `project_tools` - Organise into projects
- `notification_tools` - Manage notification handlers
- `submission_tools` - Manage form submissions
- `pwa_tools` - Configure PWA

View file

@ -196,9 +196,10 @@ Production-quality task list for the AI agent orchestration package.
### Consistency
- [ ] **CON-001: Mixed UK/US spelling in code comments**
- [x] **CON-001: Mixed UK/US spelling in code comments** (FIXED 2026-02-23)
- Issue: Some comments use "organize" instead of "organise"
- Fix: Audit and fix to UK English per CLAUDE.md
- Changed: `Mcp/Servers/Marketing.php` "Organize" → "Organise" in docstring
- [ ] **CON-002: Inconsistent error response format**
- Issue: Some tools return `['error' => ...]`, others `['success' => false, ...]`