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.

id
hello-world
domain
examples
kind
feature
runtime
sovereign
version
0.1.0
lint
clean · 0 errors / 0 warnings

Source

examples/hello-world/.remedy
remedy:
  id: hello-world
  name: Hello World
  domain: examples
kind: feature
intent: >
  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.
owners:
  - petitgen-ltd
tags:
  - example
  - smoke-test
entities:
  - greeting
files:
  spec:
    ext: .md
    path: SPEC.md
    required: true
features:
  - id: say-hello
    intent: Emit the string "hello world" to stdout.
    triggers:
      - user.invokes: run
    steps:
      - emit: hello world
    outputs:
      - stdout
    version: 0.1.0
runtime: sovereign
version: 0.1.0

Features

1 total
  1. 01 say-hello
    v0.1.0

    Emit the string "hello world" to stdout.

    1 steps