v0.1.2
Tooling + docs release. The decision engine and the WordPress gate are unchanged from v0.1.1; this release ships the reproducibility fix for the operator verify tool and re-emits the full package set so "latest" carries everything.
Changed
reeflex-verify— fresh agent session per run. The CLI now sends a uniqueMcp-Session-Idon every run (override with--session-idto pin one). The core binds cumulative anti-fragmentation policy state tosession_id(SPEC §4.1); without a fresh session, repeated runs against the same site accumulate into one per-session delete budget and eventually the gate holds even read-only actions (rulereeflex.policy/session_delete_budget) — producing false mismatches. Validated 5/5 on a live WordPress site in both the standard and must-use (mu) install forms.
Docs
reeflex-verify/README.mdshows a real clean-run screenshot.ROADMAP.mdrecords the open policy decision on R5 scope (all-verbs vs destructive-verbs-only).
Packages
reeflex-gate-wordpress-standard.zip— WordPress gate, standard plugin form (Upload Plugin UI + Settings page).reeflex-gate-wordpress-mu.zip— WordPress gate, must-use form (drop intowp-content/mu-plugins/, config viawp-config.phpconstants).reeflex-verify.zip— the operator verify CLI, with the fresh-session-per-run fix.reeflex-test-abilities.zip— safe test abilities to exercise the gate.