=== PressConduit ===
Contributors: pcdesigns
Tags: mcp, ai, divi, bricks, wordpress, claude, chatgpt
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
Stable tag: 0.24.5
License: GPLv2 or later

The conduit between AI assistants and your WordPress site.

== Description ==

PressConduit connects MCP-compatible AI assistants to a WordPress site that
uses Divi or Bricks Builder. It includes relay pairing, bearer-token auth, tool
registry, audit log, snapshots, live reload, updates, WordPress tools, media
tools, file tools, admin tools, and WooCommerce tools.

PressConduit detects the active builder and exposes only that builder's tool
surface:

* Divi sites get the Divi-native tool surface from Divi Conduit.
* `bricks_status` — detect Bricks and report available Bricks capabilities.
* `bricks_docs` — curated Bricks Builder documentation with optional relay
  read mode for allowlisted Bricks docs URLs.

Future builder-native write tools should stay builder-specific and should use the
official builder documentation before mutating builder data.

== Not affiliated with Divi or Bricks ==

Divi and Bricks are trademarks of their respective owners. PressConduit is an
independent product by PC Designs.

== Changelog ==

= 0.23.1 =
* The Divi 5 specimen library now ships the full v1 set of eight verified section recipes: hero, feature-grid, final-cta, stats-band, testimonials, pricing, faq (accordion parent/child), and contact (contact-form parent/child). 0.23.0 shipped only hero and feature-grid.
* Every specimen's color references now carry an inline fallback (e.g. `var(--gcid-pcd-surface-dark, #26292F)`), so a section renders correctly even on a site whose brand palette has not been set up yet; the site's global colors still win when present.
* `divi_capture` portability lint adds an `empty-module` warning: a content module that round-trips with no configured attributes (a sign the editor emptied or dropped it on save) is now flagged instead of passing silently.
* The contact specimen documents its deployment requirements (insert via a raw post write rather than the page-creation controller, then clear the Divi static CSS cache) so its form fields are not stripped on insertion.

= 0.23.0 =
* New: built-in Divi 5 specimen library — verified, portable section recipes the AI copies and adapts instead of composing common sections from scratch. Surfaced via `divi_specimen_list` and `divi_specimen_get`; ships with `hero` and `feature-grid` to start. Each specimen carries its required color tokens, placeholder markers, and annotations describing which attributes are brand-variable vs structural.
* New: `divi_module_example` now points the AI at a matching library specimen when a site has no rich example of a requested module, instead of only asking the user to build one in the Visual Builder.
* New: capture tooling — `divi_layout_outline` maps a page's block tree; `divi_capture` slices out a section/row/group/module as portable block markup and runs a portability lint (theme-CSS classes, inline styles, hard-coded colors vs design-variable/global-color references, site-local presets, site-hosted media URLs, code-module escape hatches).
* New: `divi_variables_get` / `divi_variables_set` read and write Divi 5 Design Variables (numbers, strings, images, links, fonts, gradients) via the native GlobalData layer.
* Fixed: `divi_global_colors_set` now writes the Divi 5 global-color store (et_global_data) through GlobalData on D5 sites, so `var(--gcid-…)` references resolve. It previously wrote only the legacy Divi 4 option, which Divi 5 ignores.

= 0.22.6 =
* Fixed the AI self-update tools (`pcd_pc_check_update` / `pcd_pc_self_update`) checking the wrong product manifest. They omitted the product identifier, so the backend answered with the frozen divi-conduit release and the tools reported "already on the latest version" no matter how far behind the site was. The wp-admin update path was unaffected.

= 0.22.5 =
* Divi tool exposure is now strictly generation-specific. Divi 4 sites expose only the shortcode tool surface; Divi 5 sites expose only the native block, catalog, docs, outline, and capture surface.
* The active parent theme version is authoritative for Divi generation detection.
* Cross-generation module requests and layout content are rejected instead of converted or written through the other generation.
* Divi 5 operations no longer fall back to Divi 4 storage when the native Divi 5 controller is unavailable.

= 0.22.4 =
* Added an "Allow file management" opt-in (Settings tab, default off). Lets the AI file tools work on sites where `DISALLOW_FILE_EDIT` is set in wp-config.php — which otherwise strips the `edit_themes` capability from everyone and silently blocks file tools. When enabled, file tools run as the linked administrator; writes stay confined to themes/plugins/mu-plugins and PHP edits are still syntax-checked. Blocked file tools now return a clear message naming the cause (DISALLOW_FILE_EDIT) and how to enable access, instead of a bare "Missing capability".

= 0.22.3 =
* Divi 5 tools now recognize third-party/custom modules, not just core `divi/` blocks. The module catalog, schema, build, and block-format detection match any block registered under a Divi module category (module, structure, fullwidth-module, child-module) and treat vendor-namespaced names (e.g. `pcd/…`, `pac/…`) as real Divi 5 modules. Bare names still get the `divi/` namespace; already-namespaced names are used as registered.

= 0.22.2 =
* Fixed: pages created/written on Divi 5 sites now have the Divi Builder enabled automatically. Previously the Divi 5 `set_post_layout` path stored the layout but left the builder toggle off, so the page showed "Use The Divi Builder" and the Visual Builder opened empty. Builder-enable (`_et_pb_use_builder` + `_et_pb_built_for_post_type` + Divi's own enable routine) is now applied on every create/layout/enable path via a single shared helper.

= 0.22.1 =
* Fixed: the "My Plugins" menu no longer lists retired Divi Conduit / Bricks Conduit as permanent "(Not installed)" entries. PressConduit now registers only itself in the shared PC Designs menu; sibling products appear only when actually installed.

= 0.22.0 =
* wp_site_info now reports the active page builder (`builder`: divi | bricks | none) and its version, so connected AI clients know up front which builder a site runs and which tools/docs apply.

= 0.21.0 =
* Bricks: added the element schema + build tool surface — bricks_element_catalog and bricks_schema (read live from the Bricks element registry), bricks_page_read and bricks_page_write (read/write the element array in postmeta with id/parent/children normalization, snapshot-backed undo, and editor-mode handling), bricks_template_list, bricks_template_create, and bricks_globals_read (theme styles, global classes, components, variables, color palette, breakpoints).
* Bricks docs catalog rebuilt against validated Academy URLs with relay read mode.

= 0.20.5 =
* Initial PressConduit scaffold.
* Combined the Divi and Bricks Conduit tool surfaces under one plugin identity.
* PressConduit detects the active builder and only exposes Divi or Bricks tools.
