Draft a changelog from a day's work
Build a workflow that turns a day of repository activity into a reviewable changelog draft.
Instead of combing through a day's merges by hand, build a workflow that drafts the changelog and stops for your review.
Build the chain
From Workflows → New workflow → Blank workflow, declare one input and one context document, then add three steps.
Input — since, described as "how far back to look, for example
yesterday".
Context document — slug changelog, written by the drafting step, with a
starting body:
Step 1, Agent — "Collect activity"
Step 2, Agent — "Draft the changelog"
Step 3, Human in the loop — "Review the draft"
Run it
Press Run, set since to yesterday, and pick a repository. Leave the
placement on New worktree so the run stays off your working checkout.
Watch the drafting step in its session, then read the document under Documents in the Execution panel before you approve.
Nothing publishes on its own. The run leaves a draft and stops on your review;
copying it into CHANGELOG.md or a release note is a step you add once you
trust the output.