automation-template / Source monitoring
Changelog Builder Automation
Reusable automation for mapping raw watcher snapshots into concise changelog items with source links, priority, hash, and artifact references.
ChangelogNormalizationCitations
Inputs3required context
Outputs3expected products
Secrets1credential gates
Tools2declared access
Targets1install surfaces
Contract
Turns changed source snapshots into normalized, cited changelog records.
Reusable asNormalized changelog builder
Runner adapterworkflow:openai-watcher
Artifact contractChangelog artifacts must include source IDs, snapshot IDs, content hashes, priority, and URLs.
Event contractEmit item-created, duplicate-skipped, and changelog-artifact-written events.
Runbook
Read changed snapshots, dedupe by source and hash, create or update changelog rows, then write a Markdown changelog artifact.
GuardrailEvery item must cite the official source URL.
GuardrailUse content hash dedupe.
GuardrailKeep raw page content out of notification copy.
Installations
Project-scoped instances created from this reusable template.
OpenAI Changelog Builderopenai-updates / installed / workflow:openai-watcher
Inputs
What an installation or run must provide.
Inputchanged source snapshot
Inputsource metadata
Inputpriority rules
Outputs
What the template should leave behind.
Outputchangelog item
Outputchangelog artifact
Outputtimeline event
Allowed tools
Capabilities this template can use.
Allowed toolSupabase Postgres
Allowed toolMarkdown formatter
Verification
Checks before treating the template as ready.
VerificatioDuplicate hashes do not create new items.
VerificatioEach item links to a source snapshot.
VerificatioHigh-priority items stay marked high.