Flavor Agent

A governance layer for AI-mediated WordPress changes. AI proposes; WordPress approves.

release: 0.1.0 RC · pre-tag

abilities: 30 contracts

surfaces: 8 + 1 audit

verify: 1,502 JS · 1,535 PHP green · 2026-06-18

browser: WP70 approvals green · 2026-06-10

external apply: admin-approved only

The problem, and the contract

AI tools for WordPress usually start as chat: ask, get generic advice, paste changes back by hand. Flavor Agent takes the opposite path — it treats WordPress itself as the workflow surface and asks how AI can edit a live site without becoming an unchecked actor. The visible demo is recommendations; the real product is a contract for safe AI-mediated change: bounded schemas, review gates, server-side attribution, freshness signatures, and drift-safe undo.

One governed loop

  • Generate. Recommendation abilities run through a shared executor that normalizes input, attaches guidelines, and records request diagnostics.
  • Validate. Output is constrained by strict JSON schemas (additionalProperties: false) and bounded operation catalogs — block, style, and template vocabularies only.
  • Review. Structural and theme-level changes are review-gated; inline-safe, review-safe, and advisory suggestions are kept distinct.
  • Apply & record. Applies owned by Flavor Agent write server-backed activity rows with provenance, before/after state, and undo state.
  • Reverse. Undo checks the live document still matches the recorded post-apply state; if the site drifted, undo fails closed instead of clobbering human edits.

Flavor Agent feature

Governance, demo, and proof as one operating surface

The AI Governance and Demo pages describe one Flavor Agent demonstration: AI proposes changes, WordPress records the trail, and approval stays with the site owner.

Feature state

Operational checks

governance

Policy path visible

The governance page states the review, audit, bounded-action, and rollback contracts in production terms.

demo

Product flow visible

The demo page carries the walkthrough evidence and activity-log surface for the same plugin.

01

governance page

02

demo page

FA

same plugin demonstration

30 ability contracts

7

Recommendation abilities

Block, pattern, content, navigation, template, template-part, and style recommenders.

5

Preview & preflight

Signature-only previews for safer preflight before any apply.

10

Public read helpers

Read-only helpers exposed through the universal MCP discovery path.

3

Abilities-API-only helpers

Synced-pattern and backend inventory reads kept off the MCP surface.

1

Docs search

A manage_options docs-search tool (search-wordpress-docs).

4

Governed external-apply

Global Styles / Style Book applies an agent can request — an admin approves.

Artifacts

governance

source

release

Attribution pending — this entry is pre-tag; no client sign-off is claimed yet.

— Attribution pending