v0.1.7 — WordPress adapter: hold fan-out fix
Reeflex v0.1.7 — WordPress adapter: hold fan-out fix
Patch release for the WordPress adapter (reeflex-gate → 0.1.7). Other
components are unchanged from v0.1.6: reeflex-claude 0.1.6 + reeflex-holds
0.1.0 on PyPI, n8n-nodes-reeflex 0.1.0 on npm, reeflex-core v0.1.5 on GHCR.
Fixed
- Hold fan-out. A single gated action triggered one
/v1/decidecall —
and, when held, one hold — per registered ability instead of once,
producing duplicate "Pending approvals" rows. A request-scoped decision memo
now collapses the permission-callback fan-out to exactly one decision (one
hold) per action. The guarantees are unchanged: actor ≠ approver, single-use
holds, and the double-execution dedup from 0.1.5.
Assets
reeflex-gate-wordpress-standard.zip/reeflex-gate-wordpress-mu.zip— the
plugin in both install forms (reeflex-gate 0.1.7).reeflex-verify.zip— the operator CLI.reeflex-test-abilities.zip— safe
test abilities to exercise the gate. (Both unchanged.)SHA256SUMS.
Install the rest from their registries: pip install reeflex-claude ·
pip install reeflex-holds · npm i n8n-nodes-reeflex.