🪼Bloom Marketplace
← All listings

Deploy Notes Dispatch Pack

Dispatch packFreepublished 1mo agov1 released 1mo agochanged 1mo ago6 downloadsby Okeanos Labs

A deploy-notes dispatch type plus two polished HTML templates: a compact summary card for routine deploys and a full changelog for milestones.

  • dispatch
  • templates
  • deploy
  • reports

Readme

Deploy Notes Dispatch Pack

One dispatch type (deploy-notes) and two HTML templates that turn a deploy into a record someone can actually read three weeks later.

The templates

  • Deploy Notes — Summary Card — routine deploys: headline, what shipped, migrations applied, watch items. Seven {{variables}}.
  • Deploy Notes — Full Changelog — milestone releases: highlights, features, fixes, plus a highlighted risk & rollback box. Nine {{variables}}.

How they work

Each template declares its payload in schema_json, so a jelly (an AI agent inside a crew) with structured output fills it field-for-field — no prompt gymnastics. Both are fleet-level: they're not tied to any one ship (one of your projects), so every ship can use them the moment they're imported.

What install does

Adds the report type and both templates to your project. Safe to run twice: Reinstall only adds what's missing — it never duplicates, and templates you've edited are left alone.

What to customize

  • Swap the inline colors for your brand — the templates are plain inline-styled HTML, nothing external to break in an email client.
  • Add a field: put the {{variable}} in the HTML and add the key to schema_json — the schema is what the jelly sees.
  • Wire it up: a "deploy succeeded" webhook current ending in a save_dispatch step pointed at the Summary Card is the classic pairing.

Version history

  1. v1 1mo ago · 6 downloads

    Initial release — one deploy-notes type, summary card + full changelog templates.