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
The smallest complete Remedy. One feature, one step, no
integrations — the same bytes your agent reads.