claude-plugin-wordpress-manager 2.12.2 → 2.14.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (62) hide show
  1. package/.claude-plugin/plugin.json +8 -3
  2. package/CHANGELOG.md +94 -2
  3. package/agents/wp-accessibility-auditor.md +1 -1
  4. package/agents/wp-content-strategist.md +2 -2
  5. package/agents/wp-deployment-engineer.md +1 -1
  6. package/agents/wp-distribution-manager.md +1 -1
  7. package/agents/wp-monitoring-agent.md +1 -1
  8. package/agents/wp-performance-optimizer.md +1 -1
  9. package/agents/wp-security-auditor.md +1 -1
  10. package/agents/wp-site-manager.md +3 -3
  11. package/commands/wp-setup.md +2 -2
  12. package/docs/GUIDE.md +260 -21
  13. package/docs/VALIDATION.md +341 -0
  14. package/docs/guides/wp-ecommerce.md +4 -4
  15. package/docs/plans/2026-03-01-tier3-wcop-implementation.md +1 -1
  16. package/docs/plans/2026-03-01-tier4-5-implementation.md +1 -1
  17. package/docs/plans/2026-03-02-content-framework-architecture.md +612 -0
  18. package/docs/plans/2026-03-02-content-framework-strategic-reflections.md +228 -0
  19. package/docs/plans/2026-03-02-content-intelligence-phase2.md +560 -0
  20. package/docs/plans/2026-03-02-content-pipeline-phase1.md +456 -0
  21. package/docs/plans/2026-03-02-dashboard-kanban-design.md +761 -0
  22. package/docs/plans/2026-03-02-dashboard-kanban-implementation.md +598 -0
  23. package/docs/plans/2026-03-02-dashboard-strategy.md +363 -0
  24. package/docs/plans/2026-03-02-editorial-calendar-phase3.md +490 -0
  25. package/docs/validation/.gitkeep +0 -0
  26. package/docs/validation/dashboard.html +286 -0
  27. package/docs/validation/results.json +1705 -0
  28. package/package.json +16 -3
  29. package/scripts/context-scanner.mjs +446 -0
  30. package/scripts/dashboard-renderer.mjs +553 -0
  31. package/scripts/run-validation.mjs +1132 -0
  32. package/servers/wp-rest-bridge/build/server.js +17 -6
  33. package/servers/wp-rest-bridge/build/tools/index.js +0 -9
  34. package/servers/wp-rest-bridge/build/tools/plugin-repository.js +23 -31
  35. package/servers/wp-rest-bridge/build/tools/schema.js +10 -2
  36. package/servers/wp-rest-bridge/build/tools/unified-content.js +10 -2
  37. package/servers/wp-rest-bridge/build/wordpress.d.ts +0 -3
  38. package/servers/wp-rest-bridge/build/wordpress.js +16 -98
  39. package/servers/wp-rest-bridge/package.json +1 -0
  40. package/skills/wp-analytics/SKILL.md +153 -0
  41. package/skills/wp-analytics/references/signals-feed-schema.md +417 -0
  42. package/skills/wp-content/references/content-templates.md +1 -1
  43. package/skills/wp-content/references/seo-optimization.md +8 -8
  44. package/skills/wp-content-attribution/references/roi-calculation.md +1 -1
  45. package/skills/wp-content-attribution/references/utm-tracking-setup.md +5 -5
  46. package/skills/wp-content-generation/references/generation-workflow.md +2 -2
  47. package/skills/wp-content-pipeline/SKILL.md +461 -0
  48. package/skills/wp-content-pipeline/references/content-brief-schema.md +377 -0
  49. package/skills/wp-content-pipeline/references/site-config-schema.md +431 -0
  50. package/skills/wp-content-repurposing/references/auto-transform-pipeline.md +1 -1
  51. package/skills/wp-content-repurposing/references/email-newsletter.md +1 -1
  52. package/skills/wp-content-repurposing/references/platform-specs.md +2 -2
  53. package/skills/wp-content-repurposing/references/transform-templates.md +27 -27
  54. package/skills/wp-dashboard/SKILL.md +121 -0
  55. package/skills/wp-deploy/references/ssh-deploy.md +2 -2
  56. package/skills/wp-editorial-planner/SKILL.md +262 -0
  57. package/skills/wp-editorial-planner/references/editorial-schema.md +268 -0
  58. package/skills/wp-multilang-network/references/content-sync.md +3 -3
  59. package/skills/wp-multilang-network/references/network-architecture.md +1 -1
  60. package/skills/wp-multilang-network/references/seo-international.md +7 -7
  61. package/skills/wp-structured-data/references/schema-types.md +4 -4
  62. package/skills/wp-webhooks/references/payload-formats.md +3 -3
@@ -53,7 +53,7 @@ list_sites()
53
53
  | Element | Convention | Example |
54
54
  |---------|-----------|---------|
55
55
  | Site slug/path | ISO 639-1 language code | `/it/`, `/de/`, `/fr/` |
56
- | Site title | `{Brand} - {Language Name}` | "DolceZero - Italiano" |
56
+ | Site title | `{Brand} - {Language Name}` | "AcmeBrand - Italiano" |
57
57
  | Admin email | Shared network admin email | `admin@example.com` |
58
58
  | Language constant | WordPress locale code | `it_IT`, `de_DE`, `fr_FR` |
59
59
 
@@ -105,12 +105,12 @@ Add language to all structured data:
105
105
  {
106
106
  "@context": "https://schema.org",
107
107
  "@type": "WebPage",
108
- "name": "Benefici dell'Acqua di Cactus",
108
+ "name": "Benefici dell'Acqua Premium",
109
109
  "inLanguage": "it",
110
- "url": "https://example.com/it/benefici-acqua-cactus/",
110
+ "url": "https://example.com/it/benefici-acqua-premium/",
111
111
  "isPartOf": {
112
112
  "@type": "WebSite",
113
- "name": "DolceZero Italia",
113
+ "name": "AcmeBrand Italia",
114
114
  "url": "https://example.com/it/",
115
115
  "inLanguage": "it"
116
116
  }
@@ -123,9 +123,9 @@ Add language to all structured data:
123
123
  {
124
124
  "@context": "https://schema.org",
125
125
  "@type": "Organization",
126
- "name": "DolceZero",
126
+ "name": "AcmeBrand",
127
127
  "url": "https://example.com/",
128
- "alternateName": ["DolceZero Italia", "DolceZero Deutschland"],
128
+ "alternateName": ["AcmeBrand Italia", "AcmeBrand Deutschland"],
129
129
  "contactPoint": [
130
130
  {
131
131
  "@type": "ContactPoint",
@@ -149,8 +149,8 @@ Add language to all structured data:
149
149
 
150
150
  | Scenario | Canonical Rule |
151
151
  |----------|---------------|
152
- | English product page | Self-canonical: `https://example.com/products/cactus-water/` |
153
- | Italian product page | Self-canonical: `https://example.com/it/prodotti/acqua-cactus/` |
152
+ | English product page | Self-canonical: `https://example.com/products/premium-water/` |
153
+ | Italian product page | Self-canonical: `https://example.com/it/prodotti/acqua-premium/` |
154
154
  | English = Italian (untranslated) | **Do NOT canonical Italian → English** — either translate or noindex |
155
155
  | URL with `?lang=` parameter | Canonical → clean URL without parameter |
156
156
 
@@ -47,10 +47,10 @@
47
47
  "mainEntity": [
48
48
  {
49
49
  "@type": "Question",
50
- "name": "What is cactus water?",
50
+ "name": "What is sparkling water?",
51
51
  "acceptedAnswer": {
52
52
  "@type": "Answer",
53
- "text": "Cactus water is a beverage made from Sicilian prickly pear..."
53
+ "text": "Sparkling water is a beverage made from Mediterranean prickly pear..."
54
54
  }
55
55
  }
56
56
  ]
@@ -68,9 +68,9 @@
68
68
  ```json
69
69
  {
70
70
  "@type": "HowTo",
71
- "name": "How to Make Cactus Water Smoothie",
71
+ "name": "How to Make Sparkling Water Smoothie",
72
72
  "step": [
73
- { "@type": "HowToStep", "text": "Blend 200ml cactus water with ice" },
73
+ { "@type": "HowToStep", "text": "Blend 200ml sparkling water with ice" },
74
74
  { "@type": "HowToStep", "text": "Add fresh fruit of your choice" }
75
75
  ]
76
76
  }
@@ -56,7 +56,7 @@ WooCommerce sends the full resource object as the payload.
56
56
  "line_items": [
57
57
  {
58
58
  "id": 1,
59
- "name": "Cactus Water - Dolce",
59
+ "name": "Sparkling Water - Dolce",
60
60
  "product_id": 78,
61
61
  "quantity": 6,
62
62
  "total": "29.99"
@@ -73,8 +73,8 @@ WooCommerce sends the full resource object as the payload.
73
73
  ```json
74
74
  {
75
75
  "id": 78,
76
- "name": "Cactus Water - Dolce",
77
- "slug": "cactus-water-dolce",
76
+ "name": "Sparkling Water - Dolce",
77
+ "slug": "premium-water-dolce",
78
78
  "type": "simple",
79
79
  "status": "publish",
80
80
  "price": "4.99",