A tiny CLI that tracks what you shipped today and produces a one-line summary you can paste into Slack, standups, or weekly reviews.
End-of-day "what did I actually do today" is a question every engineer asks.
shipped answers it by collecting your local git commits across configured
repos and your manually-logged items, then printing a markdown report.
gem install shipped
shipped add "shipped the new digest feature"
shipped report --since=today
shipped report --format=telegram
shipped pull-git
Flat markdown files under ~/.local/share/shipped/YYYY-MM-DD.md. No DB,
human-readable, hackable.
Pre-1.0. The CLI surface is intentionally small. See bin/shipped for the
full command list.