chore(release): 0.37.0 — Mailchimp campaign-loop actions#92
Merged
Conversation
…ntent, segments) Adds the actions that close a generate→send→measure→optimize email loop on the existing Mailchimp connector: - reports.get / reports.list — opens, clicks, unsubscribes, abuse_reports (complaint guardrail) and ecommerce revenue (reward signal). - campaigns.set-content — campaigns.create only makes an empty shell; this PUTs the generated email body in. - segments.list — target a slice and carve out a control/holdout slice. reports.*/segments.list are reads; campaigns.set-content is an idempotent PUT mutation. campaigns.create/send already shipped in the write-side fanout. typecheck clean; full suite 4061 pass; build green. (These changes were first merged to the stale `main` branch as #91; this lands them on `develop` — the real release line — and cuts 0.37.0.)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Cuts 0.37.0 and lands the Mailchimp campaign-loop actions on
develop(the real release line).Why this PR exists
The same changes first merged as #91 — but onto
main, which is stale: it diverged fromdevelopafter 0.30.0 and is missing 32 commits (the 541-adapter fan-out, TangleAppsClient, live-MCP provider, OIDC publish, delegated-tools). Releases cut fromdevelopviav*tags, so #91 never shipped. This re-applies only the net-new actions on top ofdevelop(which already hascampaigns.create/send).Added
reports.get/reports.list(read) — revenue + abuse_reports (reward + complaint-ceiling signal)campaigns.set-content(idempotent PUT) — put the generated body into a draftsegments.list(read) — target a slice + carve a control/holdoutVerified
typecheck clean · full suite 4061 pass · build green · frozen-lockfile install clean. Tag
v0.37.0after merge → OIDC publish.Follow-up
origin/mainis stale/diverged — recommend resetting it todevelop(or retiring it) so PRs stop landing off the release line.