Skip to content

v2.0.95 - Sprint Feedback Loop

Choose a tag to compare

@JoshMilli JoshMilli released this 21 May 11:49
· 27 commits to main since this release

What's New in v2.0.95

Sprint Feedback Loop

Track which CRO suggestions you implement, then automatically measure impact on the next audit.

How it works:

  1. Mark suggestions as implemented in the SaaS dashboard audit report
  2. Plugin detects the open sprint on the next audit
  3. AI is briefed on what changed and returns a sprint_assessment
  4. Sprint auto-closes with score delta + 30-day behavioural before/after (bounce rate, avg time on page)

Plugin changes:

  • class-supabase-sync.php: fetch_open_sprints() + close_sprint()
  • class-ai-engine.php: sprint_context in AI prompt; sprint_assessment in AI JSON response
  • rest-api.php: conversioniq_get_behavioral_metrics() + full sprint lifecycle in conversioniq_run_audit()

Requires: Run suggestion_sprints Supabase DDL and deploy SaaS dashboard sprint UI.