Reference specimens.
Every example is a full Remedy — canonicalised, lint-clean, and
round-tripped through remedy build.
Source at
examples/ .
- count
- 2
- lint-clean
- all
- canonical
- all
Specimen · hello-world
Hello World
The smallest possible Remedy. One feature, one step, no integrations. Exists so `remedy fmt`, `remedy lint`, and `remedy build` have a trivially correct target for their round-trip tests.
- domain
- examples
- runtime
- sovereign
- features
- 1
- flows
- 0
- say-hello Emit the string "hello world" to stdout.
Specimen · timebill-invoice
TimeBill — Friday Invoice Run
Pull the past week's Toggl time entries, group them by client, draft invoices in Xero, let the operator review and confirm per-invoice before submission. The canonical weekly Friday workflow.
- domain
- timebill
- runtime
- sovereign
- features
- 4
- flows
- 1
- integrations
- toggl · xero
- pull-week-entries Fetch the past 7 days of time entries from Toggl for the active workspace.
- group-by-client Group time entries by Toggl client and resolve to a Xero contact.
- draft-invoices Draft one Xero invoice per resolved client from the week's entries.
- confirm-and-submit Operator reviews each draft; approved drafts are sent; rejected are discarded.